The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Okay, use this code instead:
Code:
<td class="tcat"><img src="/path/to/your/image_$forum[forumid].gif" /></td> Ex: image.gif for Forum ID 2 becomes - image_2.gif Edit: If you don't want to display an image for all your forums, you can wrap the above code with the following, which will only display it for specific forums: Code:
<if condition="in_array($forum[forumid], array(X,Y,Z))"> Code Supplied Above </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|