Closed (fixed)
Project:
Views (for Drupal 7)
Version:
5.x-1.6-beta5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2007 at 20:47 UTC
Updated:
14 Jul 2012 at 19:37 UTC
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
Comment #1
merlinofchaos commentedThere 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)
Comment #2
jdevoid commentedthank you very much for your help.
Jeremy Devoid
Comment #3
sunComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.