Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Migrate dataAre you able to access your database?
There isn’t an export yet, although if you install it on the new site, you should be able to export the current data and import it.
In the current public version, some of the settings are using WordPress options, and aren’t exportable. In the overhaul, these are also kept in a table that can be moved over.
If you don’t have access, I’ll look at writing a small app that can export and import.
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xWHoops, no it’s up to 5.6, but the overhaul, which I am in the middle of, is 7. I am hoping to have a test ready soon.
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xHi! Sorry it’s been a while, I’ve been terribly busy both at work and at home.
I’ve just finished rewriting the logic checking behind the reccurence of New Events, up to the last one (Add by date) which is the easiest one. The weekly reccurance was giving me quite a bother.
I’ll probably be looking for people to test the new changes soon if you are interested!
Forum: Plugins
In reply to: [Book a Room] Google Calendar link has no datesI will hopefully have a zip for people to test relatively soon for the main overhaul!
Forum: Plugins
In reply to: [Book a Room] Recurrent meetings or eventsDefinitely, it’s just a very complex addition and I’m a single developer with a full time job!
Seriously, though, I’m going to be adding some assistance to the recurrence and allow multi-part registrations once I get this overhaul done. The main point of the overhaul is improving how I’m handling data in forms so that I’m doing things more securely, as well as making things look more “WordPress-y”.
Forum: Plugins
In reply to: [Book a Room] Google Calendar link has no datesThanks! I’m overhauling things as we speak and will be integrating the Calendar into the main plugin and fixing these bugs!
Forum: Plugins
In reply to: [Book a Room] Recurrent meetings or eventsThanks for taking a look at the plugin!
Events are booked by staff and appear on the Event calendar. They CAN be made to be unpublished on the calendar for staff events.
Meetings are the ability for the public to reserve the same rooms for their own use.
These two share the same spaces but are for different things.
The system isn’t designed to allow patrons to schedule or request events, as the system was designed specifically for libraries to manage their spaces for both patron use and event use (like a book sale or staff meeting).
—————–
When creating events there are recurrence settings for daily, weekly, and single dates and can be ended by date or number of occurrences.
Forum: Plugins
In reply to: [Book a Room] A variable mismatch has been detected.Very strange, I’ve not seen that error.
Do you know what version of PHP you are running?
Forum: Plugins
In reply to: [Book a Room] How to register for a specific eventThat is… odd.
I’m not sure exactly how that’s happening! I’m not sure if this is an issue with CSS or Gutenberg or what!
If you don’t do any styling, how does it look?
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xWonderful! I’m out of Cleveland, so even though we’re several hundred miles away, we’re still practically neighbors!
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xGreat!! Do you mind if I ask what systems?
And if you want to help test the overhaul, hit our Facebook page, I’ll be sharing more information about getting out a test .zip pretty soon (I hope)!
Forum: Plugins
In reply to: [Book a Room] PHP 7.x.xI am currently in the midst of a MAJOR overhaul that makes this all one plugin, will be more secure and look more like normal WordPress admin stuff, uses themes on the outside pages using the W3.CSS framework, and is being redone in PHP 7.
Forum: Plugins
In reply to: [Book a Room] How to register for a specific eventMake sure the Event Calendar plugin is installed and active.
https://wordpress.org/plugins/book-a-room-event-calendar/
Let me know if that is the case!
Forum: Plugins
In reply to: [Book a Room] How to register for a specific eventNo, each physical space can only have one event or meeting at a time.
Are you talking about a space that can be partitioned off into two?
You can make two physical “Rooms”, and then three “Room Containers”:
Room A & Room B are the physical Rooms.
Room A is a Room Container containing Room A
Room B is a Room Container containing Room B
Room A & B is a Room Container containing Rooms A & B
The Rooms you set up are physical spaces. The Room Containers contain one or more rooms. That way, if someone reserves or there is an event in Room Container A & B, the system knows that both Room A and Room B and any Room Containers that use them, are already being used.
Forum: Plugins
In reply to: [Book a Room] How to register for a specific eventCurrently there’s only the one contact information section, but there is a notes field where more information can be added.