The Arcive of vBulletin Modifications Site. |
|
Simple Category Icons Details »»
|
|||||||||||||||||||||||||
Ok folks.
For all of you who want Category Icons including the "new post", "no new post", "forum closed" capabilities, here is a quick and simple solution provided by Andreas What this hack does: Instead of the standard forum icons like or , ... you can now have separat status icons for every forum you have. It is that simple ![]() Templates forumhome_forumbit_level_... search: Code:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /> Code:
<img src="$stylevar[imgdir_statusicon]/forum$forum[forumid]_$forum[statusicon].gif" alt="" border="0" /> forumID_new.gif, forumID_old.gif,... Example: forum1_new.gif If you want to have different icons for subforums on forumhome as well: ![]() In forumhome_subforumbit_nopost and forumhome_subforumbit_post search for: Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum$forum[forumid]_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> subforumID_old.gif subforumID_new.gif Example: subforum22_old.gif I don't use this hack so I have no screenshots, but If anyone is trying this, it would be cool if you could provide some screenshots. Remember to click installed ![]() Greetings StarBuG Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Very simple.
![]() A quick suggestion would be an optional other code to use an array of forums that get different icons. I just set this up that way and can post my code & screenshots when I'm done making icons if you'd like. |
|
#3
|
||||
|
||||
|
Of course
Feel free to post it here
|
|
#4
|
||||
|
||||
|
very good.... install
|
|
#5
|
||||
|
||||
|
This one can make for the sub forums?
|
|
#6
|
||||
|
||||
|
Yes
Simply replace the above code in all 4 forumhome_forumbit_level_ templates and you are good. |
|
#7
|
||||
|
||||
|
Thank you for the help but me refer to the sub forums pointed out in red in the image. Is it possible to make this? |
|
#8
|
|||
|
|||
|
Would like this but i have lots of forums.
Is there a way so that forums that don't use different icons use the default onces without adding/renaming lots of the same icons? |
|
#9
|
|||
|
|||
|
Thanks, I've been looking for this.
|
|
#10
|
||||
|
||||
|
@Coleccromos:
In forumhome_subforumbit_nopost and forumhome_subforumbit_post search for: Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> Code:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum$forum[forumid]_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /> subforumID_old.gif subforumID_new.gif @993ti: Sorry there is not. This is a simple solution for having different forum icons, not a full blown hack ![]() StarBuG |
![]() |
|
|