URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       evit3D
  HTML https://evit3d.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Archive
       *****************************************************
       #Post#: 231--------------------------------------------------
       BBCode Tips and Tricks
   DIR By: Raz
       Date: October 28, 2015, 1:29 am
       ---------------------------------------------------------
       Here is a list of some BBCode commands, because this forum is
       based mostly on BBCode, which means users will use it a lot
       (usually through the editing bar at the top when you make
       posts).
       BBCode is a simple code typically used in most forum style
       websites, this one included. It uses square brackets [] to
       input commands.
       [] Begins a command, and [/] ends a command. The text put
       inside of these brackets determines what command it will
       perform.
       You can copy & paste most of these commands from this reference
       page
  HTML http://www.bbcode.org/reference.php.
       Just remember that the
       squiggly brackets {} should be removed after you enter the
       required field.
  HTML http://orig00.deviantart.net/c8d5/f/2016/102/a/9/bold_by_evit_forum-d9yozi3.png
       Text put in between these brackets will be bolded. Emphasis!
  HTML http://orig00.deviantart.net/4909/f/2016/102/f/b/italicsbbcode_by_evit_forum-d9yozvn.png
       Text put in between these brackets will be italicized. Again,
       Emphasis!
  HTML http://orig08.deviantart.net/85e4/f/2016/102/9/2/underlinebbcode_by_evit_forum-d9yp0bs.png
       Text put in between these brackets will be underlined. Yet
       again, Emphasis!
  HTML http://orig11.deviantart.net/e5d6/f/2016/102/d/4/combinationonebbcode_by_evit_forum-d9yp0v7.png
       If you think it is needed, you can combine these together for
       maximum emphasis! Just look at the example.
  HTML http://orig11.deviantart.net/8491/f/2016/102/6/7/strikebbcode_by_evit_forum-d9yp1be.png
       Text put in between these brackets will be striked. Use it for
       things no longer relevant. just forget about it
  HTML http://orig10.deviantart.net/4248/f/2016/102/0/f/textsizebbcode_by_evit_forum-d9yp20c.png
       You can also change the size of your text. Like this! For the
       {number} part of the command you should put (pt) after your font
       size, like {12pt}. Putting (pt) after the number will allow the
       text size to use the same resizing as programs like Microsoft
       Word.
  HTML http://orig06.deviantart.net/043c/f/2016/102/4/c/centerbbcode_by_evit_forum-d9yp2ak.png
       Puting text inbetween these brackets will be centered. You can
       also replace "center" with "left" or "right" to move your text
       to the left or right of the post.
  HTML http://orig11.deviantart.net/7aad/f/2016/102/9/4/quotenamebbcode_by_evit_forum-d9yp2l3.png
       You can use this command to quote people and follow up with a
       response. There is already a quote button on the forum, so you
       probably won't use this typed out version. You could use this to
       misquote people if you really wanted to (but don't do that).
       [quote=Mr.Earl]I love the Assassin's Creed series. I really,
       really do.[/quote]
  HTML http://orig02.deviantart.net/5119/f/2016/102/5/1/youtubebbcode_by_evit_forum-d9yp38a.png
       Putting a URL to a Youtube video in between these brackets will
       put it directly on the post.
  HTML https://www.youtube.com/watch?v=_V2sBURgUBI
  HTML https://www.youtube.com/watch?v=_V2sBURgUBI
  HTML http://orig05.deviantart.net/bea5/f/2016/102/b/5/urlnamedbbcode_by_evit_forum-d9yp3su.png
       Normally you would just slap on a URL onto posts to link things,
       but with this handy command you can put text instead of a URL
  HTML http://crouton.net
       for your link!
       Now here's a important command!
  HTML http://orig13.deviantart.net/82ed/f/2016/102/e/7/imagebbcode_by_evit_forum-d9yp47a.png
       Putting in an image URL in between these brackets will show the
       image in the post. Also...
  HTML http://orig09.deviantart.net/defa/f/2016/102/7/d/usefulashellbbcode_by_evit_forum-d9yp7z7.png
       This command is very useful! With this you can resize images!
       Really understanding this command takes a minute, however.
       Notice the width={width} and the height={height} part of this
       command. Inside the {width} and {height} brackets you can put in
       a number. This number will mean how many pixels wide/tall the
       resized image will be. For example...
  HTML http://orig00.deviantart.net/6f0a/f/2016/102/a/0/callvinbunksdance_by_evit_forum-d9yp8a8.gif
       Let's say this image is too big and we need to make it 10% of
       its current size.
  HTML http://orig00.deviantart.net/bd25/f/2016/102/0/4/bbcodesizemeup_by_evit_forum-d9yp8jb.png
       If I open the image in Paint (or most photoediting programs) it
       will tell me the image is 300 pixels wide and 240 pixels tall.
       10% is equal to 0.1. Now we can multiply the image width and
       height by 0.1, which would make the 10% image 30 pixels wide and
       24 pixels tall.
  HTML http://orig02.deviantart.net/f9cf/f/2016/102/3/7/imagebbcodepromyman_by_evit_forum-d9yp7jx.png
       Here is what the command should look like with the original
       image URL and the new resized width and height.
       Now, let's see what it looks like in the post.
  HTML http://orig00.deviantart.net/6f0a/f/2016/102/a/0/callvinbunksdance_by_evit_forum-d9yp8a8.gif<br
       />Very small!
       You probably want to reduce your image proportions by 50% rather
       than 10% if you really need to resize your image.
       Do not have decimals in your image resize command. BBCode
       cannot read decimals. Just round decimals up to the nearest
       whole number.
       Also, don't include those dots in the copy & paste reference.
       Those dots will mess up the command.
       Getting back to other commands...
  HTML http://orig10.deviantart.net/c9c3/f/2016/102/1/7/colormybbcode_by_evit_forum-d9yp91x.png
       This command will let you color your text! Just put the color
       you want in the {colour} part of the command. Try to use the
       normal name for the colors you choose, and keep it easy on the
       eyes.
       Now for some things not listed in the reference page
  HTML http://www.bbcode.org/reference.php.
       You can mention people by putting the "@" symbol in front of
       their name.
  HTML http://orig05.deviantart.net/b46e/f/2016/102/c/e/bbcodeimagelinko_by_evit_forum-d9yp9co.png
       This command will allow images to link to somewhere when they
       are clicked on.
  HTML http://i.imgur.com/e3yqwJa.gif
  HTML http://tinyurl.com/evit3dbbguile
  HTML http://orig02.deviantart.net/18a4/f/2016/102/7/2/spoilerbbcode_by_evit_forum-d9yp9pm.png
       This command will put text in a spoiler area you have to
       rollover with your mouse to see.
       [spoiler]
  HTML http://orig09.deviantart.net/06a6/f/2016/102/3/8/hackermanstockmyass_by_evit_forum-d9ypad0.jpg
       You can put pictures in spoilers too.[/spoiler]
  HTML http://orig01.deviantart.net/b75f/f/2016/102/f/5/movingbbcode_by_evit_forum-d9ypai9.png
       Putting text in between these brackets will get it [move]to move
       across the post like this in a really obnoxious fashion.
       It stinks.
       [/move]
  HTML http://orig13.deviantart.net/85e5/f/2016/102/0/9/glowmybbcode_by_evit_forum-d9ypb55.png
       This command will allow your text to
       [glow=limegreen,2]glow[/glow]. Follow the color rules when
       putting in the {colour} option.
  HTML http://orig02.deviantart.net/8f26/f/2016/102/8/d/shadowhedgehogbbcode_by_evit_forum-d9ypba9.png
       This command will allow your text to have a shadow. This shadow
       can go either [shadow=yellow,left]left[/shadow] or
       [shadow=yellow,right]right[/shadow], depending on what you put
       into the {position} option, either {left} or {right}. Follow
       color rules when putting in the {colour} option.
  HTML http://orig13.deviantart.net/db84/f/2016/102/3/5/suppybbcode_by_evit_forum-d9ypbhi.png
       Putting text in between these brackets will make the text a
       little bit higher.
  HTML http://orig14.deviantart.net/e735/f/2016/102/a/2/subbybbcode_by_evit_forum-d9ypblw.png
       Putting text in between these brackets will make the text a
       little bit lower.
  HTML http://orig05.deviantart.net/ce7b/f/2016/102/d/7/bulletpointbbcode_by_evit_forum-d9ypbqo.png
       Putting in text after the square bracket will make it a bullet
       point. There is no [/] required for this command, to end it you
       just need to move to a new line (enter).
       [o]Pretty useful for listing things.
       [o]At least, I think so.
       And that is all I have to offer for now.
       Remember, these BBCode can be used in posts and in your
       signature. I hope you use some of these commands (especially
       that sweet resize image command). If you have any questions or
       confusion, let me know. Or someone who knows BBCode.
       [shadow=grey,left]Keep it clean.[/shadow]
       #Post#: 233--------------------------------------------------
       Re: BBCode Tips and Tricks
   DIR By: Rum0r
       Date: October 28, 2015, 8:00 am
       ---------------------------------------------------------
       What code do I use if I want to hack into the nsa computer
       network system?  8)
       #Post#: 260--------------------------------------------------
       Re: BBCode Tips and Tricks
   DIR By: Cearl
       Date: October 28, 2015, 2:59 pm
       ---------------------------------------------------------
       --- Quote from: R.A.Zirbes link ---
       >
       > Since the editing panel doesn't show up for most people
       (especially on the EVIT computers) I'll show off some BBCode
       stuff.
       >
       > BBCode is a simple code typically used in most forum style
       websites, this one included. It uses square brackets &#91;] to
       input commands.
       >
       > &#91;] Begins a command, and [/] ends a command. The text put
       inside of these brackets determines what command it will
       perform.
       >
       > You can copy & paste most of these commands from this
       reference page
  HTML http://www.bbcode.org/reference.php.
       Just remember that the
       squiggly brackets {} should be removed after you enter the
       required field.
       >
       >
       >
  HTML http://i.imgur.com/2Z3WA9X.png
       > Text put in between these brackets will be bolded. Emphasis!
       >
       >
  HTML http://i.imgur.com/AfQ29Mu.png
       > Text put in between these brackets will be italicized. Again,
       Emphasis!
       >
       >
  HTML http://i.imgur.com/aTemxd6.png
       > Text put in between these brackets will be underlined. Yet
       again, Emphasis!
       >
       >
  HTML http://i.imgur.com/CfPJ9Tw.png
       > If you think it is needed, you can combine these together for
       maximum emphasis! Just look at the example.
       >
       >
  HTML http://i.imgur.com/RtOZfBZ.png
       > Text put in between these brackets will be striked. Use it for
       things no longer relevant. just forget about it
       >
       >
       >
  HTML http://i.imgur.com/0ygvG0k.png
       > You can also change the size of your text. Like this! For the
       {number} part of the command you should put (pt) after your font
       size, like {12pt}. Putting (pt) after the number will allow the
       text size to use the same resizing as programs like Microsoft
       Word.
       >
       >
  HTML http://i.imgur.com/SXpwi4c.png
       > Puting text inbetween these brackets will be centered. You can
       also replace "center" with "left" or "right" to move your text
       to the left or right of the post.
       >
       >
  HTML http://i.imgur.com/EOe49kg.png
       > You can use this command to quote people and follow up with a
       response. There is already a quote button on the forum, so you
       probably won't use this typed out version. You could use this to
       misquote people if you really wanted to (but don't do that).
       >
       > [quote=Mr.Earl]I love the Assassin's Creed series. I really,
       really do.
       --- End Quote ---
  HTML http://i.imgur.com/YnMgtVn.png
       Normally you would just slap on a URL onto posts to link things,
       but with this handy command you can put text instead of a URL
  HTML http://i.imgur.com/BTzBFi8.jpg
       for your link!
       Now here's a important command!
  HTML http://i.imgur.com/KfEFjEs.png
       Putting in an image URL in between these brackets will show the
       image in the post. Also...
  HTML http://i.imgur.com/kg1zmjY.png
       This command is very useful! With this you can resize images!
       Really understanding this command takes a minute, however.
       Notice the width={width} and the height={height} part of this
       command. Inside the {width} and {height} brackets you can put in
       a number. This number will mean how many pixels wide/tall the
       resized image will be. For example...
  HTML http://i.imgur.com/sSi4WLA.gif
       Let's say this image is too big and we need to make it 10% of
       its current size.
  HTML http://i.imgur.com/3VT89OL.png
       If I open the image in Paint (or most photoediting programs) it
       will tell me the image is 300 pixels wide and 240 pixels tall.
       10% is equal to 0.1. Now we can multiply the image width and
       height by 0.1, which would make the 10% image 30 pixels wide and
       24 pixels tall.
  HTML http://i.imgur.com/i7hMOA8.png
       Here is what the command should look like with the original
       image URL and the new resized width and height.
       Now, let's see what it looks like in the post.
  HTML http://i.imgur.com/sSi4WLA.gif
       Very small!
       You probably want to reduce your image proportions by 50% rather
       than 10% if you really need to resize your image.
       Do not have decimals in your image resize command. BBCode
       cannot read decimals. Just round decimals up to the nearest
       whole number.
       Also, don't include those dots in the copy & paste reference.
       Those dots will mess up the command.
       Getting back to other commands...
  HTML http://i.imgur.com/99XpobG.png
       This command will let you color your text! Just put the color
       you want in the {colour} part of the command. Try to use the
       normal name for the colors you choose, and keep it easy on the
       eyes.
       Now for some things not listed in the reference page
  HTML http://www.bbcode.org/reference.php.
  HTML http://i.imgur.com/LkWWar5.png
       This command will put text in a spoiler area you have to
       rollover with your mouse to see.
       [spoiler]
  HTML http://i.imgur.com/R7GTRCq.jpg
       You can put pictures in spoilers too.[/spoiler]
  HTML http://i.imgur.com/mJmWtTr.png
       Putting text in between these brackets will get it [move]to move
       across the post like this in a really obnoxious fashion.
       Please try to not do this, if at all.
       [/move]
  HTML http://i.imgur.com/7U7LNyX.png
       This command will allow your text to
       [glow=limegreen,2]glow[/glow]. Follow the color rules when
       putting in the {colour} option.
  HTML http://i.imgur.com/jY9em1L.png
       This command will allow your text to have a shadow. This shadow
       can go either [shadow=yellow,left]left[/shadow] or
       [shadow=yellow,right]right[/shadow], depending on what you put
       into the {position} option, either {left} or {right}. Follow
       color rules when putting in the {colour} option.
  HTML http://i.imgur.com/3v1l0aq.png
       Putting text in between these brackets will make the text a
       little bit higher.
  HTML http://i.imgur.com/P8HlYqF.png
       Putting text in between these brackets will make the text a
       little bit lower.
       And that is all I have to offer for now.
       Remember, these BBCode can be used in posts and in your
       signature. I hope you use some of these commands (especially
       that sweet resize image command). If you have any questions or
       confusion, let me know. Or someone who knows BBCode.
       [shadow=grey,left]Keep it clean.[/shadow]
       [/quote]
       *****************************************************
       Page 1 of 1