This part of the code is set for only a certain usergroup how do I make it so all or mulitple UserGroups can view. It is a postbit and postbit_legacy template edits.
Code:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
DOH!
Thx sabret00the
Quote:
Originally Posted by sabret00the
HTML Code:
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID'])">
there you go 
|