MyBB Community Forums

Full Version: Change Registration Agreement & 1 more thing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change the registration agreement?


AND ONE MORE THING


Put adverts on? Like ones i can customise.
Method 01:

Change the agreement from language files:
ACP > Configuration > Language > Select option "Edit Language Variables" at right button of your language

Method 02:

Go to:
ACP > Templates & Styles > Templates > {theme_name} Templates > Member Templates > member_register_agreement

Find the following code:
<p>{$lang->agreement_1}</p>
<p>{$lang->agreement_2}</p>
<p>{$lang->agreement_3}</p>
<p>{$lang->agreement_4}</p>
<p><strong>{$lang->agreement_5}</strong></p>

Replace with your own agreement.