Quote:
Originally Posted by 4ngeluxpunk
Thank you for your response, just as the place and does not appear in other categories and / or forums.
And if we take it otherwise, that user groups X, Y button to display the post in all forums thanks least X forum, would it?
Code:
<vb:if condition="is_member_of($bbuserinfo, X,Y) AND $forum['forumid'], array(1,2,3)">
{vb:raw template_hook.postbit_controls}
</vb:if>
|
I think you need to use in_array
Code:
<vb:if condition="is_member_of($bbuserinfo, X,Y) AND in_array($forum['forumid'], array(1,2,3))">
{vb:raw template_hook.postbit_controls}
</vb:if>