AndrewZ: If everything is installed correctly, you may just need to go the General Options setting in your vB Admin Control Panel and re-submit, this should cause it to update the global settings. I'm not 100% sure if that will help or not but it is all I can think of at the moment.
str8ballin: If you know a little bit about PHP coding, this shouldn't be too hard. There is a variable stored in the $bbuserinfo array that has a user's post count (I don't recall the name) so you could just write a simpme check in proarcade.php to determine whether or not a user has enough posts to play. The caveat is that you may end up with people posting junk in order to be able to play. A better and more complex method would be to check the user's activity level in the forum, but that's much more complicated.
Wolfy.2k: In the Arcade Admin Panel, change the "/games/" location to "games/" and it should probably work. Let me know if it doesn't. The hack works fine with 2.3.4.
|