agbruce
Forum Replies Created
-
Forum: Plugins
In reply to: [Brevo - Email, SMS, Web Push, Chat, and more.] Plugin unavailableAny word on this? We’re using this plugin on several sites, and we need to patch this vulnerability ASAP. Perhaps you can provide us with a download link so we may update manually?
Forum: Plugins
In reply to: [Code Snippets] “::class” unsupported?Sorry for nagging, but could you drop a line confirming that you’re looking at this issue?
Forum: Plugins
In reply to: [Code Snippets] [FEATURE REQUEST] Load order😀
Note: I’ve disabled ‘Group FAQs by Category’ for now, while I try to implement a workaround by modifying your plugin. Let me know if you need to look at the site and I’ll enable it again.
The main issue is with ‘Group FAQs by Category’, not ‘FAQ Category Toggle’. The latter just magnifies the problem.
However, both settings are indeed global. The fact that ‘Group FAQs by Category’ is global makes the aforementioned shortcodes practically useless when this is enabled.
Forum: Plugins
In reply to: [File Away] Filenames ending in e.g. 12×34 are excludedFound the culprit. Line 13 in lib/inc/inc.filters.php:
$excluded = preg_match('/\d{2,}[Xx]\d{2,}\./', $file) ? true : false;I simply commented it out, as it didn’t work as intended either*.
*This is due to me using customdata, which produces thumbnail filenames like
_thumb_lrg_wd_TESTIMG_300x300 [TEST,4 okt 2016].jpg.Forum: Plugins
In reply to: [File Away] Bug in file-away/lib/inc/inc.thumbnails.phpNote that this applies to permanent PDF thumbnails. Other file types seem to use fileaway_utility::createthumb() instead, which is probably not affected.