Updates of the add-ons: Captcha, Mobile layout, File Images & Attachments, Premoderation
Some of the add-ons were published their updated versions today, coming with some new stuff and bugfixes. Despite you may note the Updated date in READMEs marked earlier this week, it's only because they were fixed one by one.
The
Human Authorization, or Captcha add-on v.1.5.6 now has possiblity to apply different background to the Turing code, which in default case could not be recognizable on Dark mode. Default background now is Transparent for the Light mode, and White for the Dark mode. Updated is the file from
templates/addon_authorize.html in which you have to add
class="captchaimg" to the
{$md5Turing} picture. How-to solution for the
css/default.css is provided in README, and also included in the
Complier by default.
The
Mobile Layout v.2.4.2 contains minor adjustments in HTML and styling — for making them more compatible with W3C validation. Fixed issues and files are:
—
/lang/eng.code.txt: $l_mobileStartTopicAlert — ``...style=\"width:20px;hei
ght:auto\">||and...`` — SPACE between closing tag and "and" removed
— /templates-mobi/main_header.html: added noWrap to $btnLoggedAs cell; `<span id="scrollToBtm"></span>` replaced to `<div id="scrollToBtm" style="display:inline"></div>` (when <div> is written from common.js, W3C validator doesn't accept <div> inside of <span>)
— /templates-mobi/main_footer.html: added structured data var: `{$structured_data}</body>` — featured option
— /templates/main_forums.html: spaces removed in 'href' and 'onclick' between JavaScript commands [<a> escaping... — was W3C error on the front page]
— setup_options.code.txt: $noPhonesMeta='<meta name="format-detection" content="telephone=no" />'; — removed backslash
The Files & Images Attachments add-on v.3.1.2 contains the following updated files:
— /templates/addon_fileupload_rules_eng.html and others language Rules: replaced `$maxThWidth` by `$edgeSize`
— addon_fileupload.php: `$tdAlign` introduction — different styling for the Desktop and Mobile upload/editing forms
— bb_plugins_parseMessage.code.txt — if no image description is specified, the image title/alt tag will be generated unique, taken from topic's title + post ID + image number in a post. Look up for `$imgTitleJs`. Also added codes for the Structured data (featured) — look up for `$structured_data_enabled`.
The Premoderation add-on 2.2.4 contains just a single yet very important bugfix in addon_premod_panel.php — `$Tptmp` introduced for not crossing premod and live table names, which should avoid the buggy behaviour in Premoderation panel.
All these add-ons were also updated on miniBB demo — enjoy testing.