Hi,
I want to remove the part of registration where you are required to accept the rules of the forum before being show the actual registration page. When someone clicks register I want them to be taken directly to the registration page and not have to accept the rules. How do I go about doing this?
hookname:
phpcode:
PHP Code:
if ($_REQUEST['do'] == 'signup')
{
$_REQUEST['do'] = 'register';
$_REQUEST['agree'] = 1;
}
Does not work.!
In the past, he worked with version 3.6.7
The current version: 3.6.10