solved Disable Menu item

SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
How do you disable a menu item in JR5?
updated by @gmeshowcase: 04/23/14 10:23:27PM
MAD
MAD
@madc
10 years ago
600 posts
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
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
no edit I make on the Template Header file to make changes to my menu never shows up.
I tried using the HTML comment tags and you can see them in the saved header template.

I would also like to add a tab to link to an external page.

I tried adding Link

and that did nothing either.
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
I would like to upload images of screen captures and put HTML in this forum but I can't do either.
brian
@brian
10 years ago
10,148 posts
jcoppage:
I would like to upload images of screen captures and put HTML in this forum but I can't do either.

After you have posted a response to a forum topic, hold your mouse over your response and you will see the "modify" icon in the upper right of your response - click on it and you can add an attachment.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
10 years ago
600 posts
As @brian said here
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/8502/editing-menu
Use the smarty comments. I have a cloned skin and edit them directly.
I se you are trying through the ACP overrides.
My Mistake :)


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
SheliaReed
SheliaReed
@gmeshowcase
10 years ago
64 posts
This has been resolved. After making changes to template, click Save at the bottom of the page. After page reloads, click Cancel. This brings you back to the list of files. Check box, scroll to bottom of page and Click Save.

Tags