I've seen the conditionals below referenced in a couple threads - both achieve the same result. Just wondering if one of them is preferred over the other for speed, formatting, otherwise:
1:
2:
1:
Code:
<if condition="in_array([COLOR=Red]$forumid,[/COLOR] array(1,2,3))">
Code:
<if condition="in_array([COLOR=Red]$forum['forumid'],[/COLOR] array(1,2,3))">
Comment