What I would like to have the tab for node/123/view only show if node 123 has a type of 'Foo'. I however do not want this tab showing up for any other node type.

I did find a similar discussion on what I am asking about at http://lists.drupal.org/archives/support/2007-03/msg00045.html However the answers given to this only make me think that there is a way to do this in Drupal 5 using views 5.X.

I am currently using Drupal 5 with views 5.x-1.6-beta5.

Jeremy Devoid

Comments

merlinofchaos’s picture

There is. Instead of $arg, make your URL:

node/$node-Foo/bar

BTW, don't try to use:

node/$node-Foo/view

node/XXX/view is reserved for Drupal's use. (It's the same as node/XXX)

jdevoid’s picture

thank you very much for your help.

Jeremy Devoid

sun’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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