Administrators have the ability to enable or disable BBCode. If BBCode is enabled a link to BBCode help will appear when you compose/edit a post or your signature. BBCode is a collection of formatting tags that are used to change the look of text in this forum. BBCode is based on the same principal as, and is very similar to, HTML. Below is a list of all the available BBCodes and instructions on how to use them.

Text appearance can be changed with the following tags which can be nested.

[b]Bold text[/b] produces Bold text
[u]Underlined text[/u] produces Underlined text
[i]Italic text[/i] produces Italic text
[color=#FF0000]Red text[/color] produces Red text
[color=blue]Blue text[/color] produces Blue text
[b][u]Bold, underlined text[/u][/b] produces Bold, underlined text
[h]Heading text[/h] produces
Heading text

You can create links to other documents or to email addresses using the following tags:

[url=https://forum.onlyhot.net/]The Only Hot! forum[/url] produces The Only Hot! forum
[url]https://forum.onlyhot.net/[/url] produces https://forum.onlyhot.net/
[email][email protected][/email] produces [email protected]
[[email protected]]My email address[/email] produces My email address

To quote someone use the quote tag. You can use the quote tag without specifying a name.

[quote=James]This is the text I want to quote.[/quote] produces a quote box citing the person being quoted.
James wrote:

This is the text I want to quote.

[quote]This is the text I want to quote.[/quote] produces a bare quote box.

This is the text I want to quote.

When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will use a monospaced font and will not be affected by other tags. Long items of code will cause the text to scroll.

[code]This is some code.[/code] produces a code box.
This is some code.
[code]This is a long piece of code. This is a long piece of code. This is a long piece of code. This is a long piece of code. This is a long piece of code.[/code] produces a scrolling code box.
This is a long piece of code. This is a long piece of code. This is a long piece of code. This is a long piece of code. This is a long piece of code.

To create a list you can use the list tag. You can create 3 types of lists using the list tag.

[list][*]Example list item 1.[/*][*]Example list item 2.[/*][*]Example list item 3.[/*][/list] produces a bulleted list.
  • Example list item 1.
  • Example list item 2.
  • Example list item 3.
[list=1][*]Example list item 1.[/*][*]Example list item 2.[/*][*]Example list item 3.[/*][/list] produces a numbered list.
  1. Example list item 1.
  2. Example list item 2.
  3. Example list item 3.
[list=a][*]Example list item 1.[/*][*]Example list item 2.[/*][*]Example list item 3.[/*][/list] produces an alphabetically labelled list.
  1. Example list item 1.
  2. Example list item 2.
  3. Example list item 3.

To hide text from other users use the hide tag.

[hide]Hidden text[/hide] will produce block that is visible only to registered users
Hidden text:

Hidden text

[hide=100]Hidden text[/hide] will produce block that is visible only to users with 100 or more posts
Hidden text [100]:

Hidden text

[hide=mod]Hidden text[/hide] will produce block that is visible only to moderators and administrators
Hidden text for moderators:

Hidden text

Extended BBCode: More bbcodes you can use in your posts.

[center]This text will be centered.[/center] produces
This text will be centered.
 
[right]This text will align to the right.[/right] produces
This text will align to the right.
 
[justify]Some longer text to let you see that this text is spread over the entire available space of the post. This text alignment is called justify. Center, Right and Justify bbcode is now done through css. No modifications done to the original parser code. Tested in Internet Explorer 7 and FireFox 3.6 Version 1.1.0 is considered as a stable release version of this extension.[/justify] produces
Some longer text to let you see that this text is spread over the entire available space of the post. This text alignment is called justify. Center, Right and Justify bbcode is now done through css. No modifications done to the original parser code. Tested in Internet Explorer 7 and FireFox 3.6 Version 1.1.0 is considered as a stable release version of this extension.
 
[highlight=#FFFF00]This text is highlighted.[/highlight] produces This text is highlighted.
 
[box]Makes a box like this.[/box] produces

Makes a box like this.

 
[spoiler=Some Title]This text is hidden until clicked.[/spoiler] produces
Some Title
 
[textsize=2em]BIG TEXT[/textsize] produces BIG TEXT