Results 1 to 15 of 15

Thread: Using vB Codes and smileys

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Arrow Using vB Codes and smileys

    What are vB codes?

    vB codes are what vBulletin calls Bulletin Board codes (BBcodes). These are present on just about every forum. Since raw HTML is disallowed on the forums, vB codes are used for formatting, links, images, etc. This post demonstrates how to use vB codes (If you know how, it also demonstrates how to post vB codes without applying them )



    Basic formatting:

    [b]Bold[/b]
    [i]Italic[/i]
    [u]Underline[/u]

    [font=Fontname]Times New Roman[/font]
    [size=x]Size 4[/size]
    [color=name] or [color=#rrggbb]Custom font colouring[/color]
    [highlight]Bold red text[/highlight]
    [hl]Yellow highlighted text[/hl]
    [hl=name] or [hl=#rrggbb]Custom colour highlighted text[/hl]
    [sub]Subscript[/sub]
    [sup]Superscript[/sup]


    Alignment:

    [left]Left aligned[/left]
    [center]Centred[/center]
    [right]Right aligned[/right]


    Indentation and lists:

    [indent]Indented[/indent]
    [list]
    • [*]List item
    • [*]Another list item
      • [list]Sub-list
      • [*]2nd sub-item[/list]
    [/list]

    [list=a]
    1. [*]blah
    2. [*]blah
    [/list]

    [list=i]
    1. [*]blah
    2. [*]blah
    [/list]

    [list=1]
    1. [*blah
    2. [*]blah
    [/list]

    [col=1]Something
    [col=2]Something else
    [/col]
    [/col]



    Inline images:

    [img]http://www.imageurl.com/image.xxx[/img]


    Hyperlinks:

    [url]http://www.hyperlink.com/page.html[/url]
    [url="http://www.hyperlink.com/page.html"]Link text[/url]


    Code tags:

    [code]
    Code:
    long __stdcall CallByAddress(long lpfn, int arg1, int arg2)
    {
        fnptr function = (fnptr) lpfn;
        return function(arg1, arg2);
    }
    [/code]

    [vbcode]
    VB Code:
    1. Public Sub vpoint( _
    2.     ByRef pPoint As POINTL, _
    3.     ByVal lX As Long, _
    4.     ByVal lY As Long _
    5. )
    6.     pPoint.X = lX
    7.     pPoint.Y = lY
    8. End Sub
    [/vbcode]

    [html]
    HTML Code:
    <head>
      <title>Penagate</title>
      <link rel="stylesheet" type="text/css" href="style.css" />
      <meta name="robots" content="index, follow" />
    </head>
    [/html]

    [php]
    PHP Code:
    $classes get_declared_classes();
    foreach (
    $classes as $class) {
      if (
    in_array('Template'class_implements($classfalse))) {
        
    $this->Templates[$class] = new $class();
      }

    [/php]


    Quoting:

    [quote]
    Quoted text
    [/quote]

    [quote=Someone]
    Quote Originally Posted by Someone
    Someone's quote
    [/quote]


    Write Jupitermedia in pretty text:
    [jm]xxx[/jm]Internet.com


    Smileys:

    :)
    :(
    :o
    :D
    ;)
    :p
    :cool:
    :rolleyes:
    :mad:
    :eek:
    :confused:
    :bigyello:
    Last edited by penagate; Jun 7th, 2006 at 08:12 AM. Reason: to shut up visualAd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width