Services Plugins FAQs

Img alt bbcode available in ZQ RTE 2?

Hi there,

I´m interested in the ZQ RTE 2.0 plugin, but want to know whether I can use bbcode for image alt text, so that when publishing to a live page, alt text appears for an image? (I don´t seem to be able to make this work in the regular Bubble Rich text editors, and I am not sure if this is a Bubble limitation or a “free” editor limitation)

eg:
[img width="100" height="50" alt="Lubeck city gate" title="This is one of the medieval city gates of Lubeck"]https://www.bbcode.org/images/lubeck_small.jpg[/img]

would show a little image like this:

with the alt text when rolling over the image or if the image fails to load.

Thanks for letting me know!

Hello, @david.simons! Thanks for reaching out.

The RTE 2.0 plugin does not work with the bb codes, but it works with the HTML text.

Let me show you how this can be done with the HTML:

  • you need to create a table (type = text) with the HTML column, in which you will store your HTML elements: http://prntscr.com/sbdtct
  • in your RTE element, set the Content parameter to Search for {name of the table}:last item (you may set the first/last/all items - it is optional): http://prntscr.com/sbdr9y

I used the ZQ Lite RTE, ZQ RTE, Rich Text Input and simple Text element to show you how your image will be proceeded by RTE:

Thus, you can choose the way you want to display your image element - via HTML (using the RTE), or via simple Text element (using BB code).

I hope this information was useful for you.
Regards,

thank you Kate- I will investigate properly in the morning, but that seems to make sense! I will let you know if I have any further doubts.

1 Like