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?