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

Comments

webchick’s picture

I noticed this too.

webchick’s picture

Status: Active » Needs review
StatusFileSize
new1.34 KB

Holy 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.

alexanderpas’s picture

Status: Needs review » Reviewed & tested by the community

makes "sense" ;)

patch works over here.

munikho’s picture

Patch working here as well.

walkah’s picture

Status: Reviewed & tested by the community » Fixed

heh. looks like eaton already applied this and didn't update the issue :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.