Quote:
Originally Posted by Emmy2
cclaerhout, thank you so much! I will try it out. Quick question though, do I need to use an array if it's just one forum I want in there?
|
Using one won't kill your forum
Just use that syntax :
<if condition="in_array($GLOBALS[forumid], array(XX))">THE CODE</if>
If you want to add a parameter later, it would be easier with the array syntax.