meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Current date on login #1581

Closed jberanek closed 1 month ago

jberanek commented 8 years ago

Hi there, our online booking opens from a link on our school webpage and it's working great except that it does not open to the current day's date which means errors if you forget to 'go to today' before doing your bookings. Can I set this up so it always opens to the current day? Thanks!

Reported by: *anonymous

Original Ticket: mrbs/support-requests/857

jberanek commented 8 years ago

It should open by default to the current day, so something's not right. Does the link on your school webpage incude the date in the query string? If so, that's the problem. The link should just be to 'path/to/booking/system/index.php'.

Original comment by: campbell-m

jberanek commented 8 years ago

Or, if your web server is configured to automatically serve index.php as an "index", just:

path/to/booking/system/

Original comment by: jberanek

jberanek commented 8 years ago

That was it! except our link is the school's web address plus /MRBS/day.php I just removed the date info that was appearing after the php. Thanks!

Original comment by: *anonymous