The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have seen a few mods / hacks that add category icons to all the forums, but that is not quite what I am looking for.
Here is what my forum looks like now: ![]() I modified this with Adobe Photoshop, this is what I want to add: ![]() Any ideas? |
#2
|
||||
|
||||
![]()
Give this a try.
Find in your "forumhome_forumbit_level1_nopost" template: Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]"> Code:
<td class="tcat"><img src="/path/to/your/image.gif" /></td> |
#3
|
||||
|
||||
![]()
Hmm, I have about 6 different categories I want different icons for though.
Sorry Kirk, I should have mentioned that. |
#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> |
#5
|
||||
|
||||
![]()
Thanks, I really appreciate your time, and quick response.
I'll let you know how I make out ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|