Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (SteveS, Gizmo), 33 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/07/07
Posts: 4
Top Posters (30 Days)
Ruben 51
Gizmo 24
DennyP 24
Dunny 15
SteveS 14
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Topic Options
#192185 - 07/20/07 07:46 PM Documenting Un-Documented BBCode
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#192186 - 07/20/07 07:53 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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]
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192187 - 07/20/07 08:09 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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]
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192189 - 07/20/07 08:16 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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]


_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192192 - 07/20/07 08:27 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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 Quote Bold bbcode tag

 Code:
[quote]This is the [qb]Quote Bold[/qb] bbcode tag[/quote]
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192195 - 07/20/07 08:38 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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 see?
 Code:
This is my image [img]http://www.ubbcentral.com/forums/files/8.gif[/img] see?


This is my image see that my text is aligned to the right.
.
.
.
.
.
This is my image see how the text is wrapped around the left of my image.
.
.
.
.
This is my image see how the text is wrapped around my image.
.
.
.
.
.
 Code:
This is my image [img:left]http://www.ubbcentral.com/forums/files/8.gif[/img] see that my text is aligned to the right.
This is my image [img:right]http://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]http://www.ubbcentral.com/forums/files/8.gif[/img] see how the text is wrapped around my image.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192196 - 07/20/07 08:43 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Code Tags - You can post code in several differant ways.

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

<?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]
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192197 - 07/20/07 08:48 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Alignment:
This is aligned Center
This is aligned left

This is aligned Center
This is aligned right

This is aligned Center

 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]
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
#192198 - 07/20/07 09:00 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
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.
Warning, Spoiler:
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:
[spoiler:This is the warning]This text is spoiled[/spoiler]
 Code:
[spoiler:This is the warning]This text is spoiled[/spoiler]
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
Yesterday at 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10489 Members
36 Forums
33841 Topics
181707 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image