News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Installing Ad management mod on FerryTema theme / Please Help me

Started by sortirsurendettement, January 13, 2009, 06:45:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sortirsurendettement

I everyody,

I'm trying to insert the code of ad management inside the theme ferrytema.
I followed the this tutorial : http://www.smfads.com/forums/index.php?topic=1930.0

but when I try to run the website it doesn't run...

I've got this error :

226:       echo '
227:             <td class="titlebg" height="32">
228:                   template_menu();
229:
230:    //Below the menu ads
231:    if (function_exists("show_indexAds") && function_exists("show_towerleftAds") && function_exists("show_towerrightAds"))
232:    {
233:       $ads = show_indexAds();   
234:       if(!empty($ads))

235:          if($ads['type']==0)

236:             echo $ads['content'];
237:          else
238:             eval($ads['content']);
239:       unset($ads);


Thank you for your help





sortirsurendettement

Hi !,

I found the mystake, it fact when I follow the installation instruction, I can't find the code :

template_menu();

in my template, the only code I can found is the following :

', template_menu(), '

So, can you please let me know how to replace this code ??

Thank you in advance

sortirsurendettement

I'm really disappointed to see that nobody can help me...  :'(

Please have a look to the website to check that something wrong happened and I'm sure that it comes from the mentionned code in the previous post...please reply me.

thanks
http://www.sortir-surendettement.com/forum

other thing, i'm also looking for a SEO Mods for smf 1.1.7, if you have a good tips contact me !

48

im noticing this forum support boards are not really kept up, im having second thoughts about this mod and SMF all together, hmmmm. vbulletin?!?!?

ccbtimewiz

I've recoded your template's HTML and I made the PHP work.