The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
This requires template editing. Go to forumhome_subforumbit_post under forumhome:
Replace the code with this: Code:
<li class="subforum"> <vb:if condition="$forum[forumid] == xx"> <img class="inlineimg" src="pathtoimage" alt="" border="0" id="forum_statusicon_{vb:raw forum.forumid}" /> <vb:elseif condition="$forum[forumid] == xx"> <img class="inlineimg" src="pathtoimage" alt="" border="0" id="forum_statusicon_{vb:raw forum.forumid}" /> <vb:else /> <img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/subforum_{vb:raw forum.statusicon}-48.png" alt="" border="0" id="forum_statusicon_{vb:raw forum.forumid}" /> </vb:if> <vb:if condition="$depth > 1"></vb:if> <a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a> </li> pathtoimage is your location of the image you want to use Of course, add more elseifs for more subforums. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|