Just hide the whole thing by doing this:
Make a backup copy of your templates/base/scripts/BxBaseMenu.php FIRST
Then edit this file and Line ~147 make the following changes in RED
function getCode() {
if (isset($GLOBALS['bx_profiler'])) $GLOBALS['bx_profiler']->beginMenu('Main Menu');
if ((int)$_COOKIE['memberID'] > 0) {
$this->getMenuInfo();
$this->genTopHeader();
$this->genTopItems();
$this->genTopFooter();
if (!defined('BX_INDEX_PAGE')) {
$this->genSubContHeader();
$this->genSubMenus();
$this->genSubContFooter();
}
}
if (isset($GLOBALS['bx_profiler'])) $GLOBALS['bx_profiler']->endMenu('Main Menu');
return $this->sCode;
BTW, This is for D 7.0.4. If you are using D 7.0.3 it should look closely the same except for
if (isset($GLOBALS['bx_profiler'])) $GLOBALS['bx_profiler']->endMenu('Main Menu');