I wonder if this can be done.
[[($bbuserinfo[usergroupid]==2 $bbuserinfo[usergroupid]==3 OR
$bbuserinfo[usergroupid]==4 OR $bbuserinfo[usergroupid]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7)]]
$forumbits
[[/($bbuserinfo[usergroupid]==2 $bbuserinfo[usergroupid]==3 OR
$bbuserinfo[usergroupid]==4 OR $bbuserinfo[usergroupid]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7)]]
In doing this I would like to show all members the $forumbits
and just visitors the rest of the forum home. I know I could just code the index.pho with.
if ($bbuserinfo[userid]==0) {
show_nopermission();
}
But I would like guest to see the shoutbox and whos online
and not just the nopermission please register template. Also
the show_nopermission I would like that to replace the $forumbits
for guests only.
|