
10-17-2004, 12:36 PM
|
 |
|
|
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by taffy056
Hi Erwin,
The code looks like this at present, when I go to mydomain/forum/form.php all I get is a white page.
if (!in_array($bbuserinfo['usergroupid'], array())) print_no_permission();
When I put my usergroupid into the code I get the error message above, I am not quite sure whether I am allowing or disallowing a group when I put a number into the above code.
Thanks,
taffy
|
You haven't entered a usergroupid - delete the whole line if you want everyone to access it.
|