Additional Info |
---|
Type
|
Package ID
underdog:PersonalizedBBC
|
First Created
May 09, 2014, 12:49:06 AM
|
Last Updated
February 15, 2025, 01:01:24 AM
|
Server: | PHP 7.3+ |
MYSQL 8.0+ | MariaDB 10.5+ using MyISAM or InnoDB engine | |
Browser: | HTML5 capability |
SMF Branch: | 2.1 |
[version 1.95.0]
+ added 2 more SMF 2.1 hooks
+ added ability to change uploaded image type to png
! fixed HTML5 decoding for BBCodes
!& fixed test BBCode option in admin
- removed SMF 2.1 file parsing
- removed SMF 2.0 support
[version 1.94.1]
! fixed/updated 3rd party Google jQuery link to https
! added return value to onload event anonymous function to thwart javascript warning/error in some browsers
[version 1.94]
! fixed/changed primary key for personalized_bbc table (now int auto increment)
[version 1.93]
! fixed javascript/DOM regarding addEventListener/attachEvent
! fixed improper filename for SMF 2.1 uninstall
! fixed variable variable ambiguity issue for saving BBCodes
! fixed display icons for admin list
? adjusted support website & copyright
[version 1.92]
! fixed IE compatibilty for DOM style elements
! changed window.onload to addEventListener/attachEvent
[version 1.91]
+ added javascript for optional BBCode parameters
[Version 1.9]
+ added option to enable external jQuery support (SMF 2.0.X only)
[Version 1.8]
+ added option to test bbcode within revision template
+ added onmouseover/onmouseout display events for icons in the bbcode list
+ js and css files added for use with the above additions
+ added option to enable/disable autolink
! added index.php files for the SMF 2.1 directories
! newly created bbcodes default to all allowed permissions
! disabled override for this version
! adjusted css within admin templates
[Version 1.7]
+ added option to upload images within tag settings
+ uploaded images resized to 20px x 20px dimensions
+ ../images/bbc/personalizedBBC folder not removed during uninstall to preserve uploaded images
! adjusted installer for minor issues/discrepancies
! fixed SMF 2.1 installation discrepancies
[Version 1.6]
+ mod now filters restricted bbcodes outside of posts/pm's
+ added optional filtering of Url entered within code input ( RFC 3986 standards )
+ added IMDb and TMDb icons
! clean_cache() function implemented for permission changes to immediately take affect
! use of un_htmlspecialchars() function for adding BBCode HTML
[Version 1.5]
+ added SMF 2.1 support
+ includes png bbc icons for SMF 2.1 support
+ added override option for existing SMF default BBC tags
! fixed BBC button hook routine
! fixed BBC type setting for newly created tag
! various language and file changes for SMF 2.1 compatibility
! changed regex for closed tags regarding HTML5 compatibility
[Version 1.4]
+ added [Important Notation] to this readme
! changed routine for gathering SMF default BBC's
! changed routine for adjusting permissions
! max allowed BBC tag name length now 25 characters (due to display template)
! removed unnecessary filter_var() usage (regex sanitizes this variable)
! installer now includes admin icon for all custom themes
! fixed source filenames withing uninstall xml
! fixed editing of same BBC tag name from last update
[Version 1.3]
+ relays error message for characters not allowed in BBC names
! fixed existing bbc check to include BBC's not contained within $context['bbc_tags']
[Version 1.2]
! fixed images list within template and added natsort
! fixed issues regarding some inputs within templates
! fixed regex regarding permission disabled closed tags
! ensure bbc name variable(s) are lowercase
! max bbc name of 35 characters in length
! installer adjusts permission column within permissions table to 60 character max (mod-var_bbc-name_ilk)
[Version 1.1]
+ separate view & usage permission settings
! removed smcFunc escape/unescape
! natural sorting of Personalized BBC's for admin list and permissions
! checks against existing SMF default BBC's
! fixed deletion of first entry issue
! fixed check-all in admin template
[Version 1.0]
+ Initial release