Results 1 to 9 of 9

Hybrid View

  1. #1

    help question Renaming "information" categories

    I wish to locate where to go into my file manager to rename the Categories on the main page, like "discount coupons" etc.

    And to change the "page 2" to say "blah blah" etc.

    I am not sure if this is the right area: includes/modules/sideboxes/information.php I got this from a post but could not catch onto what they change in the code there.

    Thank you for all who reply.
    [FONT=Comic Sans MS]Richard[/FONT]

    [FONT=Comic Sans MS]Newer than a Newbie, looking for help always!![/FONT]
    [FONT=Comic Sans MS][/FONT]
    [FONT=Comic Sans MS]www.cosmickodiak.com/[/FONT]

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Renaming "information" categories

    Quote Originally Posted by SolarTrees View Post
    I wish to locate where to go into my file manager to rename the Categories on the main page, like "discount coupons" etc.

    And to change the "page 2" to say "blah blah" etc.

    I am not sure if this is the right area: includes/modules/sideboxes/information.php I got this from a post but could not catch onto what they change in the code there.

    Thank you for all who reply.
    If you want to just change the titles of the sideboxes then check:

    How do I change the category (or any other sidebox) title?
    in the tutorials/FAQ section

    If however you want to change the actual names then look in

    includes/languages/english/*.php and change the following define statements

    define('NAVBAR_TITLE', 'Page ?');
    define('HEADING_TITLE', 'Page ?');

    The highlighted portions would what you would change

  3. #3

    help question Re: Renaming "information" categories

    Thank you for the help I will check it out.
    [FONT=Comic Sans MS]Richard[/FONT]

    [FONT=Comic Sans MS]Newer than a Newbie, looking for help always!![/FONT]
    [FONT=Comic Sans MS][/FONT]
    [FONT=Comic Sans MS]www.cosmickodiak.com/[/FONT]

  4. #4

    help question Re: Renaming "information" categories

    Quote Originally Posted by clydejones View Post
    If you want to just change the titles of the sideboxes then check:

    How do I change the category (or any other sidebox) title?
    in the tutorials/FAQ section

    If however you want to change the actual names then look in

    includes/languages/english/*.php and change the following define statements

    define('NAVBAR_TITLE', 'Page ?');
    define('HEADING_TITLE', 'Page ?');

    The highlighted portions would what you would change

    The navbar name did change thanks. But, I do not wish to change the sidebox name Like Information or More Information, I wish to only change some of the titles under the sidebox names!!!

    So, page 2 I wish to change to "about us" under the "more information"

    and I wish to change "discount coupons" to "incentives" or something like that.

    I tried playing around in the includes/languages/english.php but things started getting fuzzy, so I did not mess with it further!!

    I look forward to your input on this issue!
    [FONT=Comic Sans MS]Richard[/FONT]

    [FONT=Comic Sans MS]Newer than a Newbie, looking for help always!![/FONT]
    [FONT=Comic Sans MS][/FONT]
    [FONT=Comic Sans MS]www.cosmickodiak.com/[/FONT]

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Renaming "information" categories

    Quote Originally Posted by SolarTrees View Post
    The navbar name did change thanks. But, I do not wish to change the sidebox name Like Information or More Information, I wish to only change some of the titles under the sidebox names!!!

    So, page 2 I wish to change to "about us" under the "more information"

    and I wish to change "discount coupons" to "incentives" or something like that.

    I tried playing around in the includes/languages/english.php but things started getting fuzzy, so I did not mess with it further!!

    I look forward to your input on this issue!
    includes/languages/english/discount_coupon.php

    define('NAVBAR_TITLE', 'Discount Coupon');
    define('HEADING_TITLE', 'Discount Coupon');


    includes/languages/english/page_2.php

    define('NAVBAR_TITLE', 'page 2');
    define('HEADING_TITLE', 'page 2');

    Change the highlighted portions to whatever text you wish.

    You can apply the same logic to any of the files in

    includes/languages/english/*.php

  6. #6

    help question Re: Renaming "information" categories

    Yes. But the this does not change the Page 2 to About Us under the "More Information" sidebox!

    It only changes it when you click on the Page 2 and the page comes up and you will see "about us" there, that part is good.

    We need to get back to the "main page" and change :

    --------------------------------------------
    [ more information ]
    --------------------------------------------
    page 2 to about us
    page 3 to XXXXXXX
    page 4 to YYYYYYYY

    -------------------------------------

    where do you go to change the menu names in other words.

    I would like to make changes to "discount coupons" under the "information" sidebox as well, where do I go to change the menu name ----> "discount coupon" to "incentives" !!???
    [FONT=Comic Sans MS]Richard[/FONT]

    [FONT=Comic Sans MS]Newer than a Newbie, looking for help always!![/FONT]
    [FONT=Comic Sans MS][/FONT]
    [FONT=Comic Sans MS]www.cosmickodiak.com/[/FONT]

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Renaming "information" categories

    Quote Originally Posted by SolarTrees View Post
    Yes. But the this does not change the Page 2 to About Us under the "More Information" sidebox!

    It only changes it when you click on the Page 2 and the page comes up and you will see "about us" there, that part is good.

    We need to get back to the "main page" and change :

    --------------------------------------------
    [ more information ]
    --------------------------------------------
    page 2 to about us
    page 3 to XXXXXXX
    page 4 to YYYYYYYY

    -------------------------------------

    where do you go to change the menu names in other words.

    I would like to make changes to "discount coupons" under the "information" sidebox as well, where do I go to change the menu name ----> "discount coupon" to "incentives" !!???
    includes/languages/english.php

    find the define statements you need to change

 

 

Similar Threads

  1. How would I edit the "Information" and "Categories" blocks?
    By Soldierxx in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 19 May 2011, 05:59 PM
  2. Deleting "Information" categories
    By solotripper in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Nov 2010, 05:28 PM
  3. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  4. Inside the "Categories" box it says "New Products" and "All Products"...
    By john9 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Feb 2007, 07:55 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