This post provides a detailed list of BBCode tags supported by the Flarum BBCode extension, along with their functions and usage examples.
The goal is to serve as a reference for users who want to make the most out of BBCode in Flarum. If there are additional tags or corrections needed, feel free to share your feedback.
The BBCode Extension doesn’t clearly specify which tags it supports. So, I tested it on my forum and compiled a list to share with everyone here.
Extension: https://flarum.org/extension/flarum/bbcode
1️⃣ [b]bold (b)[/b]
Makes the text bold.
2️⃣ [i]italic (i)[/i]
Makes the text italic.
3️⃣ [del]strikethrough (del)[/del]
Strikes through the text.
4️⃣ [IMG src="https://example.com/assets/logo.png" title="The Title Here" alt="Put your text here" height="auto" width="auto"]
Adds an image.
5️⃣ [quote]quote (quote)[/quote]
6️⃣ [code lang=...]code block (code)[/code]
Adds a code block. The programming language can be specified.
<script>html</script>
7️⃣ [center]center align (center)[/center]
8️⃣ [size=40]font size (size)[/size]
Sets the text size.
40px (size=40)
9️⃣ [color=red]font color (color)[/color]
Changes the text color.
red text (color=red)
grey text (color=grey)
♡♡♡
You may be interested in: Footer for Flarum - Responsive & Fully Compatible