I created a page via views and a menu tab user/%user/study. The tab and page show up correctly under 'My account'. However, when I add another view with path user/%user/study/tests and set it to show up as a menu tab, it does not show up as a menu item. But when I navigate to the page, the page shows up as expected but the 'edit' tab in the 'My account' menu disappears. All other tabs like 'view', 'dev load' etc. appear correctly.

Is this problem related to #259679: user/[uid]/edit tab not present at user's visits tracker ?

Does anybody else see similar problems? Is there a fix?
Thanks.

Comments

merlinofchaos’s picture

Status: Active » Fixed

Tabs are sensitive to the number of components in the URL. Since you're using two pieces after the %, I suspect this is the problem.

ilakshmir’s picture

Thanks merlinofchaos.

Actually one of my problems is now resolved. I has to have at least 2 secondary tab items to allow display of the secondary tabs menu. I still cannot figure out why the edit tab disappears.

Status: Fixed » Closed (fixed)

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

serg.remote’s picture

Version: 6.x-2.6 » 6.x-2.12

I experience the same issue:
- created view 'user/%/edit/general' and have set 'Menu tab'.
- on user/1/edit I can see the view's secondary tab but on the user/1/edit/general page secondary tabs disappeared and 'Edit' tab from the primaty tabs is absent too.
- if I create another view 'user/%/edit/community' with the same menu setting on view's page secondary tabs panel is there but only containing tabs of these 2 views.

serg.remote’s picture

Status: Closed (fixed) » Active
mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)