• A valid XenForo Licence validation token will be required to complete signup and purchasing.
    This may retrieve this from the XenForo Customer Area.
  • All XenForo 2.3+ add-ons require at least php 8.0, recommend php 8.2+
    All XenForo 2.2+ add-ons require at least php 7.2, recommend php 8.x
    All XenForo 2.0-2.1 add-ons require at least php 5.6, recommend php 7.x.
    The Standard Library add-on is also required.
    Older php versions are not supported, and add-ons will either refuse to install or fail to function.
  • Automatic discounts are applied for orders above $100 USD (10%) or for early renewals (5%)

Advanced Bb Codes Pack 1.9.3

Change log

  • Fix XF2.1 support for copy & paste of Discord code blocks
  • Workaround for editor bug where whitespace is eaten after a link inside a list (that has child-list).
  • Workaround for janky editor behaviour around invisible new lines resulting in to few and too many lines being removed when pressing delete at the end or a line or backspace at the begining of the line
  • Allow parse_less_color to convert rgb/rgba format into a hex string before caching or before touching the less parser
  • Rework how custom json is passed to the editor to better scale and require less json decoding steps
  • Update hr custom bb-code
    • Increase height of line slightly
    • Uses template rendering instead of text replacement
    • Fix copy & paste of existing hr tags would strip the hr styling choice
    • Shim XF2.2 Insert HR button to inject add-on css (bbc-hr)
  • Update h1/h2/h3/h4 custom bb-codes
    • In XF2.1; implement editor support, including copy & paste support
    • In XF2.2; force h1 tags to be accepted; and provide per tag css
    • Shim XF2.2 Paragraph format button to inject add-on css (bbc-header)
    • Add Paragraph format button to XF2.1 (requires manually adding to editor toolbars)
  • Improve support for copying from Microsoft Word/LibreOffice/OpenOffice and not aggressively adding additional newlines
  • Improve support for preserving new-lines for some HTML copy & paste operations
  • Add option "Normalize quote characters on paste" to convert "smart" quotes into standard ascii quotes
  • Add copy & paste support for XF inline code blocks
  • Add copy & paste support for XF inline spoiler & add-on's non-blury spoiler blocks
  • Add "Editor playground" option, allow users to preview editor output. Including debug options to inspect how XF transforms editor code to html/bb-code
  • Make the draft button not get disabled in bb-code mode, as the feature still works in the background
  • Add style property "Suggest disabling bb-code mode clicks", to help non-desktop users get out of bb-code mode
  • Add "fullscreen editor button" option, to enable the fullscreen editor plugin & button (default enable)
    • Requires adding the button to the editor toolbar's manually
    • Recommend updating Thread Reply Banner to v2.4.2 if using XF2.2+
Back
Top