Great module thanks so much for this!

Great for hiding the UID from other users when browsable profiles are available. I duplicated the profile tabs under a secondary menu to keep the menu consistent, while also allowing tabs under profiles, so a user has mutliple ways of navigating their Profile management.

Since we are aliasing the links in the secondary menu with "Profile" (not-aliased) as a top level menu item and "Edit" (aliased) and "Track" (aliased) as sub-menu items under Profile menu item, and Profile is set to not expanded, then when clicking on the Profile menu item it won't expand.

- Profile
-- Edit
-- Track

I know that this is not a bug and that mealias is working properly. What would be nice is if it would, somehow, know to expand the parent Profile when viewing profile.

Comments

cdale’s picture

Category: feature » support
Status: Active » Postponed (maintainer needs more info)

I tested the following:

Profile => user/me
  Edit   => user/me/edit
  Track => user/me/track

and

Profile => user/%
  Edit   => user/me/edit
  Track => user/me/track

And both worked fine. When clicking on profile the edit and track items were expanded. Clicking on edit or track left them expanded also, and going to a different path removed the edit and track links.

The only thing I can think that I missed, is that I have different paths to what you have. Perhaps if you posted the paths, I might be able to offer more help.

crutch’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

That works nicely thank you.

I had

Profile => user

which was causing the issue. Thanks so much.

cdale’s picture

No worries. Glad I could help out.