Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Need help with advertise mod, YaBB 2.3.1 (Read 2841 times)
Ruphus
New Member
*
Offline


MoviezOnly & [MzO] Clan
Rock Man!!

Posts: 3
Location: Houston, Tx, USA
Joined: Nov 26th, 2009
Gender: Male
Need help with advertise mod, YaBB 2.3.1
Jan 17th, 2010 at 9:25am
Print Post  
Need help with advertise mod, YaBB 2.3.1

got this when adding the advertise mod with boardmod, uploaded files, no errors given in boardmod, yet this isnt right, please help!
  

advertise.jpg ( 284 KB | Downloads )
advertise.jpg
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Need help with advertise mod, YaBB 2.3.1
Reply #1 - Jan 17th, 2010 at 6:10pm
Print Post  
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
Select All
<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> 

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint