[b], [i], [u]
Highlight
[highlight]
Email Linking
[email]
URL Hyperlinking
[url]
Thread Linking
[thread]
Post Linking
[post]
Bulleted Lists / Advanced Lists
[list]
Images
[img]
Videos
[video]
Code
[code]
Quote
[quote]
Stop BB Code Parsing
[noparse]
Attachment
[attach]
My URL
[myurl]
Strikethrough
[strike]
Incorrect BB Code Usage:
[url] www.example.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
[email]myname@domain.com[email] - the end brackets must include a forward slash ([/email])
Bold / Italic / Underline
The [b], [i] and [u] tags allow you to create text that is bold, italic and underlined.
[b]value[/b]
[i]value[/i]
[u]value[/u]
Usage
[b]this text is bold[/b]
[i]this text is italic[/i]
[u]this text is underlined[/u]
Example Usage
this text is bold
this text is italic
this text is underlined
Example Output
Email Linking
The [email] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
[email]value[/email]
[email=Option]value[/email]
Usage
[email]j.doe@example.com[/email]
[email=j.doe@example.com]Click Here to Email Me[/email]
Example Usage
j.doe@example.com
Click Here to Email Me
Example Output
URL Hyperlinking
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
[url]value[/url]
[url=Option]value[/url]
Usage
[url]https://c-command.com/forums[/url]
[url=https://c-command.com/forums]C-Command Forums[/url]
Example Usage
https://c-command.com/forums
C-Command Forums
Example Output
Thread Linking
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.
[thread]threadid[/thread]
[thread=threadid]value[/thread]
Usage
[thread]42918[/thread]
[thread=42918]Click Me![/thread]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Usage
https://c-command.com/forums/showthread.php?t=42918
Click Me!
Example Output
Post Linking
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.
[post]postid[/post]
[post=postid]value[/post]
Usage
[post]269302[/post]
[post=269302]Click Me![/post]
(Note: The threadid/postid is just an example and may not link to a valid thread/post.)
Example Usage
https://c-command.com/forums/showthread.php?p=269302#post269302
Click Me!
Example Output
Bulleted Lists
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
[list]value[/list]
Usage
[list]
[*]list item 1
[*]list item 2
[/list]
Example Usage
list item 1
list item 2
Example Output
Advanced Lists
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
[list=Option]value[/list]
Usage
[list=1]
[*]list item 1
[*]list item 2
[/list]
[list=A]
[*]list item 1
[*]list item 2
[/list]
[list=a]
[*]list item 1
[*]list item 2
[/list]
Example Usage
list item 1
list item 2
list item 1
list item 2
list item 1
list item 2
Example Output
Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
[img]value[/img]
Usage
![forum_new-48.png]()
(Not linked)
[url=http://www.example.com]
![forum_new-48.png]()
[/url] (Linked)
Example Usage
(Not linked)
(Linked)
Example Output
Videos
The [video] tag allows you to embed videos from various video services within your posts.
[video]value[/video]
Usage
[video=youtube;eOUq4Z6R7xI]
[/video]
Example Usage
Example Output
Code
The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.
[code]value[/code]
Usage
[code]
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
[/code]
Example Usage
Code:
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
Example Output
Quote
The [quote] tag allows you to attribute text to someone else.
[quote]Quote[/quote]
[quote=User Name]value[/quote]
Usage
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;20568]Lorem ipsum dolor sit amet[/quote]
Example Usage
Lorem ipsum dolor sit amet
Quote Originally Posted by John Doe
Lorem ipsum dolor sit amet
Quote Originally Posted by John Doe View Post
Lorem ipsum dolor sit amet
Example Output
Highlight
The [highlight] tag allows you to emphasize your text.
Usage
[highlight]value[/highlight]
Example Usage
[highlight]this text is highlighted[/highlight]
Example Output
this text is highlighted
Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
[noparse][b]value[/b][/noparse]
Usage
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Usage
[b]Lorem ipsum dolor sit amet[/b]
Example Output
Attachment
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
[attach]attachmentid[/attach]
Usage
[attach]12345[/attach]
Example Usage
Example Output
My URL
For non-HTTP links.
[myurl=Option]value[/myurl]
Usage
[myurl=x-spamsieve://default?k=MJTCallPICDOnJaguar&v=NO]click this link[/myurl]
Example Usage
click this link
Example Output
Strikethrough
Strikethrough.
[strike]value[/strike]
Usage
<strike>Strikethrough</strike>
Example Usage
<strike>Strikethrough</strike>