The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Customizable Forum Status Icons for 3.5
I originally run IPB2 on my site but I'm in the process of converting to Vbulletin 3.5
Anyway on my IPB2 version I have my forum status icons customized and I would like to do the same for vb but have searched this forum in and out for this mod with no luck. Here is an example of what I want to do... if I have missed this mod somewhere then please point it out, but if this hasn't been done than please coders take this one on. |
#2
|
||||
|
||||
This looks nice, I would love to see a hack for doing this as well.
|
#3
|
|||
|
|||
can't you just find the image you want and name it whatever the icons are named now and replace them?
|
#4
|
|||
|
|||
Or make a copy of the default style and point it to another folder for the status icons.
Something like that is done in most custom styles |
#5
|
||||
|
||||
I'll cook something up
Chris |
#6
|
|||
|
|||
Quote:
Quote:
Thanks Chris I very much appreciate it. oh if you need a reference you can see this one for ipb2. http://mods.invisionize.com/db/index.php/f/5296 |
#7
|
||||
|
||||
yeah thanks Chris....
|
#8
|
|||
|
|||
I did it using the vb category hack - https://vborg.vbsupport.ru/showthread.php?t=82750
I then created a new folder /images/fhicons/ instead of entering the full img src thing like he did in the box it creates when editting a forum, I just put like a 3 letter acronym. Like for my asheron's call 1 forums I put in that field ac1 Then I made these icons ac1_link.gif ac1_new.gif ac1_old.gif ac1_new_lock.gif ac1_old_lock.gif and uploaded them to the new folder. I did not do his forumhome_bit_level1_post edit and instead of his forumhome_bit_level_2_post modification, I did this - 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 ##### --> |
#9
|
|||
|
|||
Awesome Job Cyricx. That works great!!!! Thank you so much.
|
#10
|
||||
|
||||
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|