Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2009
    Posts
    4
    Plugin Contributions
    0

    Default Change Link names under "More Information"? Page 2, Page 3, Page 4

    On the default install there are a couple links under a "More Information" heading titled "page 2" "page 3" etc... I know how to edit those pages, but how do I change the link name on the main template itself?

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,369
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    You can find them in includes/languages/english.php, about a quarter of the way down. Just search that file for "page 2" and there you are. Edit, save, ftp to your server.

    Rob
    Breakfast: the most important donut of the day.

  3. #3
    Join Date
    Jan 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    Quote Originally Posted by rstevenson View Post
    you can find them in includes/languages/english.php, about a quarter of the way down. Just search that file for "page 2" and there you are. Edit, save, ftp to your server.

    Rob
    thank you!!!

  4. #4
    Join Date
    Sep 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    Okay, it's worked for him, but not for me. I'm to that location & have changed & edited it - however the link name still says Page 2. What am I doing wrong????????????

    Here's the code.

    define('NAVBAR_TITLE', 'Tournaments');
    define('HEADING_TITLE', 'The End Zone in store tournament schedule');

    define('TEXT_INFORMATION', 'Page 2 information goes here.');

    When I change the TEXT_INFORMATION line it doesn't seem to do anything, so I changed it back to the default.

    I would like the "Page 2" to read "Tournaments"

    Thanks & any help would be greatly appreciated,
    The End Zone

  5. #5
    Join Date
    Aug 2008
    Posts
    245
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    what you have done is change the title in the nav bar and the title that appears on the top of the page.

    If you want the text to read different in the sidebox do as 'rstevenson' has already said.

    Go to includes/languages/english.php and you will have to scroll down to find where it says:

    // information box text in sideboxes/more_information.php - were TUTORIAL_
    define('BOX_HEADING_MORE_INFORMATION', 'More Information');
    define('BOX_INFORMATION_PAGE_2', 'YOUR TEXT');
    define('BOX_INFORMATION_PAGE_3', 'YOUR TEXT');
    define('BOX_INFORMATION_PAGE_4', 'YOUR TEXT');

    change the YOUR TEXT to read what you desire.

  6. #6
    Join Date
    Sep 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    Okay, it's finally sunk in. I've got it. Thank you for your help,
    The End Zone

  7. #7
    Join Date
    Jul 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    i went to that section and it didnt work for me

    // information box text in sideboxes/more_information.php - were TUTORIAL_
    define('BOX_HEADING_MORE_INFORMATION', 'More Information');
    define('BOX_INFORMATION_PAGE_2', 'Cool Links');
    define('BOX_INFORMATION_PAGE_3', 'Page 3');
    define('BOX_INFORMATION_PAGE_4', 'Page 4');

    website is www.sounddestroyermat.com

  8. #8
    Join Date
    May 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    I looked at your site, and it seems to be working for you.

    To edit the name of the link in the "more information" bow, you follow the above. To edit the name of the page in the header, and in the page information, you go to includes/languages/english/page_?.php with the "?" being the page you want to change, obviously.

  9. #9
    Join Date
    Jun 2009
    Location
    Wales UK
    Posts
    93
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    Hello, I've trying to rename my "conditions of use" page to "Graded Product Info". I've made alterations to my /public_html/includes/languages/english.php

    // information box text in sideboxes/information.php
    define('BOX_HEADING_INFORMATION', 'Information');
    define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
    define('BOX_INFORMATION_CONDITIONS', 'Graded Products Info');
    define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
    define('BOX_INFORMATION_CONTACT', 'Contact Us');

    Shouldn't that do the trick?
    http://info-tech-trade.co.uk

  10. #10
    Join Date
    Jun 2009
    Location
    Wales UK
    Posts
    93
    Plugin Contributions
    0

    Default Re: Change Link names under "More Information"? Page 2, Page 3, Page 4

    Problem is fixed.
    I'm using /Custom template so needed to alter:
    public_html/includes/languages/Custom/english.php

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Trouble adding a link/page to my "Information" in sidebox
    By afinta in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 6 Apr 2009, 06:11 AM
  2. Change font color of "Home" and "LogIn" at navMainWrapper (Top of page)
    By Eglantin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2008, 12:19 PM
  3. How do I disable "Page 1, Page 2 and Page 3" from the "Site Menu"?
    By MagicMan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Dec 2007, 03:34 PM
  4. Replies: 1
    Last Post: 22 Sep 2007, 07:58 PM
  5. Change EZ-Page "Page Title:" maxlength Input Field?
    By rainthebat in forum Customization from the Admin
    Replies: 4
    Last Post: 6 Mar 2007, 11:28 PM

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
  •