Joomla fix: Search box

Published in Website Design | On October 12th, 2008

If you’re looking to delete the words “search…” from the Joomla search box, go to

Languages > English.php row 430 and change

DEFINE('_SEARCH_BOX','search...');

to

DEFINE('_SEARCH_BOX','');

That’s it!

Moreover, after you search for a certain keyword, you get the search results page. If by any chance you are missing the page title of Search, change

DEFINE('_SEARCH_TITLE','');

to

DEFINE('_SEARCH_TITLE','Search');

…and this is very important, just so you’d know, the button title arrives from the page title itself!

Share |

One Response to “Joomla fix: Search box”

  1. laras says:

    very inspired design!! fabulous…..

Leave a Reply