Rolf Allard van Hagen
Rolf Allard van Hagen
The module installed and configured without encountering any errors. However, when viewing an existing license from the Certificates page... > HTTP/1.0 500 Perl execution failed Server: MiniServ/2.105 Date: Thu, 30...
Allow update of lastMod date of Subjects on new replies, and lastmod date of Forums on new subjects
Hi, we're using the following filter (via a plugin) to allow hyphens in keywords: ``` yourls_add_filter( 'get_shorturl_charset', 'ozh_hyphen_in_charset' ); function ozh_hyphen_in_charset( $in ) { return $in . '-'; } ```...
For easy deployment on WordPress websites, the plugin https://wordpress.org/plugins/orange-confort-plus/ is available. It might be practical to add this fact to the Readme. I've added a line with link to the...
Type: Bug VSCodium on Ubuntu, open commands with Ctrl+Shift+P, type "clone" and choose "Git: Clone", then choose "Clone from Github." In the file browser, browse to select another directory to...
Hi, looking at the code of toolbar.js v5.0.0-alpha8 I see no option to allow the server files to be installed in a subdirectory. It looks like the complete /serveur/ directory...
**Describe the bug** With the Origin module in the Extension Manager activated, some /?attachment_id=XXX URLs will not get properly redirected. Although the response is a 301, there is no location...