Posted by SocialNicheGuru on May 1, 2008 at 5:06am
Jump to:
| Project: | Signup Status |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
1) # 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
#2
There are better solutions to all of this in D6 now.