Robert Heller
@robertpheller on WordPress.org , @Robert Heller on Slack
- Member Since: June 14th, 2009
- Location: 51 Locke Hill Road, Wendell, MA, 01379 USA
- Website: deepsoft.com
- Job Title: Owner
- Employer: Deepwoods Software
Bio
Interests
Contribution History
Robert Heller’s badges:- Plugin Developer
-
Posted a reply to Non-english languages and unicode, on the site WordPress.org Forums:
I have no plans to make any updates, except for possible bugs and/or security fixes.… -
Posted a reply to Patron email and reminder, on the site WordPress.org Forums:
There is not presently a reminder function. At this point I am not adding new… -
Posted a reply to I can’t create a new patron anymore, invalid date of value, on the site WordPress.org Forums:
Exactly what error are you getting? I cannot reproduce this error. -
Posted a reply to Check out, holding and requesting not working, on the site WordPress.org Forums:
I can't replicate your error. I don't know what is going wrong. You do have… -
Posted a reply to Check out, holding and requesting not working, on the site WordPress.org Forums:
For the checkout, you need to *lookup* the patron, before you can check something out.… -
Posted a reply to Limit the number of hold for a book, on the site WordPress.org Forums:
You would make the changes in the main php file: WebLibrarian.php, in the method "PlaceHoldOnItem". -
Posted a reply to Inventory of books, on the site WordPress.org Forums:
There is no book inventory feature. Each *physical* book (copy) needs to have a unique… -
Posted a reply to Delete Circulation Types, on the site WordPress.org Forums:
You can't delete circulation types from the admin pages. The circulation types are in the… -
Posted a reply to Error checking out! Result code is 0., on the site WordPress.org Forums:
I cannot think what could be wrong. Note there is a proper order to setting… -
Posted a reply to Thai language shown as ‘?????????????’, on the site WordPress.org Forums:
The plugin is probably not written with non-USA language use properly implemented. Sorry, about that.… -
Posted a reply to Are Patrons linked with users, on the site WordPress.org Forums:
Patrons are not automagically linked to users. The Librarian can do that and users can… -
Committed [2381112] to Plugins SVN:
Fixed collection sorting. Released 3.5.7. -
Posted a reply to Sort books by title does not work either on dashboard or front-end, on the site WordPress.org Forums:
OK, it works if the search term is non-empty... OK, it looks like a SQL… -
Committed [2381098] to Plugins SVN:
Fixed collection sorting. Released 3.5.7. -
Posted a reply to List checked out items, on the site WordPress.org Forums:
Well, my test site is working just fine. WP 5.5.1, WL 3.5.6, PHP 7.3.21, DB… -
Posted a reply to Search Form, on the site WordPress.org Forums:
In the appendix of the user manual is a description of the style sheet class… -
Posted a reply to Keyword list, on the site WordPress.org Forums:
This would require some custom PHP code. -
Posted a reply to Field Type (in collection) required / dropdown, on the site WordPress.org Forums:
You need to define one (or more) circulation type first. Look on the sidebar menu… -
Posted a reply to No results from Amazon – change in API?, on the site WordPress.org Forums:
Yes, Amazon changed their API. I don't have the time or interest to update the… -
Posted a reply to An Admin cannot be a librarian?, on the site WordPress.org Forums:
You would have to hack the PHP code to add the librarian privs to the… -
Posted a reply to format of pubdate, on the site WordPress.org Forums:
YYYY-MM-DD eg 2020-07-01 -
Posted a reply to format of pubdate, on the site WordPress.org Forums:
It is actually a SQL date, but the month day is not displayed. -
Posted a reply to Allowing any user to be a patron, on the site WordPress.org Forums:
Correct. *Patrons* don't check out items. Patrons are not "users", although it is possible to… -
Posted a reply to Allowing any user to be a patron, on the site WordPress.org Forums:
First of all, *Patrons* don't checkout books. This is NOT a "self-service" library plugin. It… -
Posted a reply to Allowing any user to be a patron, on the site WordPress.org Forums:
The *librarian* (see page 2 and 3: "User Role Setup") creates patrons on the backend… -
Posted a reply to Allowing any user to be a patron, on the site WordPress.org Forums:
Patrons and users are separate, although it is possible to link a user to a… -
Posted a reply to Deprecated use of contextual_help, on the site WordPress.org Forums:
It is unlikely that I will fix the contextual_help feature. If it is not working,… -
Posted a reply to Modify templates, on the site WordPress.org Forums:
I don't think so, without modifing the source code. -
Posted a reply to Overdue function, on the site WordPress.org Forums:
There is no function to do that. The best you can do is get a… -
Committed [2193070] to Plugins SVN:
Tested with WP 5.3 -
Posted a reply to Customizing patron fields, on the site WordPress.org Forums:
The plugin is set up to link patrons with WordPress "users". You can create (or… -
Committed [2156602] to Plugins SVN:
Fixed missing ; in short_codes.php. -
Posted a reply to “Request” button does not work, on the site WordPress.org Forums:
caezrs: I cannot replicate your problem on my server(server os CentOS 6, PHP 7.1, WP… -
Committed [2124118] to Plugins SVN:
Fix CVE-2019-1010034. -
Posted a reply to Undefined column: “barcode”, on the site WordPress.org Forums:
Just in front of the quote mark in "barcode". Here is an hexdump of a… -
Posted a reply to Undefined column: “barcode”, on the site WordPress.org Forums:
I don't think it matters if things are quoted, but I suspect your problem has… -
Posted a reply to Bulk upload does not support multiple items, on the site WordPress.org Forums:
You must have either used a unique barcode or else a unique barcode was generated. -
Posted a reply to Bulk upload does not support multiple items, on the site WordPress.org Forums:
Every item in the database *must* have a *unique* barcode. Even if you have duplicate… -
Posted a reply to Undefined column: “barcode”, on the site WordPress.org Forums:
The quotes and commas *must* be ASCII. It is possible for *some* of the fields… -
Posted a reply to Undefined column: “barcode”, on the site WordPress.org Forums:
I just used cat (Linux command line program). I use a MicroEmacs under Linux: gollum.deepsoft.com%… -
Posted a reply to Undefined column: “barcode”, on the site WordPress.org Forums:
I just uploaded your test CSV file into my WebLibrarian test site and it uploaded… -
Posted a reply to How do I add a new field for my books?, on the site WordPress.org Forums:
The best way to do this is to create a fork and code in the… -
Posted a reply to “Request” button does not work, on the site WordPress.org Forums:
I found a theme named Avata, and the request buttom works just fine with is… -
Posted a reply to “Request” button does not work, on the site WordPress.org Forums:
I can't seem to find the Avada WordPress Theme to test with. Where is it? -
Posted a reply to “Request” button does not work, on the site WordPress.org Forums:
Have you udated to the latest version of WebLibrarian? I am pretty sure that should… -
Posted a reply to “Request” button does not work, on the site WordPress.org Forums:
Ok, it looks like my code is not queuing up a load of jQuery and… -
Committed [2075940] to Plugins SVN:
Add loading of base jQuery, in case the theme does not load it. -
Posted a reply to “Request” button does not work, on the site WordPress.org Forums:
Hmmm... Sounds like the default WordPress theme (Twenty Nineteen) is causing something odd to happen… -
Posted a reply to request-checkout-form config, on the site WordPress.org Forums:
I have had requests to add some "odd" features, including the ability for patrons to… -
Posted a reply to request-checkout-form config, on the site WordPress.org Forums:
I just looked at the source. It is definate: those buttons are not short code…
Developer
-
WebLibrarian
Active Installs: 500+