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

jerdavis’s picture

Status: Active » Closed (fixed)

I believe token replacement is working correctly in Drupal 6 branch. Also, you can use %nid if you're just after the NID.

Jer