hehe oops
Right one more question... can you have a global conditional as well as single conditionals
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
I want to use something like this in my forumdisplay template:
PHP Code:
[(forumid==2)]
This will be the template for the forums whose id is 2
[/(forumid==2)]
[(forumid==Restofforums)]
This will be the template for all other forums that haven't got a conditional assigned to them
[/(forumid==Restofforums)]
_______
Any ideas?
Regards
- miSt