Hello guys this is my second guide in my entire SARP history. Recently I've noticed people don't know how to use proper BBCode (ex. IMG tags, spoilers..). I've dediced to make a guide about it to avoid people who don't know how to make something with BBCode posting irrelevant community assistance threads and because I can explain it better here than in a post on a thread. I'm going to go from the most basic BBCodes to the other ones in my guide. Thanks!




What is BBCode?

BBCode is a code that is usually used on forums and/or websites. It's a simple code with many functions and it's easy to do. There are many BBCodes. But every BBCode has the same system. You have to write a BBCode down in brackets
HTML Code:
[B]
and you need to finish it if you want you text to appear bold (in this case);
HTML Code:
[B][/B]
That's starting and finishing. Now the middle. In the middle of the BBCode you have to put text;
HTML Code:
[B]Now this text here will be bold[/B]
Spoiler!
Not every forums have the same BBCodes because they don't all use the same versions and same forum




Basic & Most Used BBCodes

Alright I'll start with the basic BBCodes that many people know, but some still don't from what I've seen. Let me start;

Color BBCode is used to change the color of the text you've wrotten. It's simple to use. You can put the default color names to the code like this
HTML Code:
[COLOR=RED][/COLOR]
or you can use the color IDs such as this
HTML Code:
[COLOR=#FF0000][/COLOR]
The outcome is the same since color ID #FF0000 "represents" the red color. You can get many many color IDs on color generator websites aswell.
Spoiler!





There are also font BBCodes which change how the font looks like. We know many of the fonts on vBulletin forums and also on other forums, you may press the bar above which is tagged by "Font" and you can scroll for fonts. Alright so the Font BBCode uses text only, no numbers like the color one. For example, we want to make this text;
HTML Code:
Hello, my name is Alan Brookside
in hmm, Impact font. You simply type
HTML Code:
[FONT=Impact]Hello, my name is Alan Brookside[/FONT]
and it should come out like this;
Spoiler!
Remember, you can still browse for fonts over google and you can include them here.




There are also size BBCodes, which make the text size bigger or smaller. Example, on our forums the biggest size you can put it size 7. You can use the size BBCode like this;
HTML Code:
[SIZE=(1-7 here)]Hello I am Alan Brookside[/SIZE]
And if I put 5 for example, [SIZE=5]Hello I am Alan Brookside[/SIZE]
It should come up like this;
Spoiler!





We also know the align BBCodes (center, left or right). You can simply use them like every other BBCode. Example, you can use right BBCode like this;
HTML Code:
[right]Hello I am Alan Brookside[/right]
and it should come up like this;
Spoiler!





There are also bold, italic and underscored font types, if I can say call them like this. They're used same as the any other BBCodes. If you want to make an underscore under your text, you can do this;
HTML Code:
[U]Hello I am Alan Brookside[/U]
It should come up like this;
Spoiler!

There's also a custom BBCode called st which is used to cross the text, like this;
HTML Code:
[ST]Hello I am Alan Brookside[/ST]
And you should get this out of it;
Spoiler!
[I]Be free to use the italic BBCode () and the bold BBCode ([B]). I'm not going to put just everything here.




People mostly also use spoiler BBCode and the code BBCode. Spoiler is actually a box in which you can put everything on your post, you can open and close in order to see its contents. You can use spoiler like this;
HTML Code:
[S]Hello I am Alan Brookside[/S]
You should get this;
Spoiler!
Although if you want to edit your text, such as font, color and stuff like that and put it in a spoiler, be free to do it. For example, I'll put a green color and a text size 3;
HTML Code:
[S][SIZE=3][COLOR=GREEN]Hello I am Alan Brookside[/COLOR][/SIZE][COLOR=GREEN][/COLOR][/S]
And I will get this out;
Spoiler!
Although, the html BBCode is a code that allows you to post inside the BBCode which doesn't work. I'll explain more, for example, if you have a spoiler and you put inside this;
HTML Code:
[b]Hello I am Alan Brookside[/b]
-the [b] disappears and it just changed the text from normal to bold one. But if you use the html BBCode and you post this inside;
HTML Code:
[B]Hello I am Alan brookside[/B]
-nothing happens as you can see. It's usually used for some formats (ex. family application).




Now, we're getting to the attachments (ex. images, videos..). They're also simple to add. If you want to, let's say, attach a screenshot in your post, you can simply take a screenshot ingame by pressing F8. You need to go to imgur.com (recommended website) and click the upload button, you can either drag pictures or found them on your computer (Documents - GTA SA User Files - SAMP - screens - select one). Click upload and when it uploads, you can simply find the "BBCode" link and copy it, paste it into the chat like this;
HTML Code:
[img]http://imgur.com/imagelink.png(or .jpg)[/img]
Videos are acceptable but not all of the sites. Since I've noticed that youtube is bugged at the moment, I use www.vimeo.com. After you upload a video (I recommend vimeo, it's simple), you can use this to put it on the forums;
HTML Code:
[video]http;//vimeo.com/videocodehere[/video]



Alright guys I hope I've helped some of you, if you don't understand something feel free to post it here or message me anyhow, this isn't the whole list of the BBCodes that exist. Thanks!