hello, this mod works great! i am having a little trouble though. im trying to do the bonus part to have a customized style for each category, and it isnt working. my site is just a test site, and the images will all be changing, im just trying to play with functionality
http://extendmydesign.com/bloomsofts/
here is my code in tpl_categories:
case ($box_categories_array[$i]['path'] == 'cPath=1'):
$new_style = 'language';
break;
i changed the path to the correct one.
here is my css code
#categories li.cat-language a {
color: #999999;
background-image: url(../images/catbghover.gif);
background-repeat: no-repeat;
padding-left:20px;
height: 20px;
}
#categories li.cat-language:hover a {
color: #999999;
background-image: url(../images/catbgl.gif);
background-repeat: no-repeat;
padding-left:20px;
height: 20px;
}
i know my hover and regular images are backwards lol, i messed it up. but it is still calling the images from the main style. i have one more question after this, but i figured i would try to figure this one out first.
the other question is how to get the clickshowhide mod's effect working with this mod, i REALLY need it.