I would like to add a conditional that is for a specific forum id AND a Usergroup Id, but I cannot seem to get the correct syntax.
How do I combine them into a single condition?
Thanks!
How do I combine them into a single condition?
Code:
<vb:if condition="$forum[forumid] == X"> <vb:if condition="is_member_of($bbuserinfo, 1 )">
Comment