By editing the english.php file i've managed to delete the "advanced search" function in the search sidebar. by changing this line:
define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search');
into this:
define('BOX_SEARCH_ADVANCED_SEARCH', '');
the only problem is that this leaves a white space in the search box, any idea how to get rid of this?



