Is there anyway to get rid of the Quick Search and Advanced Search Menu Options?
See screen shot.
Thanks!
Peer
Is there anyway to get rid of the Quick Search and Advanced Search Menu Options? See screen shot. Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
I don't really care about the back end, but is there a way to make these changes on the front end? Delete the options? Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Edit file search.php (in the root folder) and go to line 77 You will find this code: $aLinks = array( _t('_search_tab_simple') => array('href' => $sUrl . '?search_mode=sim', 'active' => $bSimAct), _t('_search_tab_Adv') => array('href' => $sUrl . '?search_mode=adv', 'active' => $bAdvAct), _t('_search_tab_quick') => array('href' => $sUrl . '?search_mode=quick', 'active' => $bQuiAct), ); Remove it or add a double slash before each line. Note: this modification remove only links in the front end. |
thanks gfriends!! I'm on it! P. Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |
Finally got around to doing this... works like a charm! Also went in and modified the label names... Thanks! Peer Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970 |