I'm having a problem with unregistered users accessing/viewing a form. We would like this form application to be accessible outside the forum to unregistered users.
I currently have the USERGROUP permissions not enabled and set the same as the default form hook, as below.
Quote:
// if (!in_array($vbulletin->userinfo['usergroupid'], array(2,5,6,7))) print_no_permission();
|
I have tried adding usergroup 1 as an ID and enabling this setting but it did not help.
A registered user or administrator can access and submit forums without a problem. But I need for unregistered users to be able to view/submit.
Can anyone shed some light on this for me?