Log in

View Full Version : different banner on each forum - how do i do that?


Attil4
11-29-2007, 11:24 AM
Hey, I want to show a different banner for each forum. Is there an existing mod for do this? Please, can you help me?

RedTyger
11-29-2007, 11:51 AM
There's lots of modifications for advertisements, but you can do it manually.

<if condition="$foruminfo[forumid] == '2'">your advertisement code goes here</if>

That will show the banner in just the forum with the id 2. So you could do that for each banner and just place them one after the other.

It may be $forum[forumid] instead, depends on where you use the code.

Triky
11-29-2007, 01:15 PM
He was meant a different logo for each forum (I'm his friend, RedTyger).

Logo:

http://www.vbulletin.com/forum/images/misc/vbulletin3_logo_white.gif

Kirk Y
11-29-2007, 03:16 PM
Try this: https://vborg.vbsupport.ru/showthread.php?t=158818