Zen Follower
- Join Date:
- Dec 2008
- Location:
- Los Angeles, CA
- Posts:
- 138
- Plugin Contributions:
- 0
Privacy and Policy
Hi all,
Is it possible to change the name privacy notice to policy notice? if yes. Would you tell where I should go to change?
Thanks,
Views: 1,420
Zen Follower
Hi all,
Is it possible to change the name privacy notice to policy notice? if yes. Would you tell where I should go to change?
Thanks,
Totally Zenned
FTP the following files to your local drive, then open them for editing using a PLAIN TEXT EDITOR...
/includes/languages/english.php
Line #137 : define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
You change ONLY the text between the SECOND SET of single quote-marks... nothing else. (Make sure to retain those single quote-marks... eg:
define('BOX_INFORMATION_PRIVACY', 'Site Confidentiality Policy');
when edited, save file to:
/includes/languages/YOUR_TEMPLATE/english.php
and...
**
/includes/languages/english/privacy.php**
Line #22 : define('NAVBAR_TITLE', 'Privacy Notice');
Line #23 : define('HEADING_TITLE', 'Privacy Notice');
when edited, save file to:
/includes/languages/english/YOUR_TEMPLATE/privacy.php
Black Belt
Tutorials/FAQ's link at the top is a shortcut to answers for common asked items
Most are in english.php but learn to use the tool kit in case
Zen Follower
Thanks It works
Tell staff why this post should be reviewed.