Results 1 to 12 of 12

Thread: BBCode Basic Guide

  1. #1
    Member Noname's Avatar
    Join Date
    Apr 2010
    Posts
    68
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default BBCode Basic Guide

    BBCode Basic's
    Note: When I give an example sometimes I bold a letter in the command, this is just done so that the command is not completed and you can see what I did.


    Table of Contents.

    1- Introduction.
    2 - Brackets.
    3 - Editing your text.
    3.1 - Bold.
    3.2 - Italics.
    3.3 - Size.
    3.4 - Color.
    3.5 - Underline.
    4 - URLs.
    4.1 - URL Link Names.
    5 - Quote.
    6 - Code.

    1 - Introduction
    Since HTML is disabled on this forum, which is good because it is alot more complicated and I don't feel like doing a whole 10 page essay, I will just share the basics of BBC. Though you can do this all above the text you are editing on the full reply screen. I will show you how to do this all with the quick reply. It's actually quite simple.

    2 - Brackets.

    This "[" and this "]" are brackets, these will surround your command. You will use these at both the start and end of your code. These are essential to BBC along with "/" the forward slash. This will end the current command.

    Example, (not a real code.)

    [Sample] [/Sample]

    The [Sample] tells the following what to do, then the middle is effected by the command, then [/Sample] The Command is ended.*

    The following is showing 2 commands on the same thing.

    [Sample1][Sample2] The dog jumped over the tree[/Sample1][/Sample2]

    See? The text would be effected by both.

    This also works.

    [Sample1][Sample2] The dog jumped [/Sample1]over the tree[/Sample2]

    "The dog jumped", would be effected by "Sample 1". While the whole text would be effected by sample 2.*

    Make sence?*Ok. Let's learn sone real commands.


    3 - Editing your text.
    3.1 - Bolding.

    Code:
    [Bold] [/Bold]
    Or
    This will bold your text, example.

    Hello

    Hello

    The second one was*

    Code:
    [Bold]Hello[/Bold]
    3.2 - Italics.

    This will italisize your text, example.

    Hello

    Hello

    The second one was*

    Code:
    [I]Hello[/I]
    3.3 - Size.

    Code:
    [Size=?] [/Size]
    This will change the size of your text, example.

    Hello

    Hello

    The second one was*

    Code:
    [Size=10]Hello[/Size]
    3.4 - Color.

    This can get complicated.

    There are six digit Hexidecimal number and letter combinations that make up all the colors in the rainbow...*

    Here is a website where you can look for colors.

    Here

    After you find one, you do this.

    Code:
    [color=#FF0000]Text[/color]
    *

    Example

    Hello

    Hello

    3.5 - Underline.

    This will underline your text, example.

    Hello

    Hello

    The second one was*

    Code:
    [U]Hello[/U]
    4 - URLs.
    This forum may do this automatically, but putting a around your text will turn it from plain text. To a clickable URL.

    4.1 - URL Link Names.

    This is an advanced URL code. This wi change your link from being just the URL. To something like a single word, or phrase.

    Let's say you are putting a link to google.com

    Instead of saying just plain http://www.google.com/.

    You can say Google

    I did that by going,
    Code:
    [URL=http://www.google.com]Google[/URL]
    5 - Quote.

    Code:
    [Quote] [/Quote]
    This will put the little speech bubble, meaning it is a quote from someone.

    Example

    Hello

    Hello
    6 - Code.

    This is not used as regulary as the others, this is where you can put a long amount of digits or words, an a scroll bar will apear, which is why it is called "code".

    It Is also often uses on forums as instructional text areas. Like I did in this thread,

    It is done by the command


    I Noname, wrote this all, for this website. I didn't copy a single word from anywhere else.. If you have any questions lemme know.

    Fanks, Noname.

  2. #2
    Forum Adept LordRaid's Avatar
    Join Date
    Apr 2010
    Location
    California
    Posts
    246
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts

    Default

    Good guide; I actually read through it! XD
    Vigor - Alterra

  3. #3
    Member Noname's Avatar
    Join Date
    Apr 2010
    Posts
    68
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by LordRaid View Post
    Good guide; I actually read through it! XD
    Ha, doubt it.(: Thanks

  4. #4
    Member Noname's Avatar
    Join Date
    Apr 2010
    Posts
    68
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Before anyone asks I WILL be editing this and adding center and stuff.. I just need to sleep. Sleep is good.

    (Sorry for the double post)

  5. #5
    Senior Member
    Join Date
    Apr 2010
    Posts
    744
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    10
    Thanked in
    8 Posts

    Default

    This wi change your link from being just the URL.
    Make sence?
    Ahem.

    Also if you need to use BBcode as an exmaple, you can simply use [noparse] to stop it from formatting the code.
    For example =
    This is an example of [B]Bold[/B] and [I]italic[/I] = This is an example of Bold and italic
    Last edited by Splurd; 04-25-2010 at 11:55 PM.

  6. #6
    Member utopi's Avatar
    Join Date
    Apr 2010
    Location
    Lorient, France
    Posts
    95
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    60
    Thanked in
    11 Posts

    Default

    Shouldn't [blink], [blur], [scroll], [flipv], [updown] work too?
    I tried to use them for my signature, it didn't work

  7. #7
    Senior Member
    Join Date
    Apr 2010
    Posts
    744
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    10
    Thanked in
    8 Posts

    Default

    Quote Originally Posted by utopi View Post
    Shouldn't [blink], [blur], [scroll], [flipv], [updown] work too?
    I tried to use them for my signature, it didn't work
    It depends on whether they are enabled or disabled by the forum admin.

  8. #8
    Member utopi's Avatar
    Join Date
    Apr 2010
    Location
    Lorient, France
    Posts
    95
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    60
    Thanked in
    11 Posts

    Default

    That's what I thought, thanks.
    cool thread by the way

  9. #9
    Member Noname's Avatar
    Join Date
    Apr 2010
    Posts
    68
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Why do you always have to correct my spelling mr. Splurd? :/

    And oh, right, I was really tired, I wasn't thinking.

  10. #10
    Senior Member setec's Avatar
    Join Date
    Apr 2010
    Location
    Pennsylvania, USA
    Posts
    828
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts

    Default

    Quote Originally Posted by Splurd View Post
    exmaple
    I had to do it
    PL acct 4/7/10 - Setec Lvl 52 STR Bear | SL acct 8/29/11 - Setec Lvl 10 Commando | DL acct created 9/16/12 - Setec Lvl 17 Male | AL acct 3/28/13 - Setec Lvl 9 Warrior | iOS 8 on iPad Mini 2/iPhone 6

  11. #11
    Member Noname's Avatar
    Join Date
    Apr 2010
    Posts
    68
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by setec View Post
    I had to do it
    Hahahahahahahahahahahahahah! Splurd! You failed!

    Thank you Setec(:

  12. #12
    Senior Member Protank's Avatar
    Join Date
    Jun 2010
    Location
    Detroit, Michigan, United States
    Posts
    797
    Thanks Thanks Given 
    65
    Thanks Thanks Received 
    15
    Thanked in
    14 Posts

    Default

    Good thread thx!
    Last edited by Protank; 11-07-2010 at 02:36 PM.
    Quote Originally Posted by Justg View Post
    Ignore the haters.

Bookmarks

Posting Permissions

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