Disable Registration Agreement
#2
Hello,

I realise that this is a fairly old thread, however when people are searching to disable the registration agreement I assume they will read this, and so I thought I would offer you the solution I chose, which is simply to add an on/off option within the "User Registration and Profile Options" settings.

Step 1: Create a new setting.
  1. On the admin control panel click the Configuration tab, then click on Settings in the left navigation menu.
  2. Click the Add New Setting tab.
  3. Fill in the form as follows:
    • Title: Registration Agreement
    • Description: Turns the registration agreement on or off.
    • Group: User Registration and Profile Options
    • Display Order: 1
    • Identifier: reg_agreement
    • Type: On/Off Choice
    • Value: 1
  4. Click the Save Setting button at the bottom of the form.
Step 2: Modify relevant file.

Open member.php in a text-editor and change line 374 from this:

	if((!isset($mybb->input['agree']) && !isset($mybb->input['regsubmit'])) || $mybb->request_method != "post")

To this:

	if($mybb->settings['reg_agreement'] && ((!isset($mybb->input['agree']) && !isset($mybb->input['regsubmit'])) || $mybb->request_method != "post"))

Save member.php (and if you edited a local copy you will need to upload the modified version to your web server).

Once you have followed the above steps, you can then turn the registration agreement on or off via the User Registration and Profile Options on the Settings page in the admin area.
Reply


Messages In This Thread
Disable Registration Agreement - by Yaldaram - 2011-04-19, 06:30 PM
RE: Disable Registration Agreement - by ViniH - 2011-11-15, 06:15 PM
RE: Disable Registration Agreement - by Razr7315 - 2021-09-24, 11:26 PM
RE: Disable Registration Agreement - by Yaldaram - 2011-11-15, 07:56 PM
RE: Disable Registration Agreement - by haytoch - 2011-11-17, 11:03 PM
RE: Disable Registration Agreement - by Yaldaram - 2011-11-18, 01:51 AM
RE: Disable Registration Agreement - by mrdon515 - 2012-10-18, 06:38 PM
RE: Disable Registration Agreement - by FBI - 2013-01-18, 10:15 AM
RE: Disable Registration Agreement - by alv4 - 2013-01-26, 06:24 PM
RE: Disable Registration Agreement - by Yaldaram - 2013-01-27, 01:45 AM
RE: Disable Registration Agreement - by Breixo - 2013-04-03, 07:04 PM
RE: Disable Registration Agreement - by jayy - 2013-12-07, 06:27 PM
RE: Disable Registration Agreement - by Yaldaram - 2013-12-07, 06:32 PM
RE: Disable Registration Agreement - by jayy - 2013-12-11, 12:39 AM
RE: Disable Registration Agreement - by alv4 - 2015-04-02, 08:20 PM
RE: Disable Registration Agreement - by fredzy - 2015-11-06, 11:22 AM
RE: Disable Registration Agreement - by niere8 - 2015-11-14, 09:35 PM
RE: Disable Registration Agreement - by alv4 - 2015-12-06, 05:39 PM
RE: Disable Registration Agreement - by Løque - 2019-07-27, 09:50 AM
RE: Disable Registration Agreement - by DevLife - 2021-10-01, 03:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)