Quote:
Originally Posted by chris1979
Is there a way to make this work with 3.7?
|
remove these lines from register.php(somewhere around line 561)
PHP Code:
if (!$vbulletin->GPC['agree'])
{
eval(standard_error(fetch_error('register_not_agreed', $vbulletin->options['forumhome'], $vbulletin->session->vars['sessionurl_q'])));
}
and install and enable the hack. im not sure how to make it work but enabling that hack and removing these lines works.
the hack removes the rules page, but it dont make it so that its like the check box is checked in so then it says you did not agree to the rules, that code above is the code that says you did not agree to the rules.