Results 1 to 4 of 4
  1. #1
    Join Date
    May 2010
    Location
    London UK
    Posts
    134
    Plugin Contributions
    0

    Default Changing the name of page 2

    I read a tutorial that said to change the page title of page 2 i needed to go to languages / my template and change english.php

    I did this i changed the line below to this:

    define('BOX_INFORMATION_PAGE_2', 'About Us');

    but it still shows as page 2, and i can not find any further information on what else i should change?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing the name of page 2

    The navbar and page title are defined in includes/languages/english/page_2.php.

  3. #3
    Join Date
    Jul 2010
    Posts
    79
    Plugin Contributions
    0

    Default Re: Changing the name of page 2

    There's a number of places to change it.


    /includes/languages/english.php

    Line #148 : define('BOX_INFORMATION_PAGE_2', 'Page 2');


    /includes/languages/english/html_includes/classic/define_page_2.php

    Line #0 : <p><strong>Page 2 Sample Text ...</strong></p>



    /includes/languages/english/page_2.php

    Line #22 : define('NAVBAR_TITLE', 'Page 2');

    Line #23 : define('HEADING_TITLE', 'Page 2');

    Line #25 : define('TEXT_INFORMATION', 'Page 2 information goes here.');



    /includes/languages/english/psimageclub/page_2.php

    Line #25 : define('TEXT_INFORMATION', 'Page 2 information goes here.');



    /includes/modules/pages/page_2/header_php.php

    Line #2 : * Page 2
    Last edited by FragaGeddon; 26 Sep 2010 at 02:18 AM.

  4. #4
    Join Date
    Jul 2010
    Posts
    79
    Plugin Contributions
    0

    Default Re: Changing the name of page 2

    And if you need to change something, you should use your 'developers tool kit' under tools in the admin and that will tell you which files you'll need to change.

 

 

Similar Threads

  1. Changing what the url / page name is
    By Kayz in forum General Questions
    Replies: 20
    Last Post: 18 Apr 2010, 06:31 PM
  2. Not in FAQs.. How to change Page 2, Page 3 name to the actual page name
    By jdsmith8 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2009, 12:15 AM
  3. changing the name"sponsor on both sides of the page
    By jayson in forum Basic Configuration
    Replies: 4
    Last Post: 10 Jul 2008, 11:56 PM
  4. Changing the name of Page 2 failed
    By debtag in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 23 Feb 2008, 07:53 AM
  5. Replies: 3
    Last Post: 29 Jan 2008, 04:43 AM

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