Clean up Search Menu Options

Is there anyway to get rid of the Quick Search and Advanced Search Menu Options?

See screen shot.

Thanks!

Peer

cleanup search menu.png · 261K · 144 views
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 10 Sep 2013

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

remove from uI.png · 7.7K · 139 views
Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 12 Sep 2013

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.

Quote · 12 Sep 2013

thanks gfriends!!

I'm on it!

P.

Peer L. Plaut Executive Director, Single Booklovers Connecting Bookworms Since 1970
Quote · 12 Sep 2013

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
Quote · 13 Nov 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.