Quote:
Originally posted by Ron ? DCS
Okay, I have one modification question...this is the code to keep unregistered (guests) out:
Code:
if ($bbuserinfo[username] == "Unregistered") {
show_nopermission();
}
Is there a like-kind code I can keep all but a select few usergroups out? I am thinking of allowing only Supporting Members (usergroup=11 on my board) this perk, as well as other games.
|
Upgrade! That's old code. It's a lot easier to block out people in the new version, install it!