Advanced Bb Codes Pack

Advanced Bb Codes Pack 1.14.5

No permission to buy ($35.00)
  • Work-around text selection color can unexpectedly match the background color when using :root { color-scheme: dark; } and [color=transparent], by explicitly setting selection text color for the affected HTML.
    Can be edited or changed by adjusting the sv_bbcode_color.less template
  • Fix [tab] bb-code would not link to tab 10+ in a [tabs] bb-code
  • Fix toggling h1/h2/h3/h4 custom bb-codes would inject a newline before those tags
  • Improve compatibility of accordions/tabs with the click-to-expand feature and nested quotes/accordions
  • Fix error when uninstalling add-on
  • Add various usergroup test bb-codes which only render content if the user matches. While imported, these bb-codes are not enabled by default
    These bb-codes are recreations for the old User Group BB Codes by Waindigo (or later [TH] User Group BB Codes for XenForo 1.x

    Implemented bb-code:
    • guest
    • registered
    • isuserid
    • isnotuserid
    • ismemberofusergroup
    • isnotmemberofusergroup

    Note; the guest/registered bb-code are implemented differently from the older Waindigo versions. This add-on's implementation test actual 'is guest' vs 'is registered user' compared to hard-coded user-group tests
  • Change "Normalize quote characters on paste" to "Normalize characters on paste"
    • Rewrite non-asci spaces into asci spaces
    • Better handle obscure quote types ("low" quotation characters)
  • Add "Normalize characters on render" option. Initialized to "Normalize characters on paste"'s value.
  • Like
Reactions: Nirjonadda
  • Fix bb-codes which support legacy width definition would incorrectly reset the height type from the default to 'px' based
  • Fix percentage-based heights where not consistently enabled for various bb-codes.
  • Fix usage of deprecated constant for [time] formatting
  • Fix fullscreen editor not actually covering the screen with later froala versions
  • Fix bb-code editor integration not reliably inserting width/height options into generated bb-code output
  • Fixes for searchcontent bb-code
    • Make editor integration for searchcontent bb-code use json instead of XF bb-code options to avoid non-obvious parsing rules
    • Fix " Undefined array key "keywords"" when using SearchContent bb-code without keywords argument
    • Fix search would use 'or' rather than standard 'and' for non-similar threads mode.
    • Fix some options where not being passed to the search backend as expected
    • Improve AMS's article detection when adding the wrapper required for consistent display
    • Use the thread starter avatar when rendering thread search results, not the last post avatar
    • Add "Search content bb-code cache time" option with a default 300 seconds, not enabled when XF development mode is enabled
    • Add "title only" sub-option to searchcontent bb-code's "Search type:Full-text search"
  • Compatibility fix for @Bob's article management system extending the ld-json for articles using accordions
  • Like
Reactions: Bob and Nirjonadda
  • Fix inline-spoiler in emails was not redacted
  • Fix "false" for a boolean bb-code option was not actually interpreted as false
  • Fix [searchcontent] bb-code did not extract all search parameters from bb-code options correctly
  • Add preview support to thread results for [searchcontent] bb-code.
    Configurable via "Search - Default can preview" style property
Top Bottom