BBCode

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.

Administrators have the ability to enable or disable BBCode. You can tell if BBCode is enabled or disabled whenever you post a message or edit your signature.

Text style

The following tags change the appearance of text:

[b]Bold text[/b] produces Bold text

[u]Underlined text[/u] produces Underlined text

[i]Italic text[/i] produces Italic text

[s]Strike-through text[/s] produces Strike-through text

[del]Deleted text[/del] produces Deleted text

[ins]Inserted text[/ins] produces Inserted text

[em]Emphasised text[/em] produces Emphasised text

[mono]Monospace text[/mono] produces Monospace text

[color=#FF0000]Red text[/color] produces Red text

[color=blue]Blue text[/color] produces Blue text

[h]Heading text[/h] produces

Heading text

Links and images

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

[url=https://www.gmlscripts.com/forums/]GMLscripts.com[/url] produces GMLscripts.com

[url]https://www.gmlscripts.com/forums/[/url] produces https://www.gmlscripts.com/forums/

[url=/help.php]This help page[/url] produces This help page

[email]myname@example.com[/email] produces myname@example.com

[email=myname@example.com]My email address[/email] produces My email address

[topic=1]Test topic[/topic] produces Test topic

[topic]1[/topic] produces https://www.gmlscripts.com/forums/viewtopic.php?id=1

[post=1]Test post[/post] produces Test post

[post]1[/post] produces https://www.gmlscripts.com/forums/viewtopic.php?pid=1#p1

[forum=1]Test forum[/forum] produces Test forum

[forum]1[/forum] produces https://www.gmlscripts.com/forums/viewforum.php?id=1

[user=2]Test user[/user] produces Test user

[user]2[/user] produces https://www.gmlscripts.com/forums/profile.php?id=2

If you want to display an image you can use the img tag. The text appearing after the "=" sign in the opening tag is used for the alt attribute and should be included whenever possible.

[img=FluxBB bbcode test]https://www.gmlscripts.com/forums/img/test.png[/img] produces FluxBB bbcode test

FluxBB bbcode test [imgl=FluxBB bbcode test]https://www.gmlscripts.com/forums/img/test.png[/imgl]floats an image to left of a following body of text.

FluxBB bbcode test[imgr=FluxBB bbcode test]https://www.gmlscripts.com/forums/img/test.png[/imgr] floats an image to right of a following body of text.

Embedded Videos

You can embed videos from supported video sharing wesites. All you need to do is copy and paste the URL of the video into your post and it will be automatically embedded as a video.

Supported video sharing websites:

  • YouTube
  • Vimeo
  • Dailymotion
  • Vine

https://www.youtube.com/watch?v=KhUr0fqP1LM

produces an embedded video within your post.

Quotes

If you want to quote someone, you should use the quote tag.

[quote=James]This is the text I want to quote.[/quote]

produces a quote box like this:

James wrote:

This is the text I want to quote.

If you don't want to quote anyone in particular, you can use the quote tag without specifying a name.

[quote]This is the text I want to quote.[/quote]

produces a quote box like this:

This is the text I want to quote.

Note: If a username contains the characters [ or ] you can enclose it in quote marks.

Spoilers

If you want to hide some text within an expandable box, you should use the spoiler tag.

[spoiler]This is the hidden spoiler text.[/spoiler]

produces a spoiler box like this:

Spoiler

This is the hidden spoiler text.

You can optionally provide some text to indicate the nature of the hidden text.

[spoiler=Secret Message]This is the hidden spoiler text.[/spoiler]

produces a spoiler box like this:

Secret Message

This is the hidden spoiler text.

Code

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.

[code]This is some code.[/code]

produces a code box like this:

This is some code.

LaTeX Mathematics

You can post LaTeX formatted mathematics by enclosing it inside tex tags.

[tex]x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[/tex]

produces a rendered image like this:

[tex]x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[/tex]

Lists

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.

Nested tags

BBCode can be nested to create more advanced formatting. For example:

[b][u]Bold, underlined text[/u][/b] produces Bold, underlined text

Smilies

If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and replaces them with images:

:) produces :)

:( produces :(

^_^ produces ^_^

<_< produces <_<

:o and :O produces :o

;) produces ;)

:P and :p produces :P

:D produces :D

:lol: produces :lol:

B) produces B)

:rolleyes: produces :rolleyes:

:/ produces :/

:mellow: produces :mellow:

:huh: produces :huh:

-_- produces -_-

:angry: produces :angry:

:unsure: produces :unsure:

:wacko: produces :wacko:

:blink: produces :blink:

:whistle: produces :whistle:

:wub: produces :wub:

:ph34r: produces :ph34r:

:skull: produces :skull:

:lmao: produces :lmao:

:rambo: produces :rambo:

:medieval: produces :medieval:

:snitch: produces :snitch:

:chikin: and :chicken: produces :chikin:

:GM5: produces :GM5:

:GM6: produces :GM6:

:GM7: produces :GM7:

:GM8: produces :GM8: