Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Checkboxes not showing upI’ll try setting up multisite and taking a look as soon as I can.
Forum: Plugins
In reply to: [Book a Room] Checkboxes not showing upWithout seeing the page itself or the source, I’m not sure I can help more.
I haven’t done multisite testing, which I want to do after I’ve gotten this latest update stable. Hopefully it won’t take too much to get it working.
Forum: Plugins
In reply to: [Book a Room] Checkboxes not showing upThis might be multisite related.
Is there anything for the hours? Unavailable or any messages?
Are your branches set to Public>?
Are there hours open on the branches?
Are your Room Containers set to Public?
Have you set up “Days Buffer for Reserve” and “Days Allowed to Reserve”?
Are you trying to reserve inside of that range?
Forum: Plugins
In reply to: [Book a Room] Rooms not showing up in BranchGlad it worked!
Forum: Plugins
In reply to: [Book a Room] Checkboxes not showing upCan you try changing your view in the Book a Room options from Wide/Responsive to Narrow?
Forum: Plugins
In reply to: [Book a Room] Checkboxes not showing upI’ve run into issues with Multisite and have to test further.
Are you getting any message or just hours listed with no check boxes?
Forum: Plugins
In reply to: [Book a Room] FormsI use Dreamweaver just because I’ve used it for years, but I code it all by hand and could work in Notepad and use manual FTP if I had to.
As far as #2, there’s no easy way since everything is tied to error checking and the database. This is something I’m working on.
You can set the state in the Locale settings, but I want to improve this, too.
Forum: Plugins
In reply to: [Book a Room] Can I set a minimum occupancyThe maximum occupancy just limits the amount of people patrons can schedule for a room. I’m not sure what a minimum occupancy would be used for? Can you give me more information of what you want to do?
Forum: Plugins
In reply to: [Book a Room] Rooms not showing up in BranchRooms are the physical spaces. Room containers are reservable spaces containing one or more rooms. Have you set yup containers as well?
This works because you can have rooms made up of two or more other rooms.
So:
Room Container A may contain Room A
Room Container B may contain Room B
Room Container C may contain Room A and Room B.Using containers allows the system to know that, if you are reserving “Room Container C” you have reserved both physical room A and B.
Forum: Plugins
In reply to: [Book a Room] Checkboxes not showing upWhat page are you not seeing checkboxes? Do you have a link?
Did you set up both rooms and room containers?
Forum: Plugins
In reply to: [Book a Room] Variable PricingUnfortunately these are out the scope of the current project. There is one base increment price and one base deposit (for profit again for and nonprofit). Amenities are not charged.
Forum: Plugins
In reply to: [Book a Room] Page Not FoundGlad I could help!
Forum: Plugins
In reply to: [Book a Room] 24 Hr OpenOoh. I’ve never really thought of that. Can you try open at 12:00 am and closed at 11:59 pm?
Forum: Plugins
In reply to: [Book a Room] Page Not FoundThe library card uses RegEx or Regular Expression. It’s a sequence of characters that define a search pattern using special characters. Examples and tutorials here: https://regexr.com/
The cities are managed under the Settings > City Settings. This allows you to enter only the allowed cities.
Forum: Plugins
In reply to: [Book a Room] Page Not FoundThe library card field just checks against a Regex in the settings.
It’s on the main settings page.
http://meetings.heightslibrary.org/wp-content/uploads/2017/09/Capture.png
I’m working on making this feature optional soon.