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,721
    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,029
    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,029
    Plugin Contributions
    5

    Default Re: Help with Page Name changing

    You're welcome. Good luck on your customizing.

 

 

Similar Threads

  1. Help with changing the width of page
    By ert0000 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Oct 2009, 10:35 AM
  2. Need help changing store name on contact page
    By MULISH in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 May 2009, 12:51 AM
  3. Help with page name
    By MonikaE in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Jun 2008, 08:12 PM
  4. Help with changing page titles please
    By loulou99 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Aug 2007, 09:07 AM
  5. Help with changing a Color on the main page
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Feb 2007, 10:12 PM

Posting Permissions

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