I’ve searched for hours but I can’t find a good answer on how to alter the type of a menu item to local task (tab).
The private messages 7.x module (when aided by privatemsg_filter) exposes the following tabs (local tasks):
- Inbox (/messages)
- Sent Messages (/messages/sent)
- All Messages (/messages/list)
There is a 4th menu item (/messages/new) which is currently a MENU_LOCAL_ITEM and I want to make it a local task as well. But how? And what is the best way?