PDA

View Full Version : error Removing the accept rules from Registration process.


Mr.Abdullah
07-08-2008, 04:24 PM
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:

register_start





phpcode:



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

Opserty
07-08-2008, 05:35 PM
Remove forum rules step from registration (https://vborg.vbsupport.ru/showthread.php?t=181656&highlight=remove+forum+rules)

Remove 'agree to forum rules' step from registration (https://vborg.vbsupport.ru/showthread.php?t=141858&highlight=remove+forum+rules)

Mr.Abdullah
07-08-2008, 06:38 PM
Thank You