Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Giant Grey Popup BoxThat’s for the content of your Meeting Room contract, that users must accept before they continue.
There’s an option in the main settings to hide it if you choose not to use it (Hide Meeting Room Contract).
Forum: Plugins
In reply to: [Book a Room] Several QuestionsAs for our own library, you can see our meeting room and event calendar here:
Forum: Plugins
In reply to: [Book a Room] Several Questions1) The potential renter would first select the number of people attending the meeting, and the plugin would then limit what rooms are available to rent based on that number.
No, but they get a list of all rooms and how many each configuration seats.
2) He would like the plugin to automatically keep a 15 minute buffer in between bookings.
You can set up cleanup and/or setup increments but they are in the same blocks that are reservable. If you set up one hour increments, then you would have one hour setups. This is because the times are broken into set increments and they aren’t mixed.
3) Potential renters would need to pay a 50% deposit
You can set up costs including deposits.
4) and 5), You can’t overlap, and there’s no queue. If you create an Event, and require registration for that event, there is a waiting list and queues.
Forum: Plugins
In reply to: [Book a Room] Contract ContentI think I found the IE problem. New version with fix going up. Let me know if that helps!
Forum: Plugins
In reply to: [Book a Room] Contract ContentI’m looking into IE right now.
Forum: Plugins
In reply to: [Book a Room] Contract ContentInteresting. I’m not getting this. Can you let me know which browser and version you are using, please?
Forum: Plugins
In reply to: [Book a Room] Contract ContentThis was fixed in the update I just sent out. The contract SHOULD appear now.
I’m confused about your first item, the bulk operation. What page is this on?
Forum: Plugins
In reply to: [Book a Room] Contract ContentI’m not sure what you mean by #1. Can you give me a little more description?
As for #2, I found the bug and updated. There’s a new version with a fix up now.
Forum: Plugins
In reply to: [Book a Room] Registration FormThe html templates are now php files named the same.
The text is now contained in a function to allow translations to work.
For instance:
<?php _e( 'Meeting Rooms by Branch', 'book-a-room' ); ?>Would become
<?php _e( 'Meeting Rooms by Building', 'book-a-room' ); ?>Forum: Plugins
In reply to: [Book a Room] Test Email not workingYes. The reason I added all the extra email things is because, as in our case, we use a main mail server and our alerts from WordPress were coming out as spam. We had to use our webserver’s domain on the From: and use the actual response address in the Reply-to.
Forum: Plugins
In reply to: [Book a Room] Registration FormI will be adding more customization features soon.
Forum: Plugins
In reply to: [Book a Room] Delete or hide some optionsYou can’t in the current version. I am adding more customization as I update.
Forum: Plugins
In reply to: [Book a Room] Changing the request formIt’s in the branch settings, by each branch.
Forum: Plugins
In reply to: [Book a Room] Changing the request formCan you try the new version. You can turn it off by branch. I’ll be adding in more customization to the message and a site wide option soon.
Forum: Plugins
In reply to: [Book a Room] Test Email not working@lamma1, have you updated to the latest release and tried the new email settings?