sjhnjah Posted March 14, 2003 Share Posted March 14, 2003 I am a newbie and if this has been posted, I can't find it. How do I change the text in the Box Headers? A newbie who has learned just enough to be dangerous! Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2003 Share Posted March 14, 2003 Sarah, Welcome to OSC. A couple of tips....read the forum rules and Stickies at the top of the forums before you post. Take a look at http://wiki.oscommerce.com for installation and modification instructions. Link to comment Share on other sites More sharing options...
sjhnjah Posted March 14, 2003 Author Share Posted March 14, 2003 Thank You for your reply. I have quickly browsed through the wikki site and it seems to have everything about boxes except changing text. However, I will continue to read thoroughly to see if my question is answered, then re post to the appropriate forum. Sorry... :( A newbie who has learned just enough to be dangerous! Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2003 Share Posted March 14, 2003 Hint: Check your catalog/includes/languages/english.php and look for lines like: // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Categories'); :D Link to comment Share on other sites More sharing options...
sjhnjah Posted March 14, 2003 Author Share Posted March 14, 2003 That is where I have been for a day and 1/2 now. Below is an example of what I did. I just put the word "test" in front of the Box named Categories to test the change and it leaves this BOX_HEADING_CATEGORIES in the title to the box header on the Web page www.yourgiftnbasketshop.com // categories box text in includes/boxes/categories.php define('BOX_HEADING_testCATEGORIES', 'testCategories'); Any help would be appreciated. :D A newbie who has learned just enough to be dangerous! Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2003 Share Posted March 14, 2003 // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Only change the Title Here'); Link to comment Share on other sites More sharing options...
Ajeh Posted March 14, 2003 Share Posted March 14, 2003 You are changing the definition constant name and not the value This is wrong ... // categories box text in includes/boxes/categories.php define('BOX_HEADING_testCATEGORIES', 'testCategories'); Use this ... // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'testCategories'); Link to comment Share on other sites More sharing options...
Ajeh Posted March 14, 2003 Share Posted March 14, 2003 dang you are fast, Kim ... :wink: Link to comment Share on other sites More sharing options...
sjhnjah Posted March 14, 2003 Author Share Posted March 14, 2003 :D :D :D :D :D :D :D :D A newbie who has learned just enough to be dangerous! Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2003 Share Posted March 14, 2003 Yes! I finally beat Linda to the punch! :D BTW- Linda, You could move this to a more appropriate forum... :D Link to comment Share on other sites More sharing options...
Ajeh Posted March 14, 2003 Share Posted March 14, 2003 Yes! I finally beat Linda to the punch! :D BTW- Linda, You could move this to a more appropriate forum... :D Well ... if someone would speak up sooner I might pay attention faster ... Thread moved appropriately ... 8) Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2003 Share Posted March 14, 2003 Well ... if someone would speak up sooner I might pay attention faster ... If someone had read the whole thread she'd have noticed my first post mentioning reading the stickies and I was being really nice so someone else wouldn't yell at me for being mean. :D :D :D :D :D :D :D :D :D :D Link to comment Share on other sites More sharing options...
Ajeh Posted March 14, 2003 Share Posted March 14, 2003 Okay .. okay ... okay ... I am sometimes a little slow on the up take ... :wink: Link to comment Share on other sites More sharing options...
Guest Posted March 14, 2003 Share Posted March 14, 2003 :bigups: :inlove: We luv 'ya anyway. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.