Closed (fixed)
Project:
Activity
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2010 at 00:58 UTC
Updated:
7 Jan 2011 at 09:21 UTC
Is it possible to change the "Activity privacy settings" tab on User Profile from Primary Tab to Secondary Tab? For example, it would display as secondary tab when user clicks on "edit tab" in their user profile... the "activity privacy settings" tab would display alongside the "account" tab and any other secondary tabs during editing...
Comments
Comment #1
Scott Reynolds commentedSure menu_alter it
http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo...
Comment #3
artycul commentedhere's a snippet
this goes into sites/all/modules/yourmodule/yourmodule.module
According to #356209: Disappearing MENU_LOCAL_TASK items and different Wildcard Loader Arguments, you have to go through hook_user for user/edit local_tasks in order to prevent the 'edit'-tab from disappearing.