Quote:
Originally Posted by tyranny
Quick question. I want guests to be able to play games in the arcade. So I marked "Can Play Arcade" in the not logged in usergroup permissions, but when I go to play a game not logged in I get this error:
"In order to play GAME NAME, you need to have a reputation of at least 0 points. Your current reputation stands at points. "
Tried changing the required reputation points to -1000, 0 and even leaving it blank. Nothing. Anyway to make it so reputation points do not matter?
Thanks!
|
This is an old bug.
Perhaps it can be fixed now in future versions *hint* *hint*
In arcade.php find:
PHP Code:
$vbulletin->userinfo['posts'] = 0;
Below it, add:
PHP Code:
$vbulletin->userinfo['reputation'] = 0;
Hope that helps.
/SK