Closed (fixed)
Project:
Signup Status
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2008 at 05:06 UTC
Updated:
19 Sep 2009 at 03:33 UTC
Hi,
i am using signup, and signup status
if people signup for an event and their status is yes, no, or maybe, how can I go about
1. finding the number per each status group
2. create a view consisting of name and picture ( i have this info in their usernode or node profile).
I was thinking that there would have to be a function signup(nid, status) which can return an array of those who fit that with name and title as link.
has anyone done this? any pointers?
Chris
Comments
Comment #1
dww1) # of users per status group is the responsibility of signup_status.module.
2) views 1 doesn't let you make views of users, so signup.module doesn't easily let you make lists of users via views. this part of your request is duplicate with #243035: How to list all signed up users in a view??. meet me over there if you want to talk more about this part, but read what's written there first.
good luck,
-derek
Comment #2
dwwThere are better solutions to all of this in D6 now.