Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
If you are looking at the event calendar’s “Upcoming meetings”, then you can limit the shortcode with tags, like this:
[showEvents start_offset=”0″ end_offset=”5″]
We have ours set to 7:
#hoursRoomsNone_end# is not a tag, it’s part of my code which replaces sections of template.
I’m not sure I understand your first part, but if I understand you correctly, I’m sorry but the calendar isn’t able to be limited like that.
There is no way to limit what is available on the calendar, only when you can request a meeting. The calendar is not limited like that. Maybe I’m not understanding you correctly, but you want to only show events on a 5 day range?
The reserve buffer and days reserve only limit when patrons or customers can reserve. There isn’t a way to only show meetings for a limited time.
Forum: Plugins
In reply to: [Book a Room] Time is unavailableGreat to hear that helped.
Forum: Plugins
In reply to: [Book a Room] Time is unavailableAt the moment, Book a Room can’t schedule on the same day. When the buffer is set to 0, it means starting tomorrow.
Outside of today, it seems to work.
Can you try a -1 value for the Days Buffer for Reserve and see if that helps?
Forum: Plugins
In reply to: [Book a Room] Time is unavailableAre they marked “Available to the Public” in your branch?
Have you set up room containers and rooms?
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*Excellent!
Cancelling needs to be done by an administrator from inside the application. There isn’t a way for a user to cancel automatically, although this is something I would like to add to upcoming versions.
Forum: Plugins
In reply to: [Book a Room] Digital SignageI’m glad it’s working! I think there’s also a setting in Xibo to make the background transparent on an object, but you might not need it, it sounds like!
Forum: Plugins
In reply to: [Book a Room] Time is unavailableThe times that a room is available depends on what hours the branch is open. You set this in the branch’s settings, not the above settings.
The things that you asked about depend on your own needs and preferences and I can’t really tell you the “right” way to set those.
Forum: Plugins
In reply to: [Book a Room] Digital SignageYou can try repeating the value several times to make a “longer” list. On or around line 109, you can change it to something like:
echo implode( "", array_merge( $finalView, $finalView, $finalView, $finalView, $finalView ) );This makes the list repeat 5 times instead of 1 time.
Forum: Plugins
In reply to: [Book a Room] Digital Signagehttps://gist.github.com/ManiacalV/e6b625072e73412c638b6b6b4cdeefe4
This one adds a little pause. It’s changeable in the line (113):
setInterval(passStartMarquee, 600 );
Change the 600 to speed up or slow down the pause.
Forum: Plugins
In reply to: [Book a Room] Digital SignageI updated the GIST.
https://gist.github.com/ManiacalV/06db6d3e8e4565b1741b55250675ca50
This has a simple connection checker. Let me know how that one looks.
Forum: Plugins
In reply to: [Book a Room] Can I have different user groups for certain rooms?No, unfortunately this wasn’t something that was built into the plugin. I’m working on a lot of changes in a future overhaul. If you get a chance, throw a feature request up on our Facebook page!
Forum: Plugins
In reply to: [Book a Room] [showReg] Issue?I’m glad you got it working!