Hide Empty Menu bar

I hid all the navigation/top menu items from "Guests". I would like the, now empty, bar to go away.

Any suggestions?

Thanks in advance,

Ace

Quote · 21 Nov 2013

Actually, if possible, I would like to merge the navigation bar into the header. Just like it is here on the boonex forums, on FB, and most professional sites.

Quote · 21 Nov 2013

If you want the entire menu hidden from guests then there is a easier way then changing all those menu settings.

Just edit inc/classes/BxDolTemplate.php

Look for this at about line 748

            case 'top_menu':
                $sRet = $GLOBALS['oTopMenu'] -> getCode();
                break;

Change this line from this.

$sRet = $GLOBALS['oTopMenu'] -> getCode();

To this.

if(isMember()) $sRet = $GLOBALS['oTopMenu'] -> getCode();




Done.

https://www.deanbassett.com
Quote · 21 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.