Quote:
Originally posted by Mist
Cuz im my forumdisplay template i want to have one template for a specific forum and i want the default template to apply for the rest... Im sick of doing this with extra styles and assigning a forum a specific style set as it gets too confusing
|
What you need is this:
PHP Code:
[[($forumid==2)]]
This will be the template for the forums whose id is 2
[[/($forumid==2)]]
[[($forumid!=2)]]
This will be the template for the forums whose id is NOT 2
[[/($forumid!=2)]]