This post provides a detailed list of BBCode tags supported by the HAF Forum, 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 HAF Forum. 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 this forum and compiled a list to share with everyone here.
[b]bold (b)[/b]
Makes the text bold.
[i]italic (i)[/i]
Makes the text italic.
[del]strikethrough (del)[/del]
Strikes through the text.
[IMG src="https://example.com/assets/logo.png" title="The Title Here" alt="Put your text here" height="auto" width="auto"]
Adds an image.
[quote]quote (quote)[/quote]
[code lang=...]code block (code)[/code]
Adds a code block. The programming language can be specified.
<script>html</script>
[center]center align (center)[/center]
[size=40]font size (size)[/size]
Sets the text size.
40px (size=40)
[color=red]font color (color)[/color]
Changes the text color.
red text (color=red)
grey text (color=grey)