The Super Easy Beginners Guide to BBcode!
Hello hello! Loki here, and if you don’t know much about coding, neither do I! I’m one of those people that likes to figure things out, but it’s difficult, and sometimes you need help! I had to ask for help for my Signature! And take a look at it, I’m so proud! I got my Adoption and Hatchery logo into mine.
If you do need help, but want to do your signature by yourself, this is a simplified guide on how to get your Signature looking good and working great!
Up first…
Basics of BBcode
BBcode is what FR uses to make your forum posts pop, it’s what makes your letters look good. First off, BBcode is always activated by brackets with a code word placed inside. They look like this: [word]. That is the opening code brackets. The closing code brackets contain a forward slash, and a code word. That is how the code knows it is to run. The closing code brackets look like this: [/word]. To display the coding, I will replace ‘word’ with ‘code.’
Simple BBcodes for every use:
Bold:
This one is actually rather simple as there’s a shortcut in the toolbar. It looks like this:B
However, if you need to know how to code it, here’s how:
Code:
[b]These words are in bold![/b]
These words are in bold!
Italics:
This one is actually rather simple as there’s a shortcut in the toolbar. It looks like this: I
Just in case you need it though, here’s how to code that!
Code:
[i]These words are in italics![/i]
These words are in italics!
Underline:
This one has a toolbar shortcut as well, it looks like this: U
You can code this by doing this:
Code:
[u]These words are underlined![/u]
These words are underlined!
Indent:
This one can be found at the fourth button in.
It can be coded by:
Code:
[indent]These words are indented![/indent]
These words are indented!
Text Orientation Left
This makes your text appear from left to right, closer to the left side, which is the way this post is set up. The shortcut is the fifth button in.
This can be coded by:
Code:
[left]This text is on the left![/left]
This text is on the left!
Text Orientation Center
This makes your text appear in the center of your page. Shortcut is the sixth button in.
This can be coded by:
Code:
[center]This text is on the center![/center]
This text is in the center!
Text Orientation Right
This makes your text appear on the right side of your page. It is the seventh button in.
You can code this by:
Code:
[right]This text is on the right![/right]
This text is on the right!
URL and Links
There are a couple versions of this one, the simplest with the shortcut on the eighth button.
This simpler version can be coded by:
Code:
[url] https://www1.flightrising.com/[/url]
https://www1.flightrising.com
The second version isn’t too difficult either, it sort of just has another step! For this one, instead of seeing an ugly link, you can label the link.
This can be coded by:
Code:
[url=https://www1.flightrising.com/]Flight Rising Main[/url]
Flight Rising Main
Images:
Images were super difficult for me to get coded, which is one of the reasons that I am making this super simple guide. Of you look up any post, it will only tell you the code, and I would use the code, only to find that my image didn’t load in. It took me asking for answers to find that for an image to work, it HAS to end in ‘.png’ in the link. Yes, I said link. The best way to get a ‘.png’ link is to go to discord, send the image in a channel, (make sure the image isn’t deleted as that could cause link problems), click on the image, hit share, and THEN copy the link. You will then add the image BBcodes.
The image code should look something like this:
Code:
[img]https://media.discordapp.net/attachments/1110634159145234482/1110635620692398201/IMG_0263.png[/img]

**You can also post images of your dragons! Go to your dragon’s profile, hit the share button, copy the WIDGET. The widget is pre-coded and can just be pasted directly to your forum.
Example Widget using Dappleclaw from my clan:
Code:
[url=https://www1.flightrising.com/dragon/65131699][img]https://www1.flightrising.com/rendern/350/651317/65131699_350.png[/img][/url]

Fun fact about the dragon Widgets, the widget links update with your dragon! So if you add or take off apparel, the Widget image updates too! It’s also a direct link to that dragon in your lair.
Flight Rising Emojis:
This can be found in the 10th button! There isn’t much coding to it, but you can change the size of an emoji by changing the number value.
Code:
[emoji=name size=1]
Numbers and Bullets:
These are both used for list purposes, and can be found in the buttons above. Buttons 11 (numbers) and 12 (bullets).
This can be coded by:
Code:
[LIST=1]
[*]This
[*]is
[*]a
[*]numbered
[*]list!
[/LIST]
- This
- is
- a
- numbered
- list!
OR
Code:
[LIST]
[*]This
[*]is
[*]a
[*]bulleted
[*]list!
[/LIST]
- This
- is
- a
- bulleted
- list!
Quotes:
This can be done by pinging the person you’re quoting and copying a line/post. Remember the brackets from earlier that I said I was putting the word ‘code’ into? It’s the same thing, but with the word ‘quote’ instead.
Quote:
This is a quote example.
Strikethrough:
This can be found up in the toolbar:
Coding is simple:
Code:
[s]This sentence has strikethrough.[/s]
There are several more things to know but these are the basics! I will update this post as I learn more as well, so bookmark this to know when to come back for more BBcode Lessons!
This post was made by Loki!