Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] “Web Librarian WP Plugin” has been removed from repositoryI have no idea why it ws closed. I never received a notice.
Forum: Plugins
In reply to: [WebLibrarian] Web Librarian Widget Missing in WP 6.3.1You do know that you have to be logged in as a Librarian user. The admin user cannot manage the library.
Forum: Plugins
In reply to: [WebLibrarian] Issue in German formI have no control over the German version and don’t specificly support the German version. I have no clue as why it does not work properly.
Forum: Plugins
In reply to: [WebLibrarian] Issue in German formYou seem to be using an old (EOL) version of PHP (7.2). I don’t know what is going on.
Forum: Plugins
In reply to: [WebLibrarian] Issue in German formOK, Just a month and year (jan/2022) work on my test install (Linux (CentOS 7), PHP 8.2, WP 6.1.1, English). As does Jan/1/2022.
Question: are you using a MS-Windows server? If so, you might have to use the North American date format (month before day).
Forum: Plugins
In reply to: [WebLibrarian] Issue in German formI don’t know what to say. Does it work with just numbers (1/1/2022)? That might work better.
Forum: Plugins
In reply to: [WebLibrarian] Issue in German formYou have to use slashes (/), not periods (.), and three character month names (Jan, Feb, Mar, May, Jun, Jul, Aug, Sep, Oct, Nov, and Dec).
Forum: Plugins
In reply to: [WebLibrarian] Issue in German formAre you sure you have the locale set right?
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] Adding SGR to a custom form in a pluginI think I figured out how to do it, but it is not working — obviously I am doing something wrong, but I don’t know what. The plugin code is here:
http://files.deepsoft.com/Other/FMSchedule-2.5.7.zipThe code in question is in the function openmic_shortcode in the class FMSCHEDULE_Plugin in the main plugin file FMSchedule.php.
I am testing it with an “off-line” website (I have Apache2, php8.1, and MariaDB 10.1 installed on my Ubuntu 18.04 home computer), but that should not make any difference.
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] Adding SGR to a custom form in a pluginI understand about the add_action() call, in that [my] customSgrRenderList() function will get called somewhere inside the SGR code when it does something like do_action(‘sgr_render_list’…). I just don’t know what the string I would be adding to the $list[] variable is. Is this a function name? an action name? a slug? something else? Please is there any *real* documentation anywhere?
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] Adding SGR to a custom form in a pluginIt is not clear how to use this. Where does the string added to the $list[] variable come from? And what do I put in my form creation and processing code?
Forum: Plugins
In reply to: [WebLibrarian] short-codesForum: Plugins
In reply to: [WebLibrarian] short-codesThe short codes are enumerated starting on page 3 of the PDF user manual, available here:
https://plugins.svn.wordpress.org/weblibrarian/assets/user_manual/user_manual.pdfThe short codes will include a hold button, but only if the visitor is logged in as a WP user that is associated with a library patron record. You need to create parton records (as Librarian) and associate those patron records to word press users. Patron management is covered starting on page 7 of the user manual.
Please read the manual carefully. Everything should be covered in it.
Forum: Plugins
In reply to: [WebLibrarian] Non-english languages and unicodeI have no plans to make any updates, except for possible bugs and/or security fixes. People are free to fork the code.
Forum: Plugins
In reply to: [WebLibrarian] Patron email and reminderThere is not presently a reminder function. At this point I am not adding new features to the plugin, so to add that functionallity, you’ll have to branch off.