Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] “Web Librarian WP Plugin” has been removed from repositoryI’ll try to make security updates. But it would probably be better if someone more into maintaining the code took it over.
Forum: Plugins
In reply to: [WebLibrarian] “Web Librarian WP Plugin” has been removed from repositoryI’ve put the plugin on github (https://github.com/RobertPHeller/WebLibrarian). The security issue is old and was fixed 6 months ago. I have no idea what the WP admins are up to.
Forum: Plugins
In reply to: [WebLibrarian] Plugin StatusOK, for some reason the plugin is closed because of an old problem that has been fixed for some time. I don’t know why. In any event, the plugin code is now on github.
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-codes