Closed (fixed)
Project:
Resource Conflict
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2008 at 00:48 UTC
Updated:
22 Apr 2008 at 17:08 UTC
Hello.
Thanks for this module. I am using it for my church website. We have a few rooms and want groups in the church to book a room to avoid double bookings.
How can all this information be best displayed? i was thinking the best and easiest way was a calendar view with columns for each room, and the event displayed in the correct column at the correct time row. Is there any way to do this?
or are there any other ways to display the information easily? (perhaps using views?)
Thanks
Paul
Comments
Comment #1
deviantintegral commentedWell the simplest way from your perspective is to just point people to the event calendar, where they can browse bookings.
I actually have a similar request from my client to work out as well, I'll post here when I find anything useful. I'm sure it will involve a mixture of CCK + views.
--Andrew
Comment #2
sushiGer commentedHi,
I'm also looking for such kind of overview....
Is there already any solution available?
Bests,
Sushi
Comment #3
deviantintegral commentedI ended up doing something different for the site I was working on, but what I would suggest is creating a view of the events and then use the various theme hooks to make it do what you want. Use the Theme Wizard from views or take a look at the various theme_ hooks in calendar.module if you would like a calendar style view instead.
--Andrew