Hi,
I would like to know if rsvp can be configure to be a waiting list module. ie. basically there is no end date. no association with event.
Just a in-out queue.
I would also like to associate this with the location module. Would the best way be to create a CCK type with location and signup as attributes? Basically I have multiple classrooms, in different locations. Potential students want to ( reverse ) rsvp for the classrooms, and I need to allocate it to the teachers.
Is there a better way of doing this?
drupal 5 version : request http://drupal.org/node/176427.
How can this be configure?
Thanks in advance.
cheers
Comments
Comment #1
ulf1 commentedI truly believe that the signup module is the way to go for your purposes.
The RSVP module is only suitable to handle "friendly" invitations, which in this context means that guests can modify their response at will without any oversight by a moderator.
As soon as you want control over who signed up when and for what purpose the signup module should be prefered.
To answer your question:
The RSVP module does not work stand alone. It requires either the event or a node type with date field. If you use the nodes with a date fields, you can create multiple invitations for the event (e.g. one for each classroom).
But again, each invitation is then a singular object and do not interact with each other. Students have to be invited to all invitations, and they have to select for each invitation if they attend or not.
I assume that is not what you really want.
~
Ulf
Comment #2
juicytoo commentedThanks for listening Ulf ;-)