Closed (fixed)
Project:
Signup
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jan 2008 at 10:17 UTC
Updated:
27 Nov 2008 at 23:51 UTC
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
Comment #1
dwwYou 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.