Services Plugins FAQs

Air BBcode to HTML Missing UL Tags

I’m trying out Air BBcode to HTML and it looks like it is missing some tags. Please see my example below.

Source created in Bubble rich text editor:

Saved to the database as:

[url=https://www.bryceharvey.com]This is a test[/url] of a URL. 

And this is a URL that is [url=https://www.bryceharvey.com][b]BOLD[/b][/url]
[h1]
[/h1]
[h1]This is a Headline.[/h1]

Now, let's try some bullet points:
[ml][ul][li indent=0 align=left]Point 1[/li][ul data=1][li indent=1 align=left]Point 2[/li][li indent=1 align=left]Point 3[/li][/ul][/ul][/ml]- This is another point. 
- And Another One
[ml][ul][li indent=0 align=left]This is point 4[/li][/ul][/ml]

Converted with Air BBcode to HTLM as:

And converted source is:

<a href='https://www.bryceharvey.com' target='_blank'>This is a test</a> of a URL. <br><br>
And this is a URL that is <a href='https://www.bryceharvey.com' target='_blank'><strong>BOLD</strong></a><br>
[h1]<br>[/h1]<br>
<h1>This is a Headline.</h1><br><br>

Now, let's try some bullet points:<br>
<ml><ul><li>Point 1</li>[ul data=1][li indent=1 align=left]Point 2[/li][li indent=1 align=left]Point 3[/li]</ul></ul></ml>
- This is another point. <br>
- And Another One<br>
<ml><ul><li>This is point 4</li></ul></ml>
1 Like

Hello @bryce,

Thank you for reaching out to us.

Regarding your observation, I have looked into it further and conducted tests. I also noticed that some of the tags are not being transformed into HTML as they should. I have forwarded this concern to our development team for further investigation and resolution. I will get back to you with more information as it becomes available. :pray:

In the meantime, if you have any other questions, please let me know.

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hello @bryce ,

I hope you’re doing well!

I’m reaching out to follow up on our recent discussion about the Air BBcode to HTML plugin. First, we made sure that the plugin is correctly transforming BBcode into HTML. Further also noticed that the new RTE element from Bubble generates slightly different BBcode than the Legacy version, particularly when creating indent lists. And the problem you had occurred because standard BBcode doesn’t support the [ml] tags or the custom indent and align attributes used by the new RTE element.

We have now added support for these attributes and ensured they convert properly into HTML. Could you please update the plugin to version 1.26.0, test it out, and let me know if everything works as expected? Feel free to reach out if you have any questions or concerns.

Thank you again, and have a wonderful holiday season! :christmas_tree:

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

1 Like