The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Different Status Icons
Hey guys!
I was hoping some of you would be able to tell me how to change my status icons per forum. Heres an example of what I mean: http://www.adesignforum.com/index.php |
#2
|
||||
|
||||
This is the image code (in templates):
forumhome_forumbit_level2_post forumhome_forumbit_level1_post Find: Code:
<td class="alt2"> <img src="$stylevar[imgdir_statusicon] /forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[forumid].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> |
#3
|
||||
|
||||
Thanks alot!!!
|
#4
|
||||
|
||||
Anytime.
|
#5
|
|||
|
|||
well there's a downside to that code cause it doesn't have the default system that when there is a new post, the _new.gif image shows up and _old.gif when there's no new post....
here's my code for customizing it.. in forumhome_forumbit_level2_post forumhome_forumbit_level1_post find Code:
<td class="alt2"> <img src="$stylevar[imgdir_statusicon] /forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> PHP Code:
there should be a pair of those images, the old being opaque (35% will do). Upload the images in your statusicon image folder or whichever folder you specified. *note: replace the [forumid] with the appropriate forum ID's* Credit to Freestylez for the orig code he gave on this thread |
#6
|
||||
|
||||
Hahaa. Well, it's been done before.
I like what you did with it. You've kept the functionality of statis icon. :up: |
#7
|
|||
|
|||
thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|