New Zenner
- Join Date:
- May 2005
- Posts:
- 48
- Plugin Contributions:
- 0
Help with Page Name changing
In my sidebox.. called Information.. how can I change the name of the options and delete others?
Views: 1,778
New Zenner
In my sidebox.. called Information.. how can I change the name of the options and delete others?
Obaa-san
That depends on which ones you want to do what to. Can you be more specific?
New Zenner
Yes, sorry.
For example.. under the INformation box, there's a link called "Conditions of Use" I would like to change that to "FAQs" and also when you click it, it say "FAQs" at the top instead of "Conditions of use"
I realize this means I will have to change some of the .php files, which I know how, I just need to know which files.
Totally Zenned
The easiest way to locate titles like those to redefine, is to go into Admin-Tools-Developers Toolkit;
Using the first input, seach the title "Conditions of Use". You will be notified of the areas/files to modify...
/blahblah/yourstore/includes/languages/english/conditions.php
Line #22 : define('NAVBAR_TITLE', 'Conditions of Use');
Line #23 : define('HEADING_TITLE', 'Conditions of Use');
/blahblah/yourstore/admin/includes/languages/english/define_pages_editor.php
Line #31 : define('TEXT_INFO_CONDITIONS', 'Conditions of Use');
Don't forget to leave the quotes surrounding the new titles or you'll get errors.
New Zenner
Awesome! Thanks!
Totally Zenned
You're welcome. Good luck on your customizing. :happy:
Fields marked required must be completed.
Tell staff why this post should be reviewed.