Changing the registration agreement of your board
Description: Want to change the registration agreement? Why not take a look how.
In Categories: Styles
- Link to this article: Select All
[url=https://www.phpbb.com/support/docs/en/3.3/kb/article/changing-the-registration-agreement-of-your-board/]Knowledge Base - Changing the registration agreement of your board[/url]
*NOTE: This is tutorial only shows how to edit ENGLISH language pack, however the technique is the same for any language pack*
First things first, FTP to your site and go to your phpBB installation path, then navigate to Language/en/ Next lets save a copy of ucp.php (make a backup copy, just in case ) Next download ucp.php and open it for editing.
Search for the following line:
Now edit the text you want to change, this reflects what you would like you users to agree too when they register, a few things to remember are:
%1$s = The name of your forums
%2$s = The URL path of your forums
Make sure to use a proper code text editor for the edits, instructions for that can be found in this article and be sure to save any files as UTF-8 without BOM.
On a side note, this file also contains a TON of other things, i am only showing you how to change the registration agreement, however in this file you may change things like what phpBB will say when a users account is activated. Explore and play around, however make sure you ALWAYS backup a copy of ucp.php that WORKS!
Hope this was helpful
Regards,
Hc2995
First things first, FTP to your site and go to your phpBB installation path, then navigate to Language/en/ Next lets save a copy of ucp.php (make a backup copy, just in case ) Next download ucp.php and open it for editing.
Search for the following line:
Code: Select all
'TERMS_OF_USE_CONTENT' =>
%1$s = The name of your forums
%2$s = The URL path of your forums
Make sure to use a proper code text editor for the edits, instructions for that can be found in this article and be sure to save any files as UTF-8 without BOM.
On a side note, this file also contains a TON of other things, i am only showing you how to change the registration agreement, however in this file you may change things like what phpBB will say when a users account is activated. Explore and play around, however make sure you ALWAYS backup a copy of ucp.php that WORKS!
Hope this was helpful
Regards,
Hc2995