Advanced Bb Codes Pack

Advanced Bb Codes Pack [Paid] 1.16.6

No permission to buy ($35.00)
This heavily depends on css that ends up affecting the elements. Can you post a sample of the bb-code on my add-on site (it has those bb-codes enabled) and see if you can replicate the issues?

If it works, then it is something in your style with an over-eager css rule and if it doesn't work I've got a sample to work with to understand the problem.
I'm so sorry for the delayed reply!

I'm trying to test the float BBCode on your site forum's Test Messages node, but it doesn't parse at all, so I'm not sure how to proceed. What I was trying to do (testing to see if an image BBCode + line break BBCode would work inside the float tag, as it does not for us):

[float="Content here"]Hover over me! [br][img]https://i.postimg.cc/yW4zvMNy/icon-test.png[/img][/float]
 
[br] bb-code isn't one of my bb-codes and it is hard to tell what the heck that is doing internally
 
I would need to know what that bb-code is doing and how it is implemented.

You shouldn't need it as you can just add a new-line anyway via bb-code
 
You shouldn't need it as you can just add a new-line anyway via bb-code
I'm so sorry to bother you with this, but would you be able to let me know how to do this? I've tried looking around for options to allow nesting other BBCodes within this [float] tag, as well as check the addon's files for any float.php that I might be able to edit, but found no way to. Apologies for the inconvenience!
 
I'm so sorry to bother you with this, but would you be able to let me know how to do this? I've tried looking around for options to allow nesting other BBCodes within this [float] tag, as well as check the addon's files for any float.php that I might be able to edit, but found no way to. Apologies for the inconvenience!
My add-on doesn't actually add a [float] bb-code. It does add a [fleft] and a [rleft] which are simple text replacements which look like this:

Code:
<div class="bbm_float fleft" style="float:left;margin:0 10px 5px 0">
    {text}
</div>
 
How do I get the SVG icons to appear in the warning bbcode? I have the SVG template add-on installed. Is there a setting?
 
Xon updated Advanced Bb Codes Pack with a new update entry:

1.16.4 - Feature & Bugfix update

Known issues:
  • Copying horizontal lines from google docs using Safari is known to fail. This is an issue with how google docs exports HTML
Changes:
  • Require StandardLib v1.22.0+
  • Remove jquery dependency
    • Add "Use jquery for extended copy & paste support" option (default: false) to load the old extended copy&paste support
  • Workaround editor copy & paste issues for older...

Read the rest of this update entry...
 
can you explain a little more about the: [Add "Use jquery for extended copy & paste support" option (default: false)], part....
like what benefits are added, why its off by default etc
It allows reduced the overall XF javascript size, as XF doesn't include/use jquery any more.

Thanks for fixing the cursor not being able to move right over emoji's. Was driving me nuts.
I basically moved a bunch of work-around I had put into some client's styles into the add-on to make upgrading to XF2.3 easier.

Yes, I've still got clients on XF2.2 :(
 
Last edited:
The editor improvements section in the add-on overview gives a short summary. Basically it is is a bunch of tweaks to make copy & paste look right when copying from various sources.

For example, the username copy & paste support actually supports copying basically 3-4 different ways XF can render a username and turn it into an @ user mention. Or tweaks to popular editors to replicate formatting to ensure easier posting of creative content.
 
The editor improvements section in the add-on overview gives a short summary. Basically it is is a bunch of tweaks to make copy & paste look right when copying from various sources.

For example, the username copy & paste support actually supports copying basically 3-4 different ways XF can render a username and turn it into an @ user mention. Or tweaks to popular editors to replicate formatting to ensure easier posting of creative content.
ok i get it thank you....so its all or nothing, it kind of sounded to me like you had improved both enabled AND not at first...

regards
 
Back
Top Bottom