WhaLberg
05-18-2007, 07:54 AM
I have seen this asked by many users on vBulletin help forums. If you don't want a new user to confirm agreeing the rules while registering then here is what you can do.
1) Open the register.php.
2) Find this code: else
{
$show['coppa'] = false;
$templatename = 'register_rules';
}
3) Replace it with this code:else
{
$show['coppa'] = false;
$templatename = 'register';
}
4) Save it and upload to your forum home directory.
5) That's all. :)
Your sincerely.
1) Open the register.php.
2) Find this code: else
{
$show['coppa'] = false;
$templatename = 'register_rules';
}
3) Replace it with this code:else
{
$show['coppa'] = false;
$templatename = 'register';
}
4) Save it and upload to your forum home directory.
5) That's all. :)
Your sincerely.

