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
Comment #1
merlinofchaos commentedTabs are sensitive to the number of components in the URL. Since you're using two pieces after the %, I suspect this is the problem.
Comment #2
ilakshmir commentedThanks 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.
Comment #4
serg.remote commentedI 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.
Comment #5
serg.remote commentedComment #6
mustanggb commented