Would like to see a third field under bookings that a user can type in a note and it gets saved with the other two selections and appears as note when hovered over.
I would like to create a first come first serve kind of system, if a user has already marked a date with a method it can't be changed or made available except by admin.
Maybe there's a way to do that with hacking some code?
How can I make it so users are automatically defaulted to the Bookings page? I found that if change line 58 elseif(!isset($_REQUEST["page"])) $_REQUEST["page"]="bookings"; It does this, but it also does this for admin, not that big of a deal, but would be nice if you c...
Zen, Thanks for the tip on how to remove the error message. Does anyone know how to change default selected menu. As of now, when I log in as a user (not admin) I no longer see the "Booking Items" button and only see the "Bookings" button, but I'm dropped off onto a blank page. I...
When I view the calendar I see the following message repeated numerous times at the top as well as in the individual calendars: Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. ...