2012-11-24, 09:57 AM
2012-11-24, 10:29 AM
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:
Replace with your own agreement.
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.