solved Is there a way to hide the "TIMELINE" profile menu tab?

iLoveHouseMusic
iLoveHouseMusic
@ilovehousemusic
10 years ago
517 posts
I thought I read about it here on the forum, but can't seem to find it. Is there a way to hide a specific profile menu tab?

Specifically, I'm trying to hide the "timeline" profile menu tab. I'm having my users to just click on their profile name to return back to their profile home.

And I have a customization to the profile menu location such that I dont have real estate for another tab. Will probably rethink that later, but wanted to just hide it for now..

TIA!
updated by @ilovehousemusic: 05/26/14 06:54:40PM
michael
@michael
10 years ago
7,715 posts
Disable that module for whatever quota they are in.

The jrProfileTweaks module allows the profile owner to set their own default page if they want to.
brian
@brian
10 years ago
10,148 posts
iLoveHouseMusic:
Specifically, I'm trying to hide the "timeline" profile menu tab. I'm having my users to just click on their profile name to return back to their profile home.

Yes - modify the profile_header.tpl file (or whatever tpl you have the {jrProfile_menu} function call in), and add an exclude_modules parameter - i.e.

{jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url exclude_modules="jrAction"}

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 04/25/14 06:04:25AM
iLoveHouseMusic
iLoveHouseMusic
@ilovehousemusic
10 years ago
517 posts
michael:
Disable that module for whatever quota they are in.

The jrProfileTweaks module allows the profile owner to set their own default page if they want to.

@Michael - Need the timeline still, when clicking on the user's profile name.

@brian - thanks that what I needed!

Tags