when going to user/1/edit/twitter the tab to user/1/edit disappears. All other tabs are still visible.
Please note that this also happens while using the Stark theme for 6.x
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | twitter-show-user-edit-tab-374906-2.patch | 1.34 KB | webchick |
Comments
Comment #1
webchickI noticed this too.
Comment #2
webchickHoly cow. Something new to add to my "DrupalWTF" list.
So the reason this happens is because the user edit path is actually user/%user_category/edit, not user/%user/edit. Fixing this requires both:
a) Passing in 'load arguments' of '%map' and '%index' (of... course!)
b) Implementing hook_user op categories
Good thing there was an example of this in core with the user and profile modules, or I would never have figured this out.
Comment #3
alexanderpas commentedmakes "sense" ;)
patch works over here.
Comment #4
munikho commentedPatch working here as well.
Comment #5
walkah commentedheh. looks like eaton already applied this and didn't update the issue :-)