Closed (works as designed)
Project:
Event with volunteer time slots
Version:
4.7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2006 at 13:29 UTC
Updated:
5 Jan 2007 at 01:41 UTC
Comments
Comment #1
pwolanin commentedSorry, I don't really understand the question - especially "allocated to someone".
Comment #2
Axel_V commentedTo explain the "allocation: as I understand (and experienced it) in your module volunteers can either choose a specific time-slot or an event admin allocates specific slots to a specific user. But that is not really my issue. I was simply wondering whether it is possible to also display those time slots with the names of the volunteer users in a normal calender view? Currently it seems one can only use the specific overview which your module provides or have I got that wrong?
Comment #3
pwolanin commentedI'm not sure which "normal" calender view you are referring to- you mean the single day view of the event module? Or, are you using some other module to see events (like the Views module)? Are you essentially looking for a teaser that contains the volunteer roster?
Possibly the solution would be to change hook_view() so that a teaser can be generated at the theme level:
Comment #4
Axel_V commentedHi pwolanin,
Thanks a lot for that. I will have to have closer look at that later because I'm a relative Drupal newbie and need a bit longer. But just to make sure that I haven't got things totally wrong: Your module offers a list of time-slots for which volunteers can sign up by ticking a box next to a time slot, right?
Currently only the event that contains those time-slots is visible in the event module calendar (monthly, weekly, daily view). What I would like to have is that as soon as a person signs up for a time-slot, this also shows up as an event and is displayed with the user's name via the event module calendar.
I hope that makes things clearer, or does it?
Comment #5
pwolanin commentedHmm, ok - you want each time slot to show up as/be a separate event?
If so, that maybe quite a bit harder.
Can you add another content type, event-enable it, and have your users each create a new event for their appointment?
Comment #6
Axel_V commentedThat is probably the way forward. However, I would then have to give up on the volunteer module, becaues I don't want people to do things twice. It is a shame because I really like the interface. It would be great to have it as a sign-up interface for those user roles that are allowed to sign up and once they've signed up it is mirrored in the event module calendar. As I have not the skills to do this, maybe think about it as a suggestion for later versions? Great job anyway.
cheers, xl
Comment #7
pwolanin commented