Log in

View Full Version : Anyway to allow a usergroup to play but not save?


MentaL
09-28-2012, 10:35 AM
Anyway to allow a usergroup to play but not save?

Hippy
09-29-2012, 03:23 PM
.. check the arcade group permissions
youll see a drop window under each group

MentaL
09-29-2012, 04:17 PM
Thank you but I found something rather bizarre. I cannot set this option for any registered usergroups because its not there but its allowed to be set for guests? How confusing, suggestions welcome.

Hippy
09-29-2012, 04:22 PM
are you using the latest..
I have no idea why it wouldn't be there
sorry
upload all files allow over writing
thats all I can figure..

MentaL
09-29-2012, 07:00 PM
I did and no joy.

--------------- Added 1348950668 at 1348950668 ---------------

right, only way to get it to work is to modify the code. If anyone wants to do this then simply replace the following line /admincp/arcade.php (line 4877) with;

print_select_row($ibforums->lang['acp_group'], $GROUP['g_id']."_access", array('0' => $ibforums->lang['acp_group_noperm'], '1' => $ibforums->lang['acp_group_viewperm'], '2' => $ibforums->lang['acp_group_playperm'], '3' => $ibforums->lang['acp_group_guestplay']), $GROUP['arcade_access']);


Should work.