Hi,

Is it possible to implement a signup:nodeprofile:xxx in a field for views?

I need to view a list of all the individuals who signed up per lastname, firstname and role.

Comments

dww’s picture

Version: 5.x-2.3 » 6.x-1.x-dev
Assigned: Unassigned » dww
Status: Active » Fixed

You can do this sort of thing with views2 (D6) since there's now a "relationship" exposed to views between the {signup_log} table and the {users} table. So, anything you can view about users, you can view about users signed up to nodes. See the new default signup_user_list view as an example -- it prints the username from the {users} table by means of the "Signup: User" relationship.

Status: Fixed » Closed (fixed)

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