LEAD_WEIGHT
05-01-2005, 09:52 AM
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.
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
DOH!
Thx sabret00the
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID'])"> there you go :)
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID']) AND (!$show['member'] OR $bbuserinfo[usergroupid] == 2)">
DOH!
Thx sabret00the
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID'])"> there you go :)