The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[Release - Gamma] Advanced Custom Forum Status Icon Mod Details »» | |||||||||||||||||||||||||||
[Release - Gamma] Advanced Custom Forum Status Icon Mod
Developer Last Online: May 2006
Author:
Matrix aka Habib Ahsan Description: Basically, what this template mod does is it replaces the current forum status icons with custom ones of your choice. Thanks to the condition statements of vBulletin 3, you can choose which forums to have custom icons and which ones to not. So what that means is you dont have to have every status icons (including the default ones) as seperate files. Also, this way, you can have both on and off icons, rather than having only one state. Inspired by TheAnt06 "Custom Icon Per Forum" mod. Demo: http://forums.gamerzlive.com/?styleid=20 Screenshot: Attached Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
Thank you everyone for the compliments, I am glad that you like it |
#13
|
||||
|
||||
Quote:
|
#14
|
||||
|
||||
GEnius i was half wy thru trying to write version of this for use on ao3 (my sites new design) cause im gonna use it so that each of the forums had a diff part of the image table surrounding them change
|
#15
|
||||
|
||||
yes thats right no hacking and only allows certain forums to have differnt icons, very simple isnt it :P actuallty its lready been done at vbnl feldon came up with the trick
theres really a few differnt ways to do it prefix or addd it as a folder or somthing $stylevar[imgdir_statusicon]/$forumid/$forum[statusicon].gif or $stylevar[imgdir_xxx]/$forumid_$forum[statusicon].gif now either you need to make some extra folders OR make some extra files. but either way it requires no condtionals and no hacking just renaming and extra files |
#16
|
|||
|
|||
Well, when you said no hacking, I thought you meant no template edits, because your hack and mine does the same template edits, but mine requires more coding. And IMO, your one requires more work as you need to make so many copies of the base images.
TheAnt wrote a hack similar to the one that you mentioned, and I decided to write mine because I didnt think that was convienent enough. IMO, it is not a very good way of doing this. I think its too much work, and whenever you add a new forum, you will need extra icons even if you dont want those to be customized. And communities with more than 20 forums will have a lot of images. And if you have more than one style, its twice as much as work. Quote:
|
#17
|
||||
|
||||
when i refer to hacking im refering to file changes
yours and mine are just as dynamic. now what if you want every forum to have its own icon? you now have a problem of writing 40 if statments |
#18
|
||||
|
||||
We already know about the old way of doing it. But this was an advaced way that allowed some to have custom icons and others to not (and use the same image instaed of having tons of repetitive graphics)
Faranth, I see no reason for you to blow your own trumpet. Thank you for releasing your template mod, but this is not the thread for your template mod. This one approaches the problem with a different solution and I commend Matrixgl for doing it. Thanks, Matrixgl. |
#19
|
||||
|
||||
Yes, great job Matrixgl Im lovin it.
Faranth: Keep ur bullshit 2 urself >_> |
#20
|
||||
|
||||
Asterik thats uncalled for, i was only offering another option if you feel my posts are bullshit please use the ignore feature
|
#21
|
||||
|
||||
Ok, let's not kill each other.
You can add per-forum icons with 1 template change, but then you'll need icons for each forum... In template forumhome_forumbit_level2_post, I changed Code:
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /> Code:
<img src="images/tiles/$forum[forumid]$forum[statusicon].gif" alt="" border="0" /> There can never be enough vB3 hacks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|