Quote:
You have chosen not to accept the forum rules, so registration cannot continue.
Click here to return to the main forums page, or click the 'Back' button on your browser if you now want to agree with the forum rules
|
The solution for this problem is to edit register.php and change 'p' to 'r' at:
// ############################### start register ###############################
if ($_REQUEST['do'] == 'register')
{
$vbulletin->input->clean_array_gpc('
r', array(
'agree' => TYPE_BOOL,
'year' => TYPE_UINT,
'month' => TYPE_UINT,
'day' => TYPE_UINT,
'options' => TYPE_ARRAY_BOOL,
'who' => TYPE_NOHTML,
));