Quote:
Originally Posted by westpointer
Can the conditionals be used to only show the announcement in a certain forum? For example, we have an "Off Topic" area (f=161) where I'd like the announcement to show there but not in other forums. (I have changed the code so that the announcement is part of the header).
Thanks!
|
not tested personally, but I believe this should work in your case:
[[($forumid==161 OR $f==161)]]
...
[[/($forumid==161 OR $f==161)]]