JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Advanced Bb Codes Pack
1.18.1
No permission to buy ($35.00)
Improve minor performance of pasting large amounts of HTML into the rich editor when font-awesome support is enabled
Fix jquery-based copy&paste support for [anchor] bb-code
Fix [right] bb-code could interact poorly with other inline formatting after copy & paste
Fix javascript error on older browsers breaking the editor (missing polyfill for the RegExp.escape function)
Improve XenForo Cloud compatibility
Fix [time] count up/down didn't include the original datatime string in the generated HTML
Add select-to-quote support for [abbr]/[sub]/[sup]/[ruby]/[anchor] bb-code tags as expected
Add [anchor] bb-code copy & paste support
Add [diceroll] bb-code copy & paste support. From the paid addon; Dice Roller
Add [voteresult] bb-code copy & paste support. From the paid addon; Vote Tally v2.5.12+
Fix self closing tags (hr/fab/fad/fal/far/fas/etc) would inject an unexpected newline and an unmatched trailing closing tag if they where the last bb-code in the bb-code content
Fix recent emoji fix wasn't applying as expected
Fix custom header bb-code enable state wasn't pushed to the front-end as expected
Workaround XF2.3 copy & paste support of tables with right/centre aligned columns, ref
Workaround XF2.3 emoji autocomplete inserting a new line unexpectedly, ref
Fix XF bug where recent unicode emoji usage wasn't tracked as expected
This caused unexpected newlines to be added when using "enter" to complete the emoji via the autocompleter
Improve copy & paste of code blocks to use inline code blocks for single-line snippets
Adds "On pasting a code block, use [code] bb-code even for single-line code snippets" option (default :false) to revert to previous behavior
Fix "Heading 3" would be dropped from paragraph formatting options when h4 bb-code was enabled
Fix XF username copy & paste support would break general copy & paste cleanup behavior
Fix jquery-based copy & paste support for ruby & time bb-codes
Improve handling pasting quotes as raw bbcode. Properly extract the XF quote attributes, and preserve whitespace around quote tags as expected.