View Full Version : Unique Logo
Is it possible to use <if></if> tags to do the following:
I want forumid ## to display a unique banner and every other page to display the default.
Thanks.
Dean C
04-01-2004, 07:20 PM
<if condition="$forum['forumid'] == x">
banner code here
<else />
banner code here
</if>
Check out here: http://www.vbulletin.com/docs/html/template_conditionals
Thanks a lot man, I'll be sure to check out that vbulletin.com link, there is some more stuff I wanna do with the conditionals.
SVTBlackLight01
04-01-2004, 10:46 PM
How will that condition affect all the threads or sub-cats in that forum?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.