SMF Ads Support Forum

Themes/Language => Theme Support => Topic started by: sortirsurendettement on January 13, 2009, 06:45:56 AM

Title: Installing Ad management mod on FerryTema theme / Please Help me
Post by: sortirsurendettement on January 13, 2009, 06:45:56 AM
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
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: sortirsurendettement on January 13, 2009, 01:48:53 PM
Does anyone can help me ??

thanks
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: ccbtimewiz on January 13, 2009, 04:30:16 PM
Attach the file please.
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: sortirsurendettement on January 13, 2009, 05:47:48 PM
please find attached files
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: sortirsurendettement on January 20, 2009, 10:54:39 AM
Still nobody to help me ?
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: sortirsurendettement on January 27, 2009, 05:12:03 PM
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
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: sortirsurendettement on February 06, 2009, 12:43:51 PM
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 !
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: 48 on April 05, 2009, 02:02:28 AM
im noticing this forum support boards are not really kept up, im having second thoughts about this mod and SMF all together, hmmmm. vbulletin?!?!?
Title: Re: Installing Ad management mod on FerryTema theme / Please Help me
Post by: ccbtimewiz on April 08, 2009, 01:48:15 PM
I've recoded your template's HTML and I made the PHP work.