Closed (works as designed)
Project:
Title Override
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Reporter:
Created:
20 Nov 2011 at 22:41 UTC
Updated:
10 Dec 2011 at 21:10 UTC
Jump to comment: Most recent
Try the following:
system|user|changed the title
system|user/register|create an account
system|user/password|recover password
The first row works, but it changes the subpages too.
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Anonymous (not verified) commentedHey at0g, I did look into this and it appears that the user/* pages are not normal menu items. These are registered as MENU_LOCAL_TASK in the user module, instead of the typical MENU_NORMAL_ITEM (see this for more info on that). On my test site I was able to get the titles of the tabs on the user page to change with this module, which is what would be expected given the way the user module is coded. Since these pages are programmed as tabs under a parent, the parent's title is shared across the tabs. I'm marking this task closed due to working as designed, because as far as I know the only way to change this is going to be to modify the menu types, which was not the original intention of this module. Thanks for the notice though, and I'll consider different approaches on this here in the future - possibly by letting a user change the menu types.