Cleveland Heights-University Heights Public Library Webdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] [showReg] Issue?It should not be linking to /reserve-a-meeting-room/. That is only for registering for events.
In your settings, the page should be the same as the top url, /meeting-rooms/.
In other words, you are sending people from the meeting rooms page to the events registration page:
http://noelschroeder.com/reserve-a-meeting-room/?action=reserve&roomID=1
When they need to keep on the meeting room page:
http://noelschroeder.com/meeting-rooms/?action=reserve&roomID=1
I can almost guarantee it’s that URL in your settings.
Forum: Plugins
In reply to: [Book a Room] [showReg] Issue?When I go to:
http://noelschroeder.com/reserve-a-meeting-room/
I see the event calendar.
Do you have a page with just the shortcode [meetingRooms]?
And in the settings, you need to point to that page under “URL for reservations page”.
There are 2 separate things at work here: Meetings and Events.
Events are created in the Admin area and are staff created meetings that patrons can attend.
Meetings are patron reservations that need to be approved and paid.
Your meeting room signup is showing the event calendar, so I think you need to double check the shortcode. Let me know what shortcode is on that page.
Forum: Plugins
In reply to: [Book a Room] Digital SignageI would remove that test info (or at least parts of it) from your page ASAP.
Forum: Plugins
In reply to: [Book a Room] [showReg] Issue?The [showCalendar] is for the main book a room plugin.
The [showReg] is the event calendar shortcode.
Our calendar page is here:
http://events.heightslibrary.org/
I just tried to register a test and it seemed to work. I even got the email telling me I registered.
Forum: Plugins
In reply to: [Book a Room] Digital SignageHahahaha! I forgot to include it!
https://gist.github.com/ManiacalV/06db6d3e8e4565b1741b55250675ca50
Forum: Plugins
In reply to: [Book a Room] Digital SignageYeah, sorry, didn’t even realize I added that one in.
Try adding this file to your Xobi folder (if it’s running on your WordPress site), configure it and then run it by itself.
It should look like this:
http://test.heightslibrary.org/xibo/bookaroom_vert_scroll.php
If so, you can add that to a area as a website in Xobi.
Forum: Plugins
In reply to: [Book a Room] Digital SignageI wrote a digital signage program for our own library years ago, but it’s web-based and quite simple. I took a look at Xibo and love it! I am most definitely going to add some support.
That being said, I’ve already created a pretty simple vertical scroller as a test. It’s pulling directly from the meetings database, and can be modified pretty easily to work for any installation (I hope).
You make an area in a Xibo layout and point it to the URL and this page just displays a rolling scroll (ignore the error at the bottom, it’s a test box).
http://test.heightslibrary.org/xibo/test.php
(It’s set to work at 1080 height)
I’m still at home, but will be at work soon and I’ll send you some source.
Forum: Plugins
In reply to: [Book a Room] Digital SignageI’m checking out Xibo, too!
Forum: Plugins
In reply to: [Book a Room] Digital SignageThanks!
Depending on your level of technical expertise, you may be able to use a function that I wrote to populate a marquee on our own signage system. It has the SQL to pull a list of meetings based on a start and end offset from the current time.
https://gist.github.com/ManiacalV/2b776cbe8dde649a4d9f87b72cb92dd4
Forum: Plugins
In reply to: [Book a Room] Time slot right before booked timeslot says Unavailble*Did this clear things up for you?
Forum: Plugins
In reply to: [Book a Room] Parse Error when installedThat’s great! Glad it works!
Forum: Plugins
In reply to: [Book a Room] Parse Error when installedThanks!
This looks like your purchase information, but it is possible that the version has been changed from this.
It’s possible to change the PHP version in your site settings to allow an older version of PHP to function in case your code doesn’t work with the latest PHP version.
I need to double check that you are, in fact, running 5.4. If you’re not sure how to find it, could you ask your host? This is the most common cause of this issue and I want to make sure that it’s not the case here.
Forum: Plugins
In reply to: [Book a Room] Parse Error when installedIf you can contact your host or check your Cpanel, could you find out exactly what version you are running, please?
Forum: Plugins
In reply to: [Book a Room] Parse Error when installedSince it’s possible to change what version you are running, it’s hard to tell what’s causing the error. I was unable to recreate it on PHP 5.4. I will continue looking into this.
Forum: Plugins
In reply to: [Book a Room] Parse Error when installedThis is usually related to using an older version of PHP. Do you know what version you have installed?