![]() |
Single specific category icon
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: https://vborg.vbsupport.ru/external/2007/07/12.jpg I modified this with Adobe Photoshop, this is what I want to add: https://vborg.vbsupport.ru/external/2007/07/13.jpg Any ideas? |
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> |
Hmm, I have about 6 different categories I want different icons for though.
Sorry Kirk, I should have mentioned that. |
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))"> |
Thanks, I really appreciate your time, and quick response.
I'll let you know how I make out :D |
All times are GMT. The time now is 09:09 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|