well not to hijack the thread, but i have a question about array's,
now this is the normal if conditional I use in templates to select multiple usergroups.
HTML Code:
<if conditional="$bbuserinfo[usergroupid] == X OR $bbuserinfo[usergroupid] == Y">
Some code here
</if>
How would I make than an array instead so i can shorten the code and clean it up a bit, instead of having to type the long way?
Thanks.
Also i though PHP was only allowed to be used in the phpinclude_ templates. Is this not true?