All the best in New Year to everyone!
Prior to the new miniBB release which should follow in February, and which will contain the automatic Dark Mode embedded (it's already available to check on these forums and miniBB website), the
Captcha add-on (current version 1.5.3) has been updated to have the
background of the Captcha code being generated as
transparent.
Updated files are:
- addon_captcha.php — includes new codes for the transparent background on output;
- addon_captcha_options.php — $backgroundColor — eliminated option.
The
File bank add-on (current version 1.8.2) amongst the
Mobile Layout (current version 2.3.3) will now display dimensions info, i.e.
Width and Height, if a picture is being uploaded.
It looks like this on Desktop:
And like this on Mobile:
This actually makes the life a lot easier, specially when this extension is used on a Mobile device — you know in advance what to do with the picture if it's too big, or too small.
Updated
File Bank add-on's files are:
- /templates/addon_filecheck.js — new function: `getUploadedImgSize`
- /templates/addon_storage_upload.html — addon_filecheck.js inclusion moved above {$fileUploadForm} and it's now 'defer'
- /templates/addon_storage_fileform.html — `outputFSize` updated to have a call for `getUploadedImgSize`.
Updated
Mobile Template add-on's files are:
- /templates-mobi/addon_storage_upload.html — addon_filecheck.js inclusion moved above {$fileUploadForm} and it's now 'defer'
- /templates-mobi/addon_storage_fileform.html — `outputFSize` updated to have a call for `getUploadedImgSize`
- /templates-mobi/user_dataform.html — autocomplete=off for the «login» field.
Keep an eye out for upcoming updates!