Displaying information
sejtraav - February 1, 2008 - 00:48
| Project: | Resource Conflict |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
Well 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
#2
Hi,
I'm also looking for such kind of overview....
Is there already any solution available?
Bests,
Sushi
#3
I 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