
02-07-2006, 12:32 PM
|
 |
|
|
Join Date: Jun 2005
Location: Scotland
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by cyberhypnotic
(Through your FTP) - Go to ibproarcade 2.5.4->admincp folder->arcade.php
Look for:
Code:
print_select_row($ibforums->lang['acp_group_guest'], $GROUP['g_id']."_access", array('0' => $ibforums->lang['acp_group_noperm'], '1' => $ibforums->lang['acp_group_viewperm']), $GROUP['arcade_access']);
And replace with:
Code:
print_select_row($ibforums->lang['acp_group_guest'], $GROUP['g_id']."_access", array('0' => $ibforums->lang['acp_group_noperm'], '1' => $ibforums->lang['acp_group_viewperm'], '2' => $ibforums->lang['acp_group_playperm']), $GROUP['arcade_access']);
This will allow you to change Guests viewing/playing permissions in the AdminCP->Arcade->Group Permissions list. I've tried this out with a few different games and even though it might look like it submits a score (with a blank user name), when you click on "View High Scores" there is no listing for a guest (or blank) high score.
|
That works absolutely brilliant thanks.
Kev
|