Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2009 at 16:00 UTC
Updated:
22 Apr 2009 at 09:30 UTC
I love the features of this module!
I think nearly anything is possible :)
That's why I dare to ask this:
Is it possible to create a link depending on a field of the view?
I would like to create a link with nid as a parameter. (Which I have done, works great...)
But I would like this link to be hidden if another field in the view, "status", is locked. Is this possible?
Thanks,
Eugene
Comments
Comment #1
dawehnerwhat do you mean with "is locked" ?
Comment #2
Eugene Dubois commentedWhat I meant was (but I didn´t explain it very well :) ):
Is it possible to only show a link in a view if a certain statusfield has a certain value...
Comment #3
merlinofchaos commentedThis is the kind of thing you would need to accomplish in the theme layer. You can theme the style, row style or even individual fields and change whether or not things appear using the logic there.
Comment #4
Eugene Dubois commentedPerfect!
Never would have thought of that.