Hi,
On this site we have the header search feature in operation, just below the logo on the right. We want to change the button text from "Go" to "Search". Easy, right? Just go to the proper defines file and change it.
But the proper defines file already says "Search". And so does any conceivable alternate define that I can find. So it has to be hard-coded in somewhere -- but where? I've tried the search in admin, looking for define('HEADER_SEARCH_BUTTON','Go'); and got nothing. Any idea where it's coming from?
ZC 1.3.9h
SexyPink template (Don't worry, it's not an adult site.)
From includes/languages/English/header.php
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search terms here');
From includes/languages/English/SexyPink/header.php
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search terms here');
Incidentally, that last location, the header.php file in the override folder, is actually working. If I leave the 'Tagline' define in, Tagline appears on the page overlapping the logo. When I set it back to just '', it disappears from the page. So the file is being recognized and used by ZC. But obviously the search defines are not being used. That's the real puzzle.
Rob


Reply With Quote


