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
Search for the following line:
- Code: Select all
'TERMS_OF_USE_CONTENT' =>
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
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