The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to put little pink hexagons next to each forum title (header) on the left side -- Like next to "Tori Amos"
http://www.yessaid.com/forum Here's my hack code: <tr><!-- This hack sticks the hexagons next to the forum categories. If you change up the forum categories you will need to change the following if conditions. They basically state that if forumid equals 1 or 42 or 16 then put apple.png and if forumid equals 31 or 54 or 62 then show pear.gif --> <td class="tcat"><if condition="($forumid==1 || $forumid==31 || $forumid==42 || $forumid==16)"> <img src="images/stars.gif"></if><if condition="($forumid==93 || $forumid==100 || $forumid==154 || $forumid==54 || $forumid==108 || $forumid==107 || $forumid==62)"><img src="images/stars.gif"></if></td> <tr> Is it correct and where does it fit in my "forumhome_forumbit_level1_nopost" template? ** Thanks in Advance ** |
#2
|
|||
|
|||
![]()
Anyone?
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|