Donate STKS
  • Home
  • Animations
  • STKS
  • Share
  • Links
  • Forums
Advanced search

  • Board index ‹ Creative ‹ Tutorials & Art/Animation Help
  • Change font size
  • Print view
  • FAQ
  • Register
  • Login

BBCode Tutorial (Updated 7/5/09)

Post your own tutorials or ask for art/animation help specifically
Topic locked
96 posts • Page 1 of 7 • 1, 2, 3, 4, 5 ... 7

Was this helpful?

Yes
85
86%
No
14
14%
 
Total votes : 99

BBCode Tutorial (Updated 7/5/09)

Postby Kris » Sun Aug 12, 2007 5:31 pm

Please view in IE or Chrome, it would be better, Firefox expands the screen.
This is a quick tutorial on how to use BBCode.

Before the tutorial, keep this in mind:
Image
Click here to view the full image
As the tip says, if you highlight text, then click on of those buttons, then it will automatically place the tags around the selected text.
----------------------------------------------
Bold
Now, some people like bold text. But when they want the text in their signature to be bold....they're kinda stuck. But when you're making a reply or a thread, its easier to just hit the big bold B underneath the subject box.

The BBCode used to make text bold, is [b(bracket).
The 'b' stands for bold, obviously.
In BBCode, the closer always has a slash (/) in it.
The closer for bold is [/ b] but without the space.
You can also press alt+b to make it bold, idk if this works in signatures though.
Here is a simple code example:
Code: Select all
[b]The bird at that Zoo in Indiana went on a cursing spree![/b]

If you typed that, you would get this:
The bird at that Zoo in Indiana went on a cursing spree!

Italic
The letter used for italic letters, is I.
alt+i is also a quick shortcut.
The closer for italic letters, is [/ i] without the space.
If you follow that, you should end up with text like this!
Here is a code example:
Code: Select all
[i]This is an example![/i]

final product:
This is an example!

Underline
The letter used to underline your text is U.
alt+u is a shortcut to get the same effect
The closer is [/ u] but without the space.
Here is an example:
Code: Select all
[u] Timmy went to the park yesterday and was bitten by a rabid chipmunk[/u]

final product:
Timmy went to the park yesterday and was bitten by a rabid chipmunk

How to Quote
A lot of newbies ask a common question:
How do you properly quote someone?
Well, they dont ask exactly that, but this is the solution to that question!
To start off a quote, you start qith [quote(bracket).
But, if you want to properly quote someone, you would type this:
personyou'requoting wrote:The closer for a quote is [/ quote] but without the space.

Here is an example:
Code: Select all
[quote="Magical Swammy"]don't bump old topics, check the dates, bump warning[/quote]

final result:
Magical Swammy wrote:don't bump old topics, check the dates, bump warning

Codes
Ive been using codes once in each of these short tutorials.
To start a code, you use [code(bracket).
Then, you type a code...or just type something.
You close it with [/ code] but without the space.
Example:
[c ode] This is an example[/code]
type that and u get this:
Code: Select all
This is an example

Lists

  1. Fraz
  2. Was
  3. Here


To start a list, type [list(bracket). The closer is [/ list]
Then, you can just type stuff. Names, numbers, etc.

Here is an example:
Code: Select all
[list]
[*]Thjs
[*]Is
[*]How[list][*](how test showing)[/list]
[*]I
[*]Do
[*]It
[/list]

Here is what it should look like!

  • Thjs
  • Is
  • How
    • (how test showing)
  • I
  • Do
  • It

ADDON

I forgot to put this part from Fraz's quick help:
  • Instead of boring old lists with the same old black dot like the one before this text, you can try things like this:
Code: Select all
[list=1]
[*]One
[*]Two
[*]Three
[/list]


That code would give you this:
  1. One
  2. Two
  3. Three

Or you can also do this:
Code: Select all
[list=a]
[*]One
[*]Two
[*]Three
[/list]


That would give you something like this:
  1. One
  2. Two
  3. Three

ANOTHER ADDON

You can also color the list!
Code: Select all
[list=a]
[*][color=red]One[/color]
[*][color=blue]Two[/color]
[*][color=green]Three[/color]
[/list]


You get this:
  1. One
  2. Two
  3. Three

You MUST color every line. If you do this:

Code: Select all
[list=a]
[*][color=red]One
[*]Three
[*]Three[/color]
[/list]


It should result in epic fail like this:

  1. One
  2. Three
  3. Three
[/quote]

Images
Dylan wrote:
If you got a sig from a shop or want a picture of any kind, just right click, properties, and look at the URL that is already there, so you don't have to whine that it's not hosted for you.


Images are probably the most commonly confused of the codes...expecially with the new folk.
Now, to start, you need to type [img(bracket).
Next, you need to type a URL address, preferrably from tinypic,imageshack,photobucket, or filecram.
The closer is [/ img] without the space.
Here is an example:
Code: Select all
[img]http://i33.tinypic.com/2coihxg.jpg[/img]

end result:
Image

URLs
The URL option is simple. IF you have a URL address following dots or dashes, you will have to put [url(bracket) and [/ url] (without spaces) around the address. Like so:
Before:
---http://i33.tinypic.com/2coihxg.jpg
After:
---http://i33.tinypic.com/2coihxg.jpg

BUT! If you want to embed a URL address inside text, you will need to follow this code:
Code: Select all
[url=your URL address here]your title here![/url]

If you remove the space, you get something like this:
--you can put whatever you want here--

BBCode in BBCode
EXAMPLE:
You can make the title for your URL address bold!
Code: Select all
[url=http://i33.tinypic.com/2coihxg.jpg][b]---put whatever here---[/ b][/url]

If you do that, you should get something like this:
---put whatever here---

Coloring Links
Changing the colors of your links!

Well, I was requesting for a userbar when I remembered...you can change the colors of your links so that you dont always have the boring blue links.

Well...this can be used to make small puzzles. Like so:
Find the Link!
Loco Roco
If you hovered the mouse over each letter....you would find the link embedded in the C. I will show you the code for that later. But now, here is the code to change the colors of links:
Code: Select all
[url=http://i33.tinypic.com/2coihxg.jpg][color=green]Hello Image[/color][/url]

If you type something like that, you should get this!:
Hello Image

Now, if you wanted to make a game of it, you could type a code like this:
Code: Select all
[color=green][b]He[/b][/color][url=http://i33.tinypic.com/2coihxg.jpg][color=green][b]l[/b][/color][/url][color=green][b]lo[/b][/color]


and if you typed that outside a code box, you would get this:
Hello

Coloring Text (Alternative)
Instead of doing this to change the colors of your letters:
Code: Select all
[color=red]Text[/color]

But, you can also do this:
Code: Select all
[color=#FF0000]Red Text[/color]

And you get the same effect:
Red Text
Text
---
#FF0000 is the codename for red...each codename consists of a # sign, and 6 letters/numbers.
But, it is impossible to memorize all the codenames, so you can got to Microsoft Paint for help! (double click on one of the colors and use the mixer for the codenames!)
You can make rainbows out of this too! like so:
Code: Select all
[size=18][color=#000ee4]G[/color][color=#005ee4]r[/color][color=#0079e4]a[/color][color=#0099e4]d[/color][color=#00c4e4]i[/color][color=#00e4e4]e[/color][color=#00e4cf]n[/color][color=#00e4af]t[/color][/size]

That code would get you this:
Gradient
Now it doesn't take all that long, but it does tend to get irritating if you do it a lot.

Smileys
Yes, you read it, smileys are, in fact, BBCode...but only if you write them in any of these three formats:
Code: Select all
[:)]
or
:smile:
or
*:)*


All 3 ways to type it are considered BBCode by Wikipedia.
Now the bottom of those 3 is the only type that work on Droidz. But I do belive that the bottom type works on DarkDemon (without asterix).
The top one is rarely seen, but it is used.
Proof that 2 of them dont work:
[:)]
:smile:
*:)*
---
A shortcut instead of typing *:)* would be clicking the smiley on the right side of the text-box, in-between Very Happy, and Sad.

Text Size
I can't imagine that I forgot to add a tutorial here for changing the size of your text

Now, I belove that Droidz only has 5 font sizes to choose from:
24,18,12,9,and 7.

But you can make the sizes whatever you want, as long as the size in in-between 7 and 24. Here is an example of how to make your own font sizes:
Code: Select all
[size=15] Font Sized 15 Looks like this![/size]

That would look like this:
Font Sized 15 Looks like this!

Remember, it can be any size, as long as it is greater than 50, and less than 200.

Spaces in URLs
NOTE: This method is not BBCode, its just a helpful hint, although it shouldn't be used too often.

This tip should mainly be used if you are stuck, and need to use a space in a directory name.
Exmaple would be the best way to explain, MF, if you want to edit this and make this part better, Ill give you credz like I gave Fraz.
Exmaple:
If you wanted to look in your Music(im only giving partial):
Code: Select all
...My%20Music...

Its really simple. but this part of the tutorial isnt very helpful...so I guess Ill just add more.
credz 2 MF for idea

Linking Images
Thanks to Kaspoogle, I now have added a tut on how tot add hyperlinks to your signatures/images.

Now, you understand the [img] and [url] coding...well, you should, if you dont, then dont even bother with this.

First, take an image.
HERE

Now, you take that, and put it into [img] codes.
Code: Select all
[img]http://i33.tinypic.com/2coihxg.jpg[/img]

http://i33.tinypic.com/2coihxg.jpg

Now, you need to take the [url] tags and add this to it:
Code: Select all
[url=http://i33.tinypic.com/2coihxg.jpg][img]http://i33.tinypic.com/2coihxg.jpg[/img][/url]



That should give you this, and if you click on the image, itll take you to the root of the image.
Image

NOTE: This can work with any valid URL address. Exmaple (darkdemon)
Code: Select all
[url=http://www.darkdemon.org][img]http://i33.tinypic.com/2coihxg.jpg[/img][/url]


Image

Hope this helped!

Centering
Centering something basically takes it from being left alligned, and centers it.
Not Centered
Centered


To center text, just highlight the text you want centered, and click the center button at the far right end of the toolbox thingy. Or if you don't want to, just type in [ center] (without space) put your text next, and close it with [/ center] (without space).

Code: Select all
[center]INSERT TEXT HERE[/center]


And you get this -------------->
INSERT TEXT HERE


Same basic principle goes for images. Just take the center tags and place them around an image link or an image with the [img] tags around it.
Example:

Code: Select all
[center][img]http://i33.tinypic.com/2coihxg.jpg[/img][/center]

To get:
Image

Droidz Stk's
Many of you in the Animation and Stickfigure section like this new feature, it allows you to link and show a .stk from the site's collection.

To do so, just enter the following code:
Code: Select all
[droidz-stk]STK # HERE[/droidz-stk]

You can find the stk's code by clicking the little green up arrow next to the link. This bring you straight to an easy link to embed the stk to the forum.
Example:
Code: Select all
[droidz-stk]15393[/droidz-stk]


Hiding Text
Hidden text is a lot like what other forums use for spoilers, but this helps keep large threads organised. In fact, this thread is organised by it. You're welcome *pedogreen*

Example:
Code: Select all
[hide]This text is hidden lol[/hide]


You should get this:
This text is hidden lol

Spoilers
What a corny title, it almost ruins this section, but I digress.
Spoilers hide text, and when the spoiler is highlighted with the mouse, the text is revealed. It is usually intended on forums for movie/game spoilers so that certain things wont be ruined for others.
But here, it is almost never used as that.
Example:
Code: Select all
[spoiler]If you see this text after highlighting it, good job![/spoiler]


And you should get this:
If you see this text after highlighting it, good job!

Strikethrough
This usually means that you take something back or are crossing it off of a list.

Here is an example:
Code: Select all
[strike]This text has been sliced in half, OMG![/strike]


You get:
This text has been sliced in half, OMG!

YouTube Vids
Embed YouTube videos into your post, I think that's pretty straight forward. Here's how it's done:

Code: Select all
[youtube]http://www.youtube.com/watch?v=_QyYaPWasos[/youtube]


You should get this (lolfunny):

------------------------------------------------------------------------------
Only Admins can add more BBCode.
What I have taught here is all of the basic BBCode examples, and how to use them. But this isnt everything, Administrators can make their own BBCode and give it their own meaning of it. But this is everything that can be done without an Admin making more. I hope this helped!!!

------------------------------------------------------------------------------

The end, if you feel I missed something, please tell me. I would be more than happy to add it to the thread.

------------------------------------------------------------------------------

Thats the end of my tutorial. Please vote on the poll and comment!

------------------------------------------------------------------------------
Last edited by Kris on Sun Jul 05, 2009 7:50 pm, edited 33 times in total.
Kris
Eggboy
Eggboy
 
Posts: 4324
Joined: Sat May 12, 2007 8:57 pm
  • Website
Top


Postby RelliK » Sun Aug 12, 2007 5:38 pm

Edited due to noob behavior.
Last edited by RelliK on Tue Jan 01, 2008 7:11 pm, edited 1 time in total.
User avatar
RelliK
Omegabert
Omegabert
 
Posts: 2842
Joined: Sun Jul 08, 2007 3:25 pm
Location: *pedogreen*
Top


Postby masterfurbix » Sun Aug 12, 2007 5:48 pm

finally, someone made a freaking bbcode tut
          Image
                    ^verge is mah bro^
User avatar
masterfurbix
ızɐu ƃıs
ızɐu ƃıs
 
Posts: 6239
Joined: Sat Dec 30, 2006 1:54 pm
Location: ƃoo ʇou
  • Website
  • YIM
Top


Postby Kris » Sun Aug 12, 2007 6:15 pm

masterfurbix wrote:finally, someone made a freaking bbcode tut

lol you're welcome! i noticed that u kept say mentioning that we needed one so....i went ahead and made one!


kick ass dude, major props to you
Image
My Blog | My DeviantArt | My Gamertag | The D.S.G.
Add my Gamertag, yo. (But tell me if you do)
Edit Style
Kris
Eggboy
Eggboy
 
Posts: 4324
Joined: Sat May 12, 2007 8:57 pm
  • Website
Top


Postby Obese Maurice » Sun Aug 12, 2007 6:35 pm

good job
i vote stickied
Image
User avatar
Obese Maurice
Robot Mountie
Robot Mountie
 
Posts: 5222
Joined: Wed May 30, 2007 9:53 pm
Location: Ur mam lol
Top


Postby Razorah » Sun Aug 12, 2007 7:09 pm

wow. nice tut.
thx it helped
This is the best signature in the whole freakin'
world. =D
User avatar
Razorah
Thug
Thug
 
Posts: 53
Joined: Sat Aug 11, 2007 9:04 pm
Location: Why do YOU need to know???
  • YIM
Top


Postby Fraz » Sun Aug 12, 2007 7:28 pm

You did lists wrong.

  • Thjs
  • Is
  • How
    • (how test showing)
  • I
  • Do
  • It


Code: Select all
[list]
[*]Thjs
[*]Is
[*]How[list][*](how test showing)[/list]
[*]I
[*]Do
[*]It
[/list]
Image
Image
User avatar
Fraz
Vladimir
Vladimir
 
Posts: 509
Joined: Sat Dec 09, 2006 1:23 pm
Top


Postby Razorah » Sun Aug 12, 2007 7:30 pm

whoa
why would you do list any way??
couldn't you just:

1.)
2.)
3.)

that would save WAY more time.
This is the best signature in the whole freakin'
world. =D
User avatar
Razorah
Thug
Thug
 
Posts: 53
Joined: Sat Aug 11, 2007 9:04 pm
Location: Why do YOU need to know???
  • YIM
Top


Postby Kris » Sun Aug 12, 2007 7:35 pm

Fraz wrote:You did lists wrong.

  • Thjs
  • Is
  • How
    • (how test showing)
  • I
  • Do
  • It

Code: Select all
[list]
[*]Thjs
[*]Is

[*]How[list][*](how test showing)[/list]
[*]I
[*]Do
[*]It
[/list]


Thanks a billion! I had no idea what the lists were! I changed it, I also gave u credz!
Image
My Blog | My DeviantArt | My Gamertag | The D.S.G.
Add my Gamertag, yo. (But tell me if you do)
Edit Style
Kris
Eggboy
Eggboy
 
Posts: 4324
Joined: Sat May 12, 2007 8:57 pm
  • Website
Top


Postby Fraz » Sun Aug 12, 2007 7:46 pm

You can also go

  1. Fraz
  2. Was
  3. Here
This also looks cool.

Code: Select all
[list=1]
[*]Fraz
[*]Was
[*]Here
[/list]


And of course

  1. Fraz
  2. Was
  3. Here

Code: Select all
[list=a]
[*]Fraz
[*]Was
[*]Here
[/list]
Image
Image
User avatar
Fraz
Vladimir
Vladimir
 
Posts: 509
Joined: Sat Dec 09, 2006 1:23 pm
Top


Postby Kris » Sun Aug 12, 2007 7:51 pm

Done and Done....thanks again for the proper tutorial!!
Image
My Blog | My DeviantArt | My Gamertag | The D.S.G.
Add my Gamertag, yo. (But tell me if you do)
Edit Style
Kris
Eggboy
Eggboy
 
Posts: 4324
Joined: Sat May 12, 2007 8:57 pm
  • Website
Top


Postby backfire » Sun Aug 12, 2007 8:54 pm

this should really be stickied 0_0

nice tut man
Recently on backfire .inc : viewtopic.php?f=4&t=31255
User avatar
backfire
Headchopper
Headchopper
 
Posts: 1934
Joined: Sun May 27, 2007 4:29 pm
Location: Member #1350
Top


Postby Tuukar » Sun Aug 12, 2007 8:55 pm

That was helpful even for me who's pretty used to forums and junk. I didn't know you could do a list thing. I vote sticky.
Image
http://www.youtube.com/watch?v=kUNCFFCk8Lc
Courtesy?
User avatar
Tuukar
Sanada Yukimura
Sanada Yukimura
 
Posts: 686
Joined: Sat May 12, 2007 3:00 pm
Location: XD
Top


Postby moderator » Sun Aug 12, 2007 10:56 pm

nice tutorial eggboy. it helped me a lot. now i can

make different texts with my replies/threads :). i didn't know that before.

maybe this will get stickied....
im am a robot voice*moderator*

not really
moderator
Here to stay
 
Posts: 48
Joined: Sun Aug 12, 2007 3:44 pm
Location: you don't wanna know....
Top


Postby flopiebaby » Mon Aug 13, 2007 2:25 am

thanxs for tutorial
Image
User avatar
flopiebaby
Original Wu
Original Wu
 
Posts: 104
Joined: Sun Aug 12, 2007 8:03 am
Location: somewhere
  • Website
  • ICQ
Top


Next

Topic locked
96 posts • Page 1 of 7 • 1, 2, 3, 4, 5 ... 7

Return to Tutorials & Art/Animation Help


Who is online

Users browsing this forum: No registered users and 0 guests


  • Board index
  • The team • Delete all board cookies • All times are UTC - 5 hours

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group