Alexandre Leclerc

Results 14 issues of Alexandre Leclerc

Hello, I would like to suggest adding a plugin option to not include the tag in SVG. This title will show in tooltips and it is sometimes not a desired...

site-toolbox

Hi, Just a suggestion: it would be nice if Scout-App had an option to generate my.css (development) and my.min.css (production) css at once. Some CMS have an option to toggle...

feature-request

This will add hCaptcha support. - The user only needs to select the provider: reCaptcha or hCaptcha. 👉 PHP code on server side could (should) be optimized. Tested to be...

Hello, Linking a SVG image in markdown is not working: ```md [![](image.svg)](https/external/link) ``` This lead to an error: ``` /config/www/user/plugins/external_links/classes/ExternalLinks.php Arguments "Trying to access array offset on value of type...

Hi, In some cases, especially in specific twig cases, it would be useful to allow the referral mechanism. While at it, I would also give the same option for noopener,...

Hello, I came across someone who made a nice automatic installer, very easy to use, made in Python. A very simple cron job is set up and it runs the...

enhancement

Hello, I do not know if this is proper for a sitemap, but I would like to suggest adding an option in the plugin to allow domain name change based...

Hello, If there are still unpublished blog pages, all children pages of that blog will nevertheless be visible in the sitemap. - The /blog will not be in the sitemap...

Hello, In twig it is already possible to do something like: ``` {% include 'partials/youtube.html.twig' with {video_id: page.header.youtube_id, class: '', lazy_load: false, thumbnail: '', player_parameters: config.plugins.youtube.player_parameters, privacy_enhanced_mode: true} %} ```...

Hello, When using shortcodes, passing a plugin parameter will also add it to the YouTube URL. Look at the **privacy_enhanced_mode=true** parameter. Using: `[youtube disablekb=1 rel=0 privacy_enhanced_mode=true]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/youtube]` Will give as URL:...