mecha008 Posted April 18, 2004 Posted April 18, 2004 Hi, I need help changing the "Let's See What We Have Here" default heading and Alt tags on images in Catagory and Manufacturer pages. My attempt on Changing it in Language files have no effect. I am assuming it's because of the contribution with BTS and Header Tag Control installed. Thanks in Advance.
peterr Posted April 18, 2004 Posted April 18, 2004 Hi, /catalog/includes/languages/english/index.php - line 19 define('HEADING_TITLE', 'Let\'s See What We Have Here'); Peter
peterr Posted April 18, 2004 Posted April 18, 2004 Hi, The constant HEADING_TITLE is used extensively throughout osCommerce (would you beleive 264 files use it ?). Especially, it is used in /catalog/index.php As it is set in /catalog/includes/languages/english/index.php - line 19. then possibly the contributions you have installed, don't allow it to be reset, for some reason ? Peter
mecha008 Posted April 18, 2004 Author Posted April 18, 2004 Hi, thanks for your reply. I found the index.php yesterday in language yesterday. I have used a query to dynamically generate the heading_title in both manufacturer and category pages. Wow took me awhile to find that one. Thanks Peter.
peterr Posted April 19, 2004 Posted April 19, 2004 Hi, Wow took me awhile to find that one. Yes, there is a tool called PHPXref , which is very helpful to find functions, classes,etc on osCommerce code. However, what I would like to see is a 'where used' or even a quick search function on the osCommerce code. At present, I have to resort to (Windows) 'find' tool. :( Peter
mecha008 Posted April 19, 2004 Author Posted April 19, 2004 Awesome, Peter, thanks for your help. You have been most helpful.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.