Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] Edit patron IDPlease read the section “Patron Management”, starting on page 7 of the User Manual. The *Librarian* needs to create the patrons *before* a patron can edit his or her own information.
Forum: Plugins
In reply to: [WebLibrarian] Edit patron IDWhat do you mean “could not Edit Patron info since page is empty”?
It sounds like it might be a PHP error. Can you have your hosting provider look through the Apache error log?
Forum: Plugins
In reply to: [WebLibrarian] Can’t add new book to collectionDid you ever get things working?
Forum: Plugins
In reply to: [WebLibrarian] “Goto Page” Button does not workAs I feared, it is a non-trivial bug fix. I am going to depreaciate the use of the actionurl as a workaround for WP’s default permalinks (/?page_id=nnn). I’m going to update the FAQ now.
Forum: Plugins
In reply to: [WebLibrarian] Link the Thumbnail-Image to an larger version?You’d need to hack the code for the short codes.
Forum: Plugins
In reply to: [WebLibrarian] “Goto Page” Button does not workOK, you are using the actionurl hack to get around the problem with WP default page URL (?page_id=) and the actionurl is not being propagated. This is probably a bug. I will have to look at it and don’t know if I will get it fixed quickly. The easy and fast workaround is to NOT use WP’s default page URL (?page_id=):
1) Change your site’s permalink settings: on the dashboard select Settings->permalinks, then select something other than the ‘default’.
Forum: Plugins
In reply to: [WebLibrarian] Can’t add anythingOK, it is probably PHP 7.0 — there is possibly PHP 5.3.3 (stock CentOS 6) code that is not working in PHP 7.0. Do you have access to the Apache error log? There will likely be error messages there that will tell us what code PHP 7.0 is not liking.
Forum: Plugins
In reply to: [WebLibrarian] Can’t add new book to collectionWhat operating system is running *on the server*?
What version of MySQL?
What version of PHP?Forum: Plugins
In reply to: [WebLibrarian] Can’t add anythingThis sounds like a broken install or something is broken with MySQL or PHP.
What Operating System is running *on the server*?
What version of MySQL?
What version of PHP?Forum: Plugins
In reply to: [WebLibrarian] Unable to create a user and assign a role>> Is weblibrarian compatible with a multisite installation?
I don’t know. It has not be tested in a multisite installation.
Forum: Plugins
In reply to: [WebLibrarian] Book checkout notifications?At present the answer to both of your questions is no.
The plugin was originally designed for use by a small town library where most of the activity would be in person at the library, so the need for hold notifications by E-Mail and remote registration were not really useful. *Most* patrons might not ever use the web interface at all.
Both options could be added easily enough, but I don’t have any plans of adding such features. The code is open source, so you are free to add these features (or to hire a programmer to add them).
Forum: Plugins
In reply to: [WebLibrarian] WordPress 4.7 compatibilityI believe it is compatible with WP 4.7. I am running it on my test site (library.deepsoft.com), which is a 4.7.1.
Why? Are you having a problem?
Forum: Plugins
In reply to: [WebLibrarian] shortcode not workingMy only suggestion is to switch out of “visual editor” mode. I’m guessing that somehow the brackets are getting converted to HTML entities and/or the shortcodes are being embeded in some HTML markup or something like that.
Forum: Plugins
In reply to: [WebLibrarian] more characters in the titleYou need to update WEBLIB_Collection_Admin.php (in includes). Look at line 471.
- This reply was modified 9 years, 7 months ago by Robert Heller. Reason: spelling/typo error
Forum: Plugins
In reply to: [WebLibrarian] editpatroncircs shortcode not workingI just removed some cruft code and pushed a minor release. Try updating and see if that works better.