vB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use vB Code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message.
Below is a list of the vB Codes you can use to format your messages.
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.
Usage
[list]value[/list]
Example Usage
[list] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
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).
Usage
[list=Option]value[/list]
Example Usage
[list=1] [*]list item 1 [*]list item 2 [/list]
[list=a] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
list item 1
list item 2
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.
The [noparse] tag allows you to stop the parsing of vB Code.
Usage
[noparse][b]value[/b][/noparse]
Example Usage
[noparse][b]vBulletin[/b][/noparse]
Example Output
[b]vBulletin[/b]
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.
Usage
[attach]attachmentid[/attach]
Example Usage
[attach]12345[/attach]
Example Output
Book Index
Lists all chapters in the specified book in chapter order. Enter a book title.
Usage
[bookindex]value[/bookindex]
Example Usage
[bookindex]Demo Book[/bookindex]
Example Output
[bookindex]Demo Book[/bookindex]
Center
Centers text
Usage
[center]value[/center]
Example Usage
[center]center[/center]
Example Output
center
Strikethrough
Strike-through text
Usage
[del]value[/del]
Example Usage
[del]This text is stricken[/del]
Example Output
This text is stricken
Div
Create a CSS-styled block for your text.
Usage
[div]value[/div]
Example Usage
[div] style="border: 1px solid #ff0000" | Text in the block. [/div]
Example Output
[div] style="border: 1px solid #ff0000" | Text in the block. [/div]
Forum Index
Lists all threads from the specified forum in alphabetical order. Enter a forum ID to select the forum.
Usage
[forumindex]value[/forumindex]
Example Usage
[forumindex]2[/forumindex]
Example Output
[forumindex]2[/forumindex]
Show Threads
Lists threads with the most recent posts from the specified forum. Enter a forum ID to select the forum.
Usage
[showthreads]value[/showthreads]
Example Usage
[showthreads]2[/showthreads]
Example Output
[showthreads]2[/showthreads]
SoundCloud
Embed the tracks from SoundCloud into your post. Use the track URL in your browser. For example, for http://soundcloud.com/forss/speech-craft-no-sleep-til-dawn-remix-by-forss it would be: [soundcloud]http://soundcloud.com/forss/speech-craft-no-sleep-til-dawn-remix-by-forss[/soundcloud]