Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Well, I know this says it's documenting undocumented bbcode, but I figure I'll just do a basic "what is" on each one and some basic syntax.

Be sure that you "nest" your bbcode properly; an example:
GOOD:
Code
[b][i][u]This will have multiple elements.[/u][/i][/b]

BAD:
Code
[b][i][u]This will have multiple elements.[/b][/i][/u]

You need to terminate the tag as it is called, in the closest order.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Lists - Allows you to create a list, each level of a list will have a bullet which you can change on each list by defining the list tag as [list=bullet_type]; valid types are number (1), CAPITAL letter (A), lowercase letter (a), UPPERCASE Roman Numeral (i), lowercase Roman Numeral (I). By not defining a bullet type, it will simply use a square.

A list like this:
  1. Items to Bring
    1. Drinks
      1. Coffee
      2. Soda
      3. Water
      4. Tea
        1. Orange
        2. Oolong
      5. Orange Juice
    2. Food
      • Fruit
        • Oranges
          • Necterenes
          • Blood Oranges
        • Apples
          • Granny Smith
          • Red Delicious


Can be created as:
Code
[list=a]
[*]Items to Bring
[*][list=A]
[*]Drinks
[*][list=i]
[*]Coffee
[*]Soda
[*]Water
[*]Tea
[*][list=I]
[*]Orange
[*]Oolong
[/list]
[*]Orange Juice
[/list]
[*]Food
[*][list]
[*]Fruit
[*][list]
[*]Oranges
[*][list]
[*]Necterenes
[*]Blood Oranges
[/list]
[*]Apples
[*][list]
[*]Granny Smith
[*]Red Delicious
[/list]
[/list]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Text Formatting - You can format your text in a variety of ways...
Bold: This text is BOLD
Code
[b]This text is BOLD[/b]

Underline: This text is UNDERLINED
Code
[u]This text is UNDERLINED[/u]

Italics: This text is ITALICIZED
Code
[i]This text is ITALICIZED[/i]

Strike Through: This text is STRIKED THROUGH
Code
[s]This text is STRIKED THROUGH[/s]

Color: This text has pretty colors
Color: This text has pretty colors
Code
[color:#FF0000]This text has pretty colors[/color]
[color:blue]This text has pretty colors[/color]

Highlight: This text is highlighted
Code
[highlight]This text is highlighted[/highlight]

Text Size: This text is BIG!
Code
[size:20pt]This text is BIG![/size]

Font Face: This font is "Comic Sans"!
Code
[font:Comic Sans MS]This font is "Comic Sans"![/font]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Markup - Will allow you to create links off-site.
URL: This is a URL to my homepage.
Code
This is a URL to my [url=http://www.virtualnightclub.net//]homepage[/url].

EMail: This is an EMail Address
This is my email address: you@youremail.com
Code
This is an [email=you@youremail.com]EMail Address[/email]
This is my email address: [email]you@youremail.com[/email]



I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Quotes - You can also quote people...
Originally Posted by Gizmo
Watch as I quote myself!
Code
[quote=Gizmo]Watch as I quote myself![/quote]

Quote
Watch as I quote no one in particular!!
Code
[quote]Watch as I quote no one in particular!![/quote]

QB:
Quote
This is the [qb]Quote Bold[/qb] bbcode tag
Code
[quote]This is the [qb]Quote Bold[/qb] bbcode tag[/quote]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Images - Some undocumented googies within... Will allow you to embed an image in your post. Valid image types end in gif png jpg or jpeg; you can use either [img] or [image]

This is my image [Linked Image] see?
Code
This is my image [img]https://www.ubbcentral.com/forums/files/8.gif[/img] see?

This is my image [Linked Image] see that my text is aligned to the right.
.
.
.
.
.
This is my image [Linked Image] see how the text is wrapped around the left of my image.
.
.
.
.
This is my image [Linked Image] see how the text is wrapped around my image.
.
.
.
.
.
Code
This is my image [img:left]https://www.ubbcentral.com/forums/files/8.gif[/img] see that my text is aligned to the right.
This is my image [img:right]https://www.ubbcentral.com/forums/files/8.gif[/img] see how the text is wrapped around the left of my image.
This is my image [img:center]https://www.ubbcentral.com/forums/files/8.gif[/img] see how the text is wrapped around my image.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Code Tags - You can post code in several differant ways.

PHP Code - The PHP Tag runs items through the PHP Syntax Highlighter:
PHP Code

<?php phpinfo(); ?>

Code
[php]<?php phpinfo(); ?>[/php]

Code Tag - The CODE tag will not allow any code to be parsed within:
[code]
Code
[php]<?php phpinfo(); ?>[/php]
[/code]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Alignment:
This is aligned Center
[align:left]This is aligned left

This is aligned Center
This is aligned right

This is aligned Center[/align]
Code
[align:center]This is aligned Center
[align:left]This is aligned left[/align]
This is aligned Center
[align:right]This is aligned right[/align]
This is aligned Center[/align]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Spoiler Tags - These tags are useful for hiding a series of text, items, lists, etc; users have to click the "view" link to see the hidden text. Often useful for contests, reviews, etc.
This text is spoiled!
Code
[spoiler]This text is spoiled![/spoiler]

Theres an addon at UBBDev which allows you to change the spoiler warning and referance it in the tag as:
(This is the warning)
This text is spoiled
Code
[spoiler:This is the warning]This text is spoiled[/spoiler]


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Havenofsobriety), 458 guests, and 91 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)