Guest Posted November 18, 2006 Posted November 18, 2006 Where do I Change the "Let's See What We Have Here" That can be found when you click on a Category. Thanks for any Help yamiacaveman
ddp Posted November 18, 2006 Posted November 18, 2006 Where do I Change the "Let's See What We Have Here" That can be found when you click on a Category. Thanks for any Help yamiacaveman You might want to learn to search the forums better. It is in the catalo/includes/languages/english.php file Look for: define('HEADING_TITLE', 'Let's See What We Have Here'); Change the text to what you want. Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
Guest Posted November 19, 2006 Posted November 19, 2006 You might want to learn to search the forums better. It is in the catalo/includes/languages/english.php file Look for: define('HEADING_TITLE', 'Let's See What We Have Here'); Change the text to what you want. Sorry about that, I did not search the Forums. I some times forget and some times the arthritis in my fingers gets so bad I do cheat and take the easy way out. I know it is no excuse but I am almost 88 years old and it does get difficult at times. Please accept my apology and I will try not to do that again. yamiacaveman
gg3558 Posted November 19, 2006 Posted November 19, 2006 I followed your instructions on how to change the 'what's new here?" text and this is all I could find relating to the heading: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); Did I miss something? Any suggestions?
SeanB Posted November 19, 2006 Posted November 19, 2006 Yeah, that's the way to change the What's New text, but the original topic was about the "Lets See What We have Here" text. Which are you looking for help on, gg3558? My website's address is in My Profile, since it's not allowed to be in my signature.
ddp Posted November 19, 2006 Posted November 19, 2006 I followed your instructions on how to change the 'what's new here?" text and this is all I could find relating to the heading: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); Did I miss something? Any suggestions? Sorry I told you the wrong file. I went from memory. Bad idea. It is in catalog/includes/languages/english/index.php If you want to have it display the category title instead of "let's see what we have here" put in: define('HEADING_TITLE', ucwords($categories['categories_name'])); Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
gg3558 Posted November 19, 2006 Posted November 19, 2006 Yeah, that's the way to change the What's New text, but the original topic was about the "Lets See What We have Here" text. Which are you looking for help on, gg3558? Thank you Sean for responding. I am looking to change 'What's New Here".
ddp Posted November 19, 2006 Posted November 19, 2006 Thank you Sean for responding. I am looking to change 'What's New Here". OK same file to change look for: } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); in catalog/includes/languages/english/index.php Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
spelchek Posted November 19, 2006 Posted November 19, 2006 Thx ddp, Just found this post by searching (he he :)) and its exactly the answer i was looking for. Cheers!!
ddp Posted November 20, 2006 Posted November 20, 2006 Thx ddp, Just found this post by searching (he he :) ) and its exactly the answer i was looking for. Cheers!! gg3558 and spelchek You are both welcome. Searching rules. Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.