MyBB Themes Community

Full Version: Editing the Registration Agreement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I realize this is not a theme tutorial, but it might be helpful to users nonetheless. This tutorial explains the basic way to edit the default registration agreement.

It’s relativly simple to edit the default registration agreement with the rules of your forum, or some other useful information that you might have.

To start, open inc/languages/<yourlanguage>/member.lang.php in preferably Notepad.
Find:
Code:
$l['agreement_1']
$l['agreement_2']
$l['agreement_3']
$l['agreement_4']
$l['agreement_5']
Change, remove, or add things to these lines, and re-upload!
Yeah, that's pretty simple. I'm going to change the registration agreement on whatever my new forum is, when I get one ;)

And I never could figure out how to get language files to work.... (I mean for my own scripts)
They must have a function in the /inc/functions.php file, is all I can say... :S

Dr Small
They should give this option in Admin Panel itself.
It is. If the lang folders are Chmodded right, you can use the language editor in the ACP to change the agreement. :)
thnx alot dear
Glad everyone likes it, or finds it useful.

And yes, if the folders are CHmodded right, you can easily edit this from your Admin Control Panel. :)
I don't see why you need to edit them. I saw it on my AdminCP (the option to edit) and then looked at the current (default) one and I thought it doesn't really need editing.
Some people just want to add things, delete things, or change it completely. I've always found it good enough for me.
thanks for the tip^^ it is very userful for me ^^
thank u so much for help
Pages: 1 2
Reference URL's