What is BBCode For phpbb2 & 3?BBCode is a special implementation of HTML. Whether you can actually use BBCode in your posts on the forum is determined by the administrator. In addition you can disable BBCode on a per post basis via the posting form. BBCode itself is similar in style to HTML, tags are enclosed in square brackets [ and ] rather than < and > and it offers greater control over what and how something is displayed. Depending on the template you are using you may find adding BBCode to your posts is made much easier through a clickable interface above the message area on the posting form. Even with this you may find the following guide useful.
BBCode tags referenceIn this section, a reference table for all of the more popular bbcode tags, is provided. Some are considered to be standard and should be supported in just about any bbcode implementation. Other are less likely to be supported, but nonetheless popular (hence the reason they've been included here).
Tags reference table:1.) Name: Bold Code:
[b]{text}[/b] Makes {text} bold
Example:
GETFORUM.ORG2.) Name: Italic Code:
[i]{text}[/i] Makes {text} italic
Example:
GETFORUM.ORG3.) Name: Underline Code:
[u]{text}[/u] Underlines {text}
Example:
GETFORUM.ORG4.) Name: Line-through Code:
[s]{text}[/s] Create a line-through/strike through on {text}
5.) Name: Font-size Code:
[size={number}]{text}[/size] Changes the font-size of {text}
6.) Name: Font colour Code:
[color={colour}]{text}[/color] Changes the colour of {text}
7.) Name: Center text Code:
[center]{text}[/center] Centers {text} on screen
8.) Name: Quote Code:
[quote]{text}[/quote] Creates a quotation box containing {text}
9.) Name: Quote (named) Code:
[quote={name}]{text}[/quote] Creates a quotation box quoting {name} as saying {text}
10.) Name: Link Code:
[url]{url}[/url] Makes a link to {url}
11.) Name: Link (named) Code:
[url={url}]{text}[/url] Makes a named link to {url}
12.) Name: Image Code:
[img]{url}[/img] Shows the image indicated by {url}
13.) Name: Image (resized) Code:
[img={width}x{height}]{url}[/img] Shows {url} image resized to {width} and {height}
14.) Name: List (unordered) Code:
[ul][li]{text}[/li]...[li]{text}[/li][/ul] Displays an unordered list of items
15.) Name: List (ordered) Code:
[ol][li]{text}[/li]...[li]{text}[/li][/ol] Displays an ordered list of items
16.) Name: Youtube videos Code:
[youtube]{id}[/youtube] Shows the youtube video indicated by {id}
17.) Name: Google videos Code:
[gvideo]{id}[/gvideo] Shows the google video indicated by {id}