Different CSS per category.

Status
Not open for further replies.

pi0tr3k

Active Member
3,055
2009
768
10
Hey guys,

Is it possible to have different CSS styles per forum category?
I'm pretty sure it's possible as I've seen it on an another forum some time ago.

What I want is:
- normal sections: use default CSS
- vip section, use an another CSS

How could I do it ?

Cheers
 
10 comments
it was some DLOW site i guess (not sure tough) in past use to have diff css for diff categories, but they were too dark!
 
PHP:
<!-- IF FORUM_ID eq 7  -->
VIP section css file loaded
<!-- ELSE -->
Normal css file loaded
<! ENDIF -->

This would work, bit there is another way that should work as well. If you go into your ACP and duplicate your current theme and have 1 for normal and 1 for VIP. Once you've done that edit the VIP forums and use the VIP style that you just made. Have more questions feel free to pm me :)
 
Actually it also worked on PHPBB jSx, I've copied & uploaded my skin to the styles directory.. Works like a charm (with a bit of help from Smith :D )
 
Status
Not open for further replies.
Back
Top