Re: change name of Page 2
english.php
Line #22 : define('NAVBAR_TITLE', 'Page 2');
Line #23 : define('HEADING_TITLE', 'Page 2');
please use the override system the developers put in place.
Check out the FAQ and wiki docs up the top for more info.
Developers Tool Kit in Admin is your lifeline in finding stuff.
Re: change name of Page 2
I did that already, but the text "page 2" still appears in the "more info" box... thanks anyway.... I'll keep looking....
Re: change name of Page 2
look in includes -> languages -> YOUR_TEMPLATE -> english.php
Lines 155 - 157
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
make your changes to the portions in red
Re: change name of Page 2
Thank you so much.... I did it in a test site, and completely forgot how to do it.... your response is much appreciated.
Re: change name of Page 2
Not at all, glad to help.
Re: change name of Page 2
it's very nice to see so many helpful people.....
Re: change name of Page 2
However, for future reference, I think it should rather be said as:
Quote:
look in includes -> languages -> YOUR_LANGUAGE - > YOUR_TEMPLATE -> english.php
:wink2:
Re: change name of Page 2
How can I change the name "Page_2" in the address: www.mysite.com/page_2... into the name of my Page 2?
I was able to remane it in the sidebox, the navitile, and the heading...
Thanks.
Re: change name of Page 2
I don't have the "your language". I only have languages then nothing else after that. Is there any way to help me?
Re: change name of Page 2
Quote:
Originally Posted by
sistersecrets
I don't have the "your language". I only have languages then nothing else after that. Is there any way to help me?
it does not say your language it will say "english" or "turkish"
it will not say your template neither it will be "classic" or whatever your template is called
Re: change name of Page 2
Running version 1.3.8a, the NAVBAR_TITLE, HEADING_TITLE AND TEXT_INFORMATION, are now located in ../includes/languages/your_language/page_2.php also page_3.php and page_4.php etc...
Re: change name of Page 2
/htdocs/includes/languages/english
and change page 2 -3 4- etc
define('NAVBAR_TITLE', 'Page 2');
define('HEADING_TITLE', 'Page 2');
define('TEXT_INFORMATION', 'Page 2 information goes here.');
its a long time post but someone might need it
:frusty:
:lamo:
:oops:
:smartalec:
Re: change name of Page 2
I have managed to change the text on the page from 'Page 2' to 'How To Order' for example, however is it possible to change the url to reflect this change?
http://www.mystore.com/store/index.php?main_page=page_2
to
http://www.mystore.com/store/index.p...e=how_to_order
Thank you. :smile: