Log in

View Full Version : Images above forum sections


chrisbeau
02-08-2009, 10:19 PM
How do you add images above forum sections.

For example a traders section, I want to add an image (traders logo) at the top of each traders forum section.

See attachment.

chrisbeau
02-08-2009, 10:21 PM
By the way its: vBulletin? Version 3.7.2

--------------- Added 1234224203 at 1234224203 ---------------

Anyone ?

Dismounted
02-10-2009, 05:56 AM
Edit the FORUMDISPLAY template:
<if condition="$foruminfo['forumid'] == X">
Display this for forum X
</if>

chrisbeau
02-23-2009, 12:08 AM
Edit the FORUMDISPLAY template:
<if condition="$foruminfo['forumid'] == X">
Display this for forum X
</if>

Thanks.