Log in

View Full Version : Different title image for one forum?


PVO_Dave
05-27-2010, 08:02 PM
Please help me before I go mental from trying everything I can think of and searching the hell out of google :D

I'm trying to simply get the header to display a different logo if the forum ID = 33

My closest effort (as in not just seeing the x) so far was this:

<vb:if condition="$foruminfo[forumid] == 33">images/cowshed.png<vb:else />{vb:stylevar titleimage}</vb:if>" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}

but that just displays the main logo

Any thoughts?

Ta,
Dave.

Mr Happy
05-28-2010, 06:49 PM
If you viewing a topic or post then the $foruminfo[forumid] isn't registered so any if condition involving the forumid won't work. I nearly went bald discovering this recently.

Their might be a plugin someplace which will define the forumid for the topic your viewing and then the code you have above will work. I actually gave up before I found a solution so can't help any more, sorry :(

nando99
05-28-2010, 07:14 PM
i will be interested in this as well..

PVO_Dave
05-28-2010, 07:59 PM
Cheers Mr Happy - I'm already bald so it was less of a risk for me lol

Am trying to work out a way involving the page title now!

Dave.