Quote:
Originally Posted by DarkDraco07
can anyone help with my problem? i want only members that are logged in to be able to use the form =/
|
Search in form hack php code, this phrase
PHP Code:
//USERGROUPS ALLOWED
It's in the start of php.
After that find this if check
PHP Code:
// if (!in_array($vbulletin->userinfo['usergroupid'], array(2,5,6,7))) print_no_permission();
Remove the // and in the array(2,5,6,7) set the id numbers of the user groups that you want to allow.