this will add styles to a category, handy for people who use "show only categories in first page" option. the trick is pretty simple: choose a forum that have the style you wish to use in the category, then add to Ultimate.cgi
** find **
#adjust bgcolor variables
** add above that **
# mod for category style
if ($in{'category'} eq '@category@') {
require "$NonCGIPath/@forumdirectory@/forumstyles.file";
$BBTitleFontColor = '@titlefont@';
}
# end mod for category style
youll have to change these values:
@category@ = category number
@forumdirectory@ = directory of the forum you wish to use the style. ex: Forum1
@titlefont@ = color of the bb title
youll have to add a different loop for each category you want to use styles. when you change styles of the forum choosen, the category style will change as well.
------------------
