The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
well, I created a new folder off my images folder called "fhicons"
When you edit a forum, instead of putting the full url, just put like a 3 or 4 letter sequence that is unique for that forum. For example, on my forum above all the asheron's call 1 forums I put ac1 in that box. Then I made 5 versions of a 35x35 gif for the ac1 forums and named them ac1_link.gif ac1_new.gif ac1_new_lock.gif ac1_old.gif ac1_old_lock.gif Lastly, I took out the template edit he did to the forumhome_forumbit_level2_post template and instead did this edit Find: Code:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /> Code:
<!-- ##### START HACK - Forum Type Icons ##### --> <if condition="$forum[forumhomeicon]"> <img src="images/fhicons/$forum[forumhomeicon]_$forum[statusicon].gif" alt="" border="0" /> <else /> <img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /> </if> <!-- ##### END HACK - Forum Type Icons ##### --> ![]() This way, forums that you don't set an icon for, will use the regular default ones ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|