Depending on what skin you are using you can edit the header.tpl file in the ACP
Open your skin and click on templates
click modify on header.tpl
find the menu item you want to disable
If you want to enable it again just comment it out eg
say change this
<li{if isset($selected) && $selected == 'artists'} style="{$menu_active_style}"{/if}><a href="{$jamroom_url}/artists">{jrCore_lang skin=$_conf.jrCore_active_skin id="12" default="artists"}</a></li>
to this
<!--<li{if isset($selected) && $selected == 'artists'} style="{$menu_active_style}"{/if}><a href="{$jamroom_url}/artists">{jrCore_lang skin=$_conf.jrCore_active_skin id="12" default="artists"}</a></li>-->
Save it then go back to your templates area again in your skin and check the box beside header.tpl to make your edit active and save again
If you are using your own skin or a cloned one this can be done directly in the header.tpl file in your skins root folder on your server
--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
updated by @madc: 03/10/14 09:05:30PM