Hide top menu from guests !!

In order to hide top menu from guests, i went to builders and unchecked ''guests'' in every top menu item so that only logged in members can see them. but that search block is still there and i cant find anything to hide it... so to hide it frm guests??? anybdy help plz..

https://www.facebook.com/4thmolar
Quote · 19 Feb 2011

Hi Saurav!

----------------------------------

If you would like to completely hide the menu bar from non-members, then this is the mod for you.

Edit

templates/base/scripts/BxBaseMenu.php

Find

return $this->sCode;

Change it to...

if (islogged()){

return $this->sCode;

}

----------------------------------

I thing if you do a little search on the forum or on the market on the Free mod link you will find simple things like this one

One more thing Please Say Thank's to hem >> http://www.boonex.com/unity/extensions/entry/FREE_MOD_DeeEmm_Hide_Menu_Bar_from_Guests

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 19 Feb 2011
 
 
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.