Quote:
Originally Posted by yoyoyoyo
SO- in order to install the hack guests need to be able to view the arcade page? that sucks... guests can't get past the front door of my site, and that is the way I want it. I guess I will have to go with the other arcade system since I do not want guests to be able to access my arcade. Too bad- it looked like a good hack.
|
this is stupid logic...
just after
PHP Code:
include_once "./global.php";
add this:
PHP Code:
if (!$vbulletin->userinfo['userid'])
{
print_no_permission();
}
this will prevent ALL non-logged-in users to be locked out
when you have a need, just request it instead of telling it's a non-avenue!
and btw, if your users have no access to the board, they will not have more access to the arcade, as it is driven by vBulletin authentication...