Ads under special forumid on forumhome
This modification is in the archives.
Hi Members,
asked on vb.com I want to describe how you can add ads, banners or other stuff under a special forum. This is also working with styles with seperated categories. There is no limit, you can nearly add everything you want. Check the admincp for the forumid where you want to put the Code. Open forumhome_forumbit_level2_post and scroll all the way down. Right above $childforumbits add Code:
<if condition="$forum[forumid] == 21"> <tr> <td class="alt2" colspan="5"> <br /> <div align="center"> <img src="http://www.clanforums.com/forum/images/signatur/signatur.jpg"><br> <font color=red><b>YOUR BANNER CODE HERE</b></font> </div> <br /> </td> </tr> </if> Example: Additional Info: The ForumID you are entering MUST be a forum and cannot be a category to work! Have fun Download No files for download. |