I want to have new users view and accept the privacy policy before being accepted by the system. It seems that /includes/languages/cherry_zen/english.php has the appropriate code:but nothing comes up on the page where new users fill in their information. I have filled in the privacy policy through the Define Pages Editor, so it does exist.Code:// create account - login shared define('TABLE_HEADING_PRIVACY_CONDITIONS', 'Privacy Statement'); define('TEXT_PRIVACY_CONDITIONS_DESCRIPTION', 'Please acknowledge you agree with our privacy statement by ticking the following box. The privacy statement can be read <a href="' . zen_href_link(FILENAME_PRIVACY, '', 'SSL') . '"><span class="pseudolink">here</span></a>.'); define('TEXT_PRIVACY_CONDITIONS_CONFIRM', 'I have read and agreed to your privacy statement.'); define('TABLE_HEADING_ADDRESS_DETAILS', 'Address Details'); define('TABLE_HEADING_PHONE_FAX_DETAILS', 'Additional Contact Details'); define('TABLE_HEADING_DATE_OF_BIRTH', 'Verify Your Age'); define('TABLE_HEADING_LOGIN_DETAILS', 'Login Details'); define('TABLE_HEADING_REFERRAL_DETAILS', 'Were You Referred to Us?'); define('ENTRY_EMAIL_PREFERENCE','Newsletter and Email Details'); define('ENTRY_EMAIL_HTML_DISPLAY','HTML'); define('ENTRY_EMAIL_TEXT_DISPLAY','TEXT-Only'); define('EMAIL_SEND_FAILED','ERROR: Failed sending email to: "%s" <%s> with subject: "%s"'); define('DB_ERROR_NOT_CONNECTED', 'Error - Could not connect to Database');
Beyond that, I'm just about ready to launch the site!



