First of let me say this module has saved me a lot of headaches. I love this module!

While working on a dev site today I noticed some odd behavior. I've created several Views for separating content (news, events, etc.) displayed within a group. I am using pathauto to create my group node alias (groups/[type]/[title-raw]). I created a group news View and a group events View. Both are setup as menu tabs. The path for these views are node/%/news and node/%/events.

When I navigate to the group home page I see several tabs (View, News, Events, Edit, Track). When I mouse-over each of these tabs the url appears correctly, including the View tab. However, when I navigate to one of the other tabs and then do a mouse-over, every tab except the current tab is correct. So when I'm on the News tab, if I click the News tab again, I'm taken to node/%/News instead of groups/[type]/[title-raw]/News.

I'm guessing the "View" tab was always correct because that alias was actually generated by pathauto.

I hope I was able to articulate that correctly. Does that make any sense?

Comments

caschbre’s picture

* bump -- I've come across another scenario where this is occurring. Below is my current setup.

Content type: Team (group node)
- Pathauto Alias: team/[title-raw]

I manually created the following alias:
- Path: node/880/5 (880 = team nid; 5 = argument for a view)
- Alias: team/Broncos/vsColts

I have a view page (tab) that takes in two arguments with the following page path:
- View page path: node/%/%/discuss

If I navigate to team/Broncos/vsColts (node/880/5) I see a tab for my view. When I hover over that tab I see the correct alias (team/Broncos/vsColts/discuss). When I click on the tab and display the view, then hover over that tab again I see the path (node/880/5/discuss) and not the alias.