Closed (fixed)
Project:
Viewfield
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2008 at 19:34 UTC
Updated:
17 Jun 2009 at 02:46 UTC
I enter [nid] into the argument field
I see this in my template
$node->field_event_rsvps (array)
$node->field_event_rsvps[0] (array)
$node->field_event_rsvps[0]['vname']
event_RSVPs
$node->field_event_rsvps[0]['vargs']
[nid]
$node->field_event_rsvps[0]['default'] (boolean)
TRUE
$node->field_event_rsvps[0]['view']
There are no attendees for his event yet.
instead of returning a list it returns the empty string. but the url/nid returns the proper value.
If I do not enter anything in for the argument field, then i get all the signups per the output of the view without an argument.
What am I doing wrong?
Chris
Comments
Comment #1
jerdavisI believe token replacement is working correctly in Drupal 6 branch. Also, you can use %nid if you're just after the NID.
Jer