Log in

View Full Version : Easy Question-- Please read..


RichieBoy67
03-19-2005, 01:32 AM
I would like to place something on my forum home inbetween forums... I'm not sure where to put the code...

Thanks!

hate
03-19-2005, 02:28 AM
What are you trying to place, is it code or is it just html ?

RichieBoy67
03-19-2005, 02:59 AM
google adsense...html

hate
03-19-2005, 03:18 AM
In template forumhome_forumbit_level1_nopost at the very end of it try adding your code, this will show it between each catagory.

If you only want it after one catagory try this code at the end of forumhome_forumbit_level1_nopost

<if condition="$forum[forumid]==1"> CODE HERE FOR GOOGLE </if>
Just change the 1 to the cat id you want it after.

RichieBoy67
03-21-2005, 01:58 PM
Thanks Much :)