i kno this has been posted before and i apologize, but i cannot find it anywhere, in the bread crumbs, how do i change the name for page 2, page 3. ect. so sorry, please help..
i kno this has been posted before and i apologize, but i cannot find it anywhere, in the bread crumbs, how do i change the name for page 2, page 3. ect. so sorry, please help..
thank you thank you
uh oh now i have NAVBAR_TITLE in the heading for page 2
http://craftsandthings.info/William/...in_page=page_2
my guess is you removed , 'Page_2' from define .. you need to rename it and not remove it ..
define('NAVBAR_TITLE', 'Page 2');
to
define('NAVBAR_TITLE', 'Event Calendar');
no, this is what i have in my define:
define('NAVBAR_TITLE', 'Event Calendar');
define('HEADING_TITLE', 'Event Calendar');
define('TEXT_INFORMATION', '');
what else could be doing this?
page 3 and 4 are working...odd
would it be because i dont have anything in the last part?
nothing to do with last define..
you may want to look at that page on your server , make sure is not corrupt and make sure is in right folder..
as you said , is ODD .. the only reason i can think of now , is the file is missing or is 0kb..
no, its there.
direcotry:
/craftsandthings/William/includes/languages/english
size: 1, 462
the one on my comp is saying that it is 1,514 though im not sure. i even tried taking it out of a fresh file set, still not working
did you move those files into template override ?