I made 7 or 8 content types and am building views to list nodes of each type. The content types can be thought of as either common content or user-specific content and the views take that into account.
http://demo.travelgoats.com/common_materials/spore_strain
You can see tabs at the top of the view. Any tabs starting with the word "My" load views that have the filter: (node author==logged in user) so they will be empty. I know... mark those views for authenticated users only... but then I wouldnt have a demo for you.
My problem:
If I am looking at "My spore prints" or "My spore syringes", I want to only see those 2 tabs. If I am looking at any of the other views, I don't want to see the tabs for "my ___".
How do I do this?
Comments
You can set My__ to be for a
You can set My__ to be for a role like a users, you can set the view to only users
You can try Menu per Role
http://drupal.org/project/menu_per_role