Log in

View Full Version : Unique Logo


Owen
04-01-2004, 07:06 PM
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

Owen
04-01-2004, 07:50 PM
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?

Owen
04-02-2004, 05:24 AM
I will soon find out...