Results 1 to 6 of 6
  1. #1
    Join Date
    May 2005
    Posts
    49
    Plugin Contributions
    0

    Default Help with Page Name changing

    In my sidebox.. called Information.. how can I change the name of the options and delete others?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Help with Page Name changing

    That depends on which ones you want to do what to. Can you be more specific?

  3. #3
    Join Date
    May 2005
    Posts
    49
    Plugin Contributions
    0

    Default Re: Help with Page Name changing

    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.

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,031
    Plugin Contributions
    5

    Default Re: Help with Page Name changing

    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...
    Code:
    /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.

  5. #5
    Join Date
    May 2005
    Posts
    49
    Plugin Contributions
    0

    Default Re: Help with Page Name changing

    Awesome! Thanks!

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,031
    Plugin Contributions
    5

    Default Re: Help with Page Name changing

    You're welcome. Good luck on your customizing.

 

 

Similar Threads

  1. Changing the New products layout on front page
    By Ryk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jun 2006, 02:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •