Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*Okay, Version 1.3 should be up and ready to go. Try updating and let me know if that clears it up for you!
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*Ok! I saw your issue and did a fresh install of BaR on a test site to see what was going on.
I think I found the issue. Code was trying to compare a an integer as if it was a string, so I had to fix that.
There is a new version of the plugin that should be available soon that should fix this for you.
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*I’m sure WordPress will complain about posting the password, but it’s only for that test page, right?
Since I’m not logged in I can’t view the problem, since everything is Unavailable to me on today’s date.
Can you set up a date at least as far in the future as your buffer so I can see it?
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*Can you give me a date and branch/room on your site that has an example of this? I tried looking at a few days but they’re empty.
Forum: Plugins
In reply to: [Book a Room] Rooms unavailable same dayI am rethinking some of the settings and will consider this!
Forum: Plugins
In reply to: [Book a Room] Rooms unavailable same dayThe 0 day Reserve starts at midnight of the current day. Your -1 basically tells it to offset back another day, so it counts today as valid, too. That’s a great way around not allowing same-day reservations. I will look into making this clearer as I work on the next version.
Forum: Plugins
In reply to: [Book a Room] Registration Form RequestsAnother good idea. Thanks! I’ll be updating the status on our Facebook page.
Forum: Plugins
In reply to: [Book a Room] Registration Form RequestsWe run on a shared host using Linux and ran it here on some virtualized Linux boxes before that.
I’m in the middle of a major overhaul and one of the issues was registering for multi-session events. I’m looking at ways to make it happen.
Forum: Plugins
In reply to: [Book a Room] Rooms not found, assigned to branchHave you set up Room Containers?
“Rooms” are physical spaces. “Room Containers” are reservable groups of one of more of rooms.
This is set up so that if you have spaces that can be merged into larger rooms, you can make room containers with one and more rooms.
If you have 2 meetings rooms, A and B, and they can be merged, you would make containers for room A, room B and another for rooms A&B. That way, if someone reserves A&B, the system knows that both rooms A and B are in use and are blocked from new reservations.
If you only have single rooms, each room just needs a container.
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*Have you set up your Days Buffer for Reserve and Days Allowed to Reserve?
If you set these and you are outside of those dates, it will show unavailable.
Forum: Plugins
In reply to: [Book a Room] Registration Form RequestsOur live installation can get hundreds of registrations a month, but not all at once. 400-600 isn’t unusual for us in a 30 day period.
If you are running under WAMP (which can have issues with high numbers of concurrent users, IIRC), you might just not have the power to handle that many concurrent users.
Are you having these issues at any other times, or only during that mass register?
Forum: Plugins
In reply to: [Book a Room] user permissionsAt the moment, logged in staff has access to manage things.
I am overhauling the plugin so that there will be another layer for administration only.
That being said, the menu definitions in bookaroom.php are where the permissions are currently kept.
In the area around lines 628, you will see the add_menu_page and add_submenu_page functions. They all list ‘read’ as the security rights needed which is Subscriber (or must be logged in).
You can find permissions by role on this page:
https://codex.wordpress.org/Roles_and_Capabilities#Author
Changing ‘read’ to ‘publish_pages’ would only allow Editors in.
THIS CAN BREAK THINGS. If you decide to try this, backup your file first.
Can I ask you what levels of security you would like to see? Right now I’m planning on public, staff and admin.
Forum: Plugins
In reply to: [Book a Room] add image to eventsI’m working on an overhauled version right now. THis is something I will look into adding!
Forum: Plugins
In reply to: [Book a Room] Registration Form RequestsMorning!
Can you give me more information on what you mean by maxed out? And how many people you are talking about?
Forum: Plugins
In reply to: [Book a Room] Impossible to pick rooms for closingPlease update to the newest version of the plugin, 1.1 This should fix the problem for you.