MyBB Community Forums

Full Version: Game Section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
helpseeker Wrote:I got the gamesection to work. Thanx for all the support Smile

No problem Wink

MadamZuZu Wrote:bump. please help. Sad my game section is flooded with guests.... Sad

how do i keep them away?

Click in your AdminCP on "Repair Default Permissions"

After you must to do this so you can change the permissions, again, when you want.

3. OPEN ADMIN/USERGROUPS.PHP AND FIND:
	tablesubheader($lang->perms_misc);
	makeyesnocode($lang->can_view_mlist, "canviewmemberlist", "yes");
	makeyesnocode($lang->can_send_emails, "cansendemail", "yes");

AFTER ADD:
	tablesubheader($lang->perm_gamesection);
	makeyesnocode($lang->perm_canviewgames, "canviewgames", "yes");
	makeyesnocode($lang->perm_canplaygames, "canplaygames", "yes");

4. IN TE SAME FILE FIND:
	tablesubheader($lang->perms_misc);
	makeyesnocode($lang->can_view_mlist, "canviewmemberlist", $usergroup['canviewmemberlist']);
	makeyesnocode($lang->can_send_emails, "cansendemail", $usergroup['cansendemail']);

AFTER ADD:
	tablesubheader($lang->perm_gamesection);
	makeyesnocode($lang->perm_canviewgames, "canviewgames", $usergroup['canviewgames']);
	makeyesnocode($lang->perm_canplaygames, "canplaygames", $usergroup['canplaygames']);
Ugh, when I try to activate the plugin, I get this message:

MySQLi error: 1146
Table 'therantb_forum.mybb_games_list' doesn't exist
Query: ALTER TABLE `mybb_games_list` RENAME `mybb_games`;

Any ideas?
Yes, you downloaded the Arcade convert version, not the install version Wink
Yesterday, I released the final version of the French translation for 1.1.5 by Paretje, myself. You get the support of destroyer.

http://www.Online-Urbanus.be/Forum/attac...hp?aid=345
good work Smile
hi Smile i did what you said, but i can still play "unregistered" as a guest. Sad

i added those lines in my usergroups.php. then went and changed the permissions to NO and NO. but it didnt work
Did you save the changes to no? Try it with the Repair ...
these are the steps i took:

repair permissions.
update the admin/usergorups.php file
repair permissions again.
go into manage groups, to make sure it is what i need it to be.

then i logged out and tried to play a game. which it let me Sad
And do you have the same when you repair the permissions, only?
Nice hack, Paretje. Installed it without problems.

Is there a way to place a post requirement? Otherwise I think members will register only to play the games...