jluerken
08-22-2006, 10:00 PM
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
<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>
where 21 is the forumid you checked in your admincp.
Example:
http://www.clanforums.com/gallery/files/3-advert_underspecial_forumid.jpg
Additional Info:
The ForumID you are entering MUST be a forum and cannot be a category to work!
Have fun :D
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
<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>
where 21 is the forumid you checked in your admincp.
Example:
http://www.clanforums.com/gallery/files/3-advert_underspecial_forumid.jpg
Additional Info:
The ForumID you are entering MUST be a forum and cannot be a category to work!
Have fun :D