On the http://mysite.com/messages page the page title is "Messages",
On the http://mysite.com/messages/new page the page title is "Messages" again, though it should be "Write new message",
and etc, page title don't change.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | privatemsg_fix_title.patch | 748 bytes | naheemsays |
| #2 | privatemsg.set_title.patch | 1.44 KB | berdir |
Comments
Comment #1
berdirThis seems to be the default behavier with Drupal Menus, all tabs share the same title. No Idea if there is a way to change it..
Comment #2
berdirSimple patch to set the title on the write new message page and add translation call to Tags page
Comment #3
litwol commentedWith some offsets it applied :)
Thanks.
Comment #4
naheemsays commentedI think this patch has broken titles on message view pages - all pages that show the reply box also have the title "Write new message"
Comment #5
naheemsays commentedAttached patch should fix this.
Comment #6
berdirPatch is good.. and this is only a workaround that has to be changed again with #398916: Remove hook_form_alter in favor of a more flexible privatemsg_new form.
Comment #7
naheemsays commentedMay aswell set this back to fixed then as the #398916: Remove hook_form_alter in favor of a more flexible privatemsg_new form fixes the remaining problem with this.
Not setting as duplicate as the original issue was different, but back to fixed as it was before.
(doing it now as if this is committed, that will need the other one to be rerolled.)