The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

31.07.10 at 09:36:59, Welcome, Guest. Please Login or Register

Choose Language:
Page Index Toggle Pages: 1
Need help with advertise mod, YaBB 2.3.1 (Read 485 times)
Ruphus
Bloody Novice
*
Offline

Houston, Tx, USA, Texas, USA
Posts: 3



17.01.10 at 09:25:07  
Need help with advertise mod, YaBB 2.3.1 Forum Software
got this when adding the advertise mod with boardmod, uploaded files, no errors given in boardmod, yet this isnt right, please help!
 
IP Logged
 

advertise.jpg (284 KB | 28 )
advertise.jpg
Derek Barnstorm
Hacker God
*****
Offline

Warwickshire, United Kingdom
Posts: 609



Reply #1 - 17.01.10 at 18:10:05  
It just looks like you haven't uploaded the language file. Make sure that the steps below were added to 'Languages/English/Admin.lng' and that you uploaded it back to its correct directory:

Code:
<edit file>
Languages/English/Admin.lng
</edit file>

<search for>
);

%smtp_txt = (
</search for>

<add before>
'advertise_set' => 'Advertisement Settings',
'advertise_set1' => 'Edit your Advertisement Settings',
</add before>

<search for>
1;
</search for>

<add before>
%advertise_txt = (
'01' => 'Advertisement',
'02' => 'This function enables Advertisement in Message Display',
'03' => 'Who can see this Advertisement?',
'04' => 'Ad Code',
'05' => 'Max number of Advertisement displayed in a Thread',
'05a' => 'Maximum value per page is',
'06' => 'Ad Title (optional)',
'07' => 'Changes have been saved',
'10' => 'Nobody',
'11' => 'Only Guests',
'12' => 'Everybody except Staff',
'13' => 'Everybody except Admins and Gmods',
'14' => 'Everybody except Admins',
'15' => 'Everybody',
);

</add before>
 
IP Logged
 
Page Index Toggle Pages: 1
© 2000-2009 by - All rights reserved.

SourceForge.net Logo
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum