How to hide the magnifying glass...

Hi,

can anyone tell me how to hide the magnifying glass search for guests at the main menu?

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 23 Aug 2010

Your question has been answered hundreds of times. Search.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 Aug 2010

I did search and it is not possible to hide that search magnifying glass on bilders navigation menu.

I do search before I post!

If I miss something then please tell me, thank you!

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 23 Aug 2010

http://www.boonex.com/unity/forums/topic/Search-only-for-members-.htm

 

templates/base/scripts/BxBaseMenu.php

function genTopFooter() {
global $oSysTemplate;

 

to

 

function genTopFooter() {
global $oSysTemplate;
if(!isMember()) {

return;

}

 

 

 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Aug 2010

Thanks :-)

I really missed there something!

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 23 Aug 2010
 
 
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.