Sometimes there is a need to hide sections of your site from visitors and it members you.
In this blog I will show you have you will be able to hide the Mini Menu.
Go to /application/modules/Core/widgets/menu-mini
Edit index.tpl
Find
<div id='core_menu_mini_menu'>
Replace with
<?php if( $this->viewer()->getIdentity() ): ?> <div id='core_menu_mini_menu'>
Then find
<script type='text/javascript'> var notificationUpdater;
Replace with:
<?php endif; ?> <script type='text/javascript'> var notificationUpdater;
By doing this small modication you will no longer be showing the Mini Menu.
Always make a back up of files before editing so you can revert back if needed.
Looking for quality SocialEngine Hosting? Look no further than Arvixe Web Hosting
Hi Andrew. I would like to hide some parts (not all) of the mini menu from none members. How can I do that?
Sorry for the delay while i looked into this, at present with the current setup of SE this is not possible at the moment but if i do find away around the system i will update this for you.