
10-28-2002, 12:13 PM
|
|
|
Join Date: Jan 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Thankl you, it worked
Cheers.
Quote:
Originally posted by Legacy
Iceman..the fix is in this thread...it has to do with the USER GROUPS.
You need to find the code in the proarcade.php its like LINE#40
if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7)) {
You need to add whatever other USER GROUPS you have created to this..example below of what I added.
if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
($bbuserinfo[usergroupid] != 8) and
($bbuserinfo[usergroupid] != 12)) {
See how I added 8 and 12...you can get the USER GROUP NUMBER# by running your Mouse over the EDIT and it will display in your status bar..if its to big in your status bar then right click on edit and COPY SHORTCUT..then paste it into NOTEPAD to read the URL...the USER GROUP # will be seen in the URL
Hope this helps
Also make sure you TURNED 'ON' all the games in the Admin Panel
|
|