Quote:
Originally posted by Nupraptor
Would these settings carry over to sub-forums, or would I need to add each forumid?
|
You need to add each one's id seperately..
Quote:
What if you wanted to have more than one forum included? And if it were just one forum, would x and y be the same number?
|
1 forum:
if ($foruminfo[forumid]!=X)
2 forums:
if ($foruminfo[forumid]!=X AND $foruminfo[forumid]!=Y)
3 forums:
if ($foruminfo[forumid]!=X AND $foruminfo[forumid]!=Y AND $foruminfo[forumid]!=Z)
4 Forums:
if ($foruminfo[forumid]!=X AND $foruminfo[forumid]!=Y AND $foruminfo[forumid]!=Z AND $foruminfo[forumid]!=W)
etc.