Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Will this sync with Google Calendar?There is no “sync” to any outside calendars.
Events do have links to allow you to save in Google Calendar, Outlook, and iCal.
An example of an event is here:
http://events.heightslibrary.org/eventcalendar/?action=viewEvent&eventID=20164
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchCould you also let me know what version of PHP you are running?
Forum: Plugins
In reply to: [Book a Room] Branch not created when creating branchI’m not sure what could be causing this. I’m still unable to recreate the issue on my end to test. I wonder if another plugin is using a similar named form. Have you tried disabling other plugins to see if that helps?
Forum: Plugins
In reply to: [Book a Room] Dead endAre you using PHP 7 or above? I have only tested to the 5s.
I think I can add some typecasting to make it compare as an integer.
Can you let me know your PHP version first?
Forum: Plugins
In reply to: [Book a Room] Dead endSorry, that wasn’t typed very well.
What are your Base Increment and your reserve buffer set to?
Forum: Plugins
In reply to: [Book a Room] Dead endI am guessing it’s your Reserve Buffer or Base Increment.
Base increment is how you want do block the room. We use 30 (One reservable increment is 30 minutes long).
The reserve buffer is a number that blocks people from reserving immediately, so they can’t reserve on the same day (or whatever you choose).
Forum: Plugins
In reply to: [Book a Room] Dead endI think you are speaking about the Event Calendar plugin. There are 2 plugins, the main plugin and the Event Calendar. THis is the help for the main plugin, not the Calendar. These are separate so that they can run on separate domains if needed.
In the main plugin, you should have a URL for reservations page, with a [meetingRooms] shortcode on that page.
You also have a spot for a URL for the event calendar. Use the external (if on a separate domain) or internal link for that.
—
In the Event Calendar plugin there are settings for security keys and DB. To set up the Calendar:
Create a page for your main calendar. Use the shortcode [showCalendar].
Make another page for registration. Use the shortcode [showReg].
Finally, use that last page’s URL for the Events settings “Registration page URL”
Forum: Plugins
In reply to: [Book a Room] Database Connect ErrorExcellent! Glad you got it working!
Forum: Plugins
In reply to: [Book a Room] Database Connect ErrorThis means your password or username (or the IP of your database) is incorrect.
Is this the Book a Room *main* or the Book a Room *Event Calendar* that you are having issues with?
Forum: Plugins
In reply to: [Book a Room] settingsDid that work for you?
Forum: Plugins
In reply to: [Book a Room] settingsTHis is a bug that I just caused with the last update. I hid that section since that isn’t used at the moment, but I didn’t take out the error checking. I’ll update it right now. You should see it available shortly.
Forum: Plugins
In reply to: [Book a Room] jstree and editing issuesWow, thanks. I recently updated the jstree files, too. I’ll look into it.
Can you tell me if there was an error in your console? (Usually F12 brings it up)
I’m pretty sure it’s only used in the Closings Admin for choosing single rooms/branches instead of All when creating a closing.
Forum: Plugins
In reply to: [Book a Room] Internationalization bugI’ve committed the update.
Forum: Plugins
In reply to: [Book a Room] Internationalization bugI’ve been having major internet issues at work, but I’m putting up a version now with almost 40 date() to date_i18n() changes as well as fixing those buttons.
Forum: Plugins
In reply to: [Book a Room] Internationalization bugGreat find. I’ll work on those tomorrow and get a fix up ASAP! Thank you!