View Full Version : Custom Status Icon
ManagerJosh
05-23-2008, 05:41 PM
Is there a way to do a custom category status icon?
Brian
05-24-2008, 01:41 PM
Could you elaborate a little and explain what you're trying to do exactly?
ManagerJosh
05-24-2008, 06:23 PM
It's the icons on the browsecategory.
Ie. http://www.vbadvanced.com/forum/images/statusicon/forum_old.gif and http://www.vbadvanced.com/forum/images/statusicon/forum_new.gif
I wanted to customize it to something completely different.
Brian
05-27-2008, 02:31 PM
You could edit the adv_dyna_categorybit_level1/2 templates and adjust the code for them in there.
ManagerJosh
05-27-2008, 11:32 PM
Anyway to do it on a per-category basis?
Brian
05-28-2008, 06:32 PM
You could use <if condition>'s (<if condition="$cats['catid'] == X">)
Or you could use a varaible in the image name and name your images according to the catid. <img src="imagename_$cats[catid].gif" />
Or there's also the default category icon options where you can upload icons by editing the category through the Admin CP.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.