The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How i add a different icon in a single forum ?
Hello to all, is there any way, i can add a different icon, in a forum i want?
I mean, not have the icons on the left that the other forums have, but a special one, only appear for this. (see the pic to undestand better) Thnx in advance |
#2
|
|||
|
|||
Quote:
forum_new.gif forum_old.gif forum_old_lock.gif And change it as you please. This should do the trick. EDIT: Nevermind, that would affect all forums, I misread your post. Use an if statement. Something like: <if condition="$foruminfo[forumid] == X">... </if> |
#3
|
||||
|
||||
Quote:
So the code, should be placed in the Forumhome Template, and should have this code? Code:
<if condition="$foruminfo[forumid] == X"><td><img src="$stylevar[imgdir_statusicon]/newicon.gif" alt="$vbphrase[phase for the new icon]" border="0" /></td> </if> Thnx again |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|