??? ??? ????? ???????? ??? ??? ????
مرسل: الجمعة مارس 26, 2010 2:48 pm
?????? ?????
???? ?? ??? ????? ???? ?? ?? ????? ?? ??? ??????? ?? ????? ???????? ??? ??? ??? ??? ?? ??????
Open: root/download/file.php
Find
Add after
--------------------------------------------------------------
Open: language/en/viewtopic.php
Find
Add after
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
???? ??? ???? ?? ??? ???? ??????? ??? ???? ?? ?? ?????
?? ???? ??????? ??? ??? ??? ????? ???????
???? ?? ??? ????? ???? ?? ?? ????? ?? ??? ??????? ?? ????? ???????? ??? ??? ??? ??? ?? ??????
Open: root/download/file.php
Find
كود: تحديد الكل
if ((!$attachment['in_message'] && !$config['allow_attachments']) || ($attachment['in_message'] && !$config['allow_pm_attach']))
{
trigger_error('ATTACHMENT_FUNCTIONALITY_DISABLED');
}
Add after
كود: تحديد الكل
if ($user->data['user_posts'] < 10&& (!$auth->acl_get('a_')) )
{
trigger_error('ATTACHMENT_MINI_POSTS');
}
Open: language/en/viewtopic.php
Find
كود: تحديد الكل
'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'The attachments feature has been disabled.',
Add after
كود: تحديد الكل
'ATTACHMENT_MINI_POSTS' => 'You need to make 10 posts before you are able to download files.',
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.
كود: تحديد الكل
you may change( 10 ) to whatever you want
???? ??? ???? ?? ??? ???? ??????? ??? ???? ?? ?? ?????
?? ???? ??????? ??? ??? ??? ????? ???????