Closed (outdated)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 14:39 UTC
Updated:
29 May 2023 at 06:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirHad a look at this, attached a first patch (Only messages/new is implemented)
The issue is that it works by default only on /messages and not on /messages/inbox and so on. This can be fixed by adding a privatemsg_menu_local_tasks_alter() hook but the question is if we really want to display it on all pages below messages/ (including read and so on)...
Also, the look is imho not that great in Garland (It looks better in Seven with the + symbol).
Comment #2
berdirErm...
Comment #3
berdirFound out that I don't need that hook, that's just necessary when you want to display the action somewhere else than in the default path.
The updated patch also converts the Add Tag link, removes the now unecessary default local task list and fixes a few broken links which I've forgot to change in the admin area. That would have even caught by the tests, but if I don't run them... :)
Comment #4
berdirCommited the patch, the other mentioned thing is still open.
Comment #5
ivnish