BBCodes are a standard feature of forums like these. Their primary purpose is to allow users to format text. In general, they are used like this. You put the text you want to format inside of tags that say:
[BBCode]Text[/BBCode]
The [BBCode]-tag tells the forum where it should begin to apply the BBCode and the [/BBCode]-tag with the / tells the forum where it should stop applying the BBCode. Depending on the BBCode you use, different effects will apply to text. If you choose BBCode=b, the text enveloped by the BBCode-tags will be bold. If you choose BBCode=i, it will be italic. BBCode=quote turns the enveloped text into a quote.
Above the text editor window, you should see a bunch of buttons that help you apply BBCodes without having to type the tags yourself. You can, for example, highlight the text you have written, click on the B at top left of the text editor window and it will automatically put BBCode=b tags around your text.
If you are ever unsure what a particular BBCode might look like or you want to make sure that you applied it correctly, use the Preview feature of the forum. Just click on the Preview button left of the Submit button and the forum will show what your post will look like to other users before you actually post it.
This first post will now go on to explain to you what the most basic BBCodes do and how to apply them. The second post will show you more advanced BBCodes.
---
Now I will try to show you some bbcodes, what the code looks like and what the result looks like:
I will show first the code you would type into the post, and then how it looks:
---
Code: Select all
The b or [b]bold[/b] tag.
---
Code: Select all
The i or [i]italics[/i] tag.
---
Code: Select all
The u or [u]underline[/u] tag.
---
Code: Select all
You can combine tags together to do more fancy stuff:
[b]Bold text [i]that has italics in it [u]that has underline in it[/u][/i][/b]
Just make sure to put the pairs of tags in the opposite order when closing them as when you opened them.
Bold text that has italics in it that has underline in it
Just make sure to put the pairs of tags in the opposite order when closing them as when you opened them.
---
Code: Select all
The quote [quote]quote[/quote] tag,
it also can be set to be from someone
[quote=the very much not real person this is from]fake quote[/quote].
tag,quote
it also can be set to be from someone
.the very much not real person this is from wrote:fake quote
The quote tag also has more advanced forms that are automatically generated when you quote a post, and then you don't have to worry about how to write the code.
---
Code: Select all
The list and ordered list tag:
[list][*]point one
[*]point two
[*]point three[/list]
[list=1][*]point one
[*]point two
[*]point three[/list]
- point one
- point two
- point three
- point one
- point two
- point three
Code: Select all
The img [img]https://ravishmentacademy.com/download/file.php?avatar=60_1740477849.jpg[/img] tag.
On the current forum theme images will auto adjust their size to fit the width of the post box, and there is no mechanism to manually change the size currently.

On the current forum theme images will auto adjust their size to fit the width of the post box, and there is no mechanism to manually change the size currently.
---
Code: Select all
The two forms of the url tag:
[url]https://google.com/[/url]
[url=https://ravishmentacademy.com/index.php]Ravishment Academy index page[/url]
The second one will look cleaner. Also please see advanced uses later.
https://google.com/
Ravishment Academy index page
The second one will look cleaner. Also please see advanced uses later.
---
Code: Select all
The color tag, that alters the font foreground color,
please use this very sparingly, as it may make your text hard to read,
especially if the theme of the forum ever changes,
then text may not be readable in the new theme:
You can use the name of a color as well as its # RR GG BB without spaces, where RR is red, GG is green, BB is blue, from lowest 00 to highest FF, it is a hexadecimal number, 0 to 9 you already know what they mean A means 10 B 11 C 12 D 13 E 14 F 15. It is also an additive color, meaning the lights add up, not like paints that are subtractive colours (or CMYK that is used for printing).
[color=red]red text[/color]
[color=#BF00BF]Some kind of purple text[/color]
[color=#181818]Example of text that won't work on this theme[/color]
You can highlight the above line if you want, it is not the best way to do a spoiler though... given if theme changes it breaks.
please use this very sparingly, as it may make your text hard to read,
especially if the theme of the forum ever changes,
then text may not be readable in the new theme:
You can use the name of a color as well as its # RR GG BB without spaces, where RR is red, GG is green, BB is blue, from lowest 00 to highest FF, it is a hexadecimal number, 0 to 9 you already know what they mean A means 10 B 11 C 12 D 13 E 14 F 15. It is also an additive color, meaning the lights add up, not like paints that are subtractive colours (or CMYK that is used for printing).
red text
Some kind of purple text
Example of text that won't work on this theme
You can highlight the above line if you want, it is not the best way to do a spoiler though... given if theme changes it breaks.
Claire: You can click on the color palette button to see a bunch of predefined colors to choose from. The button doesn't work in chat though.
---
Code: Select all
The size tag:
[size=50]Tiny[/size]
[size=85]Small[/size]
[size=100]Normal[/size]
[size=150]Large[/size]
[size=200]Huge[/size]
Tiny
Small
Normal
Large
Huge
---
In the post above I have been using the code bbcode to show the code followed by the content of the code after it, however the code block will likely not render its closing tag properly, but let's give it a shot

Code: Select all
[code]code goes here, any tags inside it will not happen nor should smileys:)
spaces are preserved in code blocks
the closing bbcode of the code block can not be properly escaped that is why
I added a space between the o and d in code here:[/co de]
Code: Select all
code goes here, any tags inside it will not happen nor should smileys:)
spaces are preserved in code blocks
the closing bbcode of the code block can not be properly escaped that is why
I added a space between the o and d in code here: