Menu Customization

alt=
@tunefeed
6 years ago
22 posts
I'm trying to take a few things off my menu template. Items you like or dislike, your purchases, and maybe another need to not be on the menu. Looked through every menu tpl and dont see what im looking for. Any leads?
updated by @tunefeed: 05/23/18 01:25:47PM
Strumelia
Strumelia
@strumelia
6 years ago
3,603 posts
Did you check https://(yoursite).com/core/skin_menu ?


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
michael
@michael
6 years ago
7,717 posts
If you're talking about the items that appear on a profile, turning them off in the quota system will remove them from that profile.

Or you can hide them with CSS.

Or you can filter them out via the {jrProfile_menu} template function options


Docs: "{jrProfile_menu}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1997/jrprofile-menu
alt=
@tunefeed
6 years ago
22 posts
Ok the item thats appearing is "Mentions". Which quota disables this item
nate
@nate
6 years ago
917 posts
You wanna edit the profile_header.tpl and remove the below code.

<a title="Mention This Profile" onclick="jrFollowMe_modal('#mention_modal','@{$profile_url}')">{jrCore_icon icon="mention" size="22" class="email"}</a>

Tags