![]() |
Disable Registration Agreement - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Disable Registration Agreement (/thread-92606.html) |
Disable Registration Agreement - Yaldaram - 2011-04-19 If you want to disable registration Agreement, and want to redirect users directly to user Details page then here is how; Open member.php and find and remove the following;
RE: Disable Registration Agreement - ViniH - 2011-11-15 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.
Open member.php in a text-editor and change line 374 from this:
To this:
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. RE: Disable Registration Agreement - Yaldaram - 2011-11-15 Thank You very much. ![]() RE: Disable Registration Agreement - haytoch - 2011-11-17 Thanks it work prefect for me ![]() RE: Disable Registration Agreement - Yaldaram - 2011-11-18 Thanks RE: Disable Registration Agreement - quecarallo - 2012-07-28 In the last version of MyBB is in the line 415, if the search mode does not run for u ![]() RE: Disable Registration Agreement - mrdon515 - 2012-10-18 Thanks for this! It worked great. I am on 1.6.6 and it was on line 387 RE: Disable Registration Agreement - FBI - 2013-01-18 Damn! I just know, there is a powerful "hidden" setting usage such ViniH explained MyBB is Amazing ![]() RE: Disable Registration Agreement - alv4 - 2013-01-26 Thanks a lot. I'll be using this ^^ RE: Disable Registration Agreement - Yaldaram - 2013-01-27 You're welcome. ![]() |