Would you like to hide the main menu for non-members? If so, instead of hiding just a few things from non-members through the settings of each plugin, it’s better to just hide all! This way, non-members can only access portal page if set-up correctly. You can use this trick to do so for SocialEngine 4.7 Onwards
Open file /application/modules/Core/widgets/menu-main/index.tpl
and replace whole code with code below
<?php if( $this->viewer()->getIdentity() ): echo $this->navigation() ->menu() ->setContainer($this->navigation) ->setPartial(null) ->render(); ?> <?php endif; ?>
Looking for quality Social Engine Web Hosting? Look no further than Arvixe Web Hosting!