Within an array or a single forumID?
Within an array, I use:
Code:
$foruminfo['forumid']
With example:
Code:
(in_array($foruminfo['forumid'], array(xx, xx, xx)) )
Same 'should' work with:
Code:
$thread['threadid']
I'm a "novice" coder so to speak though, but I use this code as well on my own forums. If it works for the CMS, I have no idea. I don't use the CMS myself.