Guest Alex Posted March 17, 2012 Share Posted March 17, 2012 Descriere: Trebuie un numar necesar de posturi pentru a downloada atasamentele. Author: LaXy Fisere de modificat: *language/en/viewtopic.php *download/file.php Instalare: Deschideti : download/file.php Cautati: trigger_error('ATTACHMENT_FUNCTIONALITY_DISABLED'); Adaugati dupa: if ($user->data['user_posts'] < 10&& (!$auth->acl_get('a_')) ){ trigger_error('ATTACHMENT_MINI_POSTS');}[/code] [/color][/size][/font][/color] [color=#696969][font=Georgia, Arial][size=4]* [/size][/font][b]Deschideti[/b][font=Georgia, Arial][size=4] language/en/viewtopic.php:[/size][/font] [b]Cautati:[/b][/color][color=#336600][font=Georgia, Arial][size=4] [color=#696969][code]'ATTACHMENT_FUNCTIONALITY_DISABLED' => 'The attachments feature has been disabled.',[/code] [/color][/size][/font][/color] [color=#696969][b]Adaugati dupa:[/b][/color][color=#336600][font=Georgia, Arial][size=4] [color=#696969][code]'ATTACHMENT_MINI_POSTS' => 'You need to make 10 posts before you are able to download files.',[/code] [/color][/size][/font][/color] [color=#696969][font=Georgia, Arial][size=4]* Pentru a modifica numarul de posturi modificati :[/size][/font][/color][color=#336600][font=Georgia, Arial][size=4] [color=#696969][code]f ($user->data['user_posts'] < 10&& (!$auth->acl_get('a_')) )[/code] [/color][/size][/font][/color] [color=#696969][font=Georgia, Arial][size=4]* Pentru limba romana modificati :[/size][/font][/color][color=#336600][font=Georgia, Arial][size=4] [color=#696969][code]'ATTACHMENT_MINI_POSTS' => 'You need to make 10 posts before you are able to download files.',[/code] [/color][/size][/font][/color] [color=#696969][font=Georgia, Arial][size=4]In:[/size][/font][/color][color=#336600][font=Georgia, Arial][size=4] [color=#696969][CODE]'ATTACHMENT_MINI_POSTS' => 'Trebuie sa ai X posturi pentru a downloada atasamentele.',[/code][/color] [/size][/font][/color] Link to comment Share on other sites More sharing options...
Recommended Posts