Advanced Bb Codes Pack

Advanced Bb Codes Pack 1.11.0

No permission to download
  • Require StandardLib v1.11.0+
    • Improve support for rendering templates in the mail & api contexts by correctly injecting template filters/functions into multiple rendering contexts
  • Move template functions abs/parse_less_func into Standard Lib add-on
  • Remove unused 'bb_code_time' date-time formatting option, this was just {{ date($time, 'picker') . 'T' . date($time, 'H:i:00P') }}
  • Add "MathJax source (latex bb-code)" option. Defaults to "cdn.jsdelivr.net" to deliver v2.7.9
    • Hosting locally requires downloading MathJax-2.7.9.zip (https://github.com/mathjax/MathJax/archive/refs/tags/2.7.9.zip). This is a ~38mb zip! Copy the entire contents of the zip, preserving directories, to;
      js/sv/vendor/
    • See the FAQ for an example of setting up proxying for MathJax without needing to download the entire ~40mb redistributable.
    • Edit the template sv_bbcode_latex to change which mathjax version is used. Note; v3+ requires new javascript setup scripts which is not supported.
  • Add self-closing font-awesome bb-codes (not installed by default);
    • A "Brands" Style Font Awesome Icon; [FAB=font-awesome]
    • A "Duotone" Style Font Awesome Icon; [FAD=icons]
    • A "Light" Style Font Awesome Icon; [FAL=icons]
    • A "Regular" Style Font Awesome Icon; [FAR=icons]
    • A "Solid" Style Font Awesome Icon; [FAS=icons]
  • Fix php 8.1 compatibility
  • (Hopefully) Improve compatibility with copy&paste support for google docs
  • Fix regression in Microsoft Word copy & paste support around missed adding new lines.
  • Note; using custom styling in Microsoft Word will likely confuse the Microsoft Word Html => bb-code converter. Deeply.
  • Fix displaying bb-codes tagged as moderator only in the front-end
Big Thanks @Nxel
Support Svg Template v2.3.0 server-side render of svg-to-png for moderator bb-code icons for tablet/mobile devices.
  • Requires Browser Detection v2.1.0+ for this feature
Fix option "Mod Interrupt bb-code: Moderator only rendering", broken in 1.7.9
Back
Top