Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
6 registered (Bill B, BreeOge, Rick, Ruben Rocha, 2 invisible), 20 Guests and 20 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 92
Top Posters (30 Days)
Ruben Rocha 180
Gizmo 112
Rick 106
Thelockman 79
driv 43
AllenAyres 35
ntdoc 28
Ian 24
Sirdude 23
ScriptKeeper 20
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Topic Options
Rate This Topic
#192185 - 07/20/07 04:46 PM Documenting Un-Documented BBCode
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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.
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192186 - 07/20/07 04:53 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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]
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192187 - 07/20/07 05:09 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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]
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192189 - 07/20/07 05:16 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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: gizmo@undergroundnews.com
 Code:
This is an [email=gizmo@undergroundnews.com]EMail Address[/email]
This is my email address: [email]gizmo@undergroundnews.com[/email]


_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192192 - 07/20/07 05:27 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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]
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192195 - 07/20/07 05:38 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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.
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192196 - 07/20/07 05:43 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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]
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192197 - 07/20/07 05:48 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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]
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#192198 - 07/20/07 06:00 PM Re: Documenting Un-Documented BBCode [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
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]
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top


Moderator:  Gizmo 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
I'm the Admin but.....
by David DelMonte
12/02/08 11:12 AM
Fatal error: Smarty::require_once
()

by ThreadsUser
12/02/08 08:17 AM
PayPal batch file for ID'ing expired and failed payment subscriptions?
by Mitch P.
12/02/08 06:02 AM
Shrinking graemlins
by Djuma
12/01/08 05:48 PM
2 problems I'm seeing now.
by DougMM
12/01/08 04:39 PM
Forum Stats
4261 Members
33 Forums
30535 Topics
154977 Posts

Max Online: 978 @ 06/24/07 08:19 PM