PDA

View Full Version : How do I make all UserGroups view ads


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 :)

sabret00the
05-01-2005, 01:21 PM
<if condition="($post['postid'] == $GLOBALS['FIRSTPOSTID'])"> there you go :)