No it would not help
instead do one thing, in template's Fblayout.php , comment out these lines
/* if ($my_id != 0)
{
$header .= ' <li ';
if (strtolower($func) == 'myprofile' ){ $header .= ' class="fireboard_item_active" '; }
$header .=' ><a href="';
$header .= $fbConfig['cb_profile'] ? sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . '&task=userDetails'

: sefRelToAbs(JB_LIVEURLREL . '&func=myprofile&do=show'

;
$header .= '" ><span>';
$header .= $fbIcons['profile'] ? '<img src="' . JB_URLICONSPATH . '' . $fbIcons['profile'] . '" border="0" alt="' . _GEN_MYPROFILE . '" title="' . _GEN_MYPROFILE . '"/>' : _GEN_MYPROFILE;
$header .= '</span></a></li>';
}*/