Advanced Bb Codes Pack

Advanced Bb Codes Pack [Paid] 1.15.20

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>
 
Back
Top Bottom