View Full Version : Arcard Question
GamersLoss
06-26-2003, 11:07 PM
is there a way to ban a member from only the arcade?
Dean C
06-27-2003, 01:46 PM
Find out the user's userid and add this below the line which require's global.php
if ( $bbuserinfo['userid']==xx) {
show_nopermission();
}
GamersLoss
06-27-2003, 03:17 PM
This will ban him from JUST the arcade?
Tigga
06-27-2003, 03:32 PM
Yes. Just add that line in proarcade.php right below the line that requires the global.php file.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.