FANDOM


Basic InfoEdit

You may have wondered to yourself: "Hey. I just joined this forum, but I have no idea what a forum is, or how to use it. What now?" Well, here's your answer...

What is a forum?Edit

This is a Bulletin Board Forum. That means that it is a place where people post messages to each other. These messages are organized in threads (sometimes called topics), which are individual conversations, and the threads are organized in forums and subforums, which are categories of subject matter. When you look at the main page, you will see a number of forums available, from News to Serious Discussion. These forums will have all the threads on each topic, and you can go into the forum, go into a thread, and start reading, or even post your own response to the conversation with a "Reply". You can find out more about the things to do on the Forum Hub.

One of the main benefits of this type of structure is that you can hold many long discussions, with lots of people, and it doesn't matter how long it takes for any one person to join in - the conversation will sit there waiting for more to happen.

Basic InstructionsEdit

Clicking on the names of the forums on the main page will take you into that forum, so click on "Welcome" for now. This brings you to the Welcome Forum. You will see a bunch of threads from all the other people who have joined recently. If you need a reminder of some things, you can read the thread Attention New Users!, otherwise, just click on "POST TOPIC". Type "Hi" or something similar in "Subject:", and then you can write a little about yourself in the big box. Smilies are to the right - just click on one to add it to your post. BBCodes buttons are above, but we'll get to those in a minute. When you are done, click on "Submit", and there you go. You've made your first post!

BBCodesEdit

Main Page: BBCode

Here's a brief overview of the subject, since a full treatment deserves its own page...

BBCode is the Forum's way of adding the functionality of the Internet (through a structure like HTML) to your posts. It is generally done through tags that are surrounded by square brackets [ ]. (And if you're curious about why we're doing all this, read this article.)

If you know anything about HTML, you will already be familiar with tags, and a number of BBCodes are literally the same as the HTML tags, just replacing the greater than and less than with square brackets. Stuff like bolding with <b>bolded text</b> works exactly the same here as [b]bolded text[/b] For everyone else, the short version is that a tag is surrounded by the specified symbols, and has an opening form, which is simply the name of the tag, and an ending form, which is a forward slash and the name of the tag. (So, [b] to start a section, and [/b] to end it - whatever is in between the two is bolded.)

In the posting page, there are buttons above the textbox. You can click on them and they will put a copy of the code in your page, and then you can fill it with whatever text you want, or if there is already text entered, select the text you want to change and then click the button, and the BBCode will be wrapped around your selection.

These are the most common BBCodes, and the stuff you will be using at first, as you get used to all of this:

Basic Styling:

  • Bold
  • Italics
  • Underline
[b]Bolded Text[/b],
[i]Italics Text[/i],
[u]Underlined Text[/i]

Bolded Text,
Italics Text,
Underlined Text

Link

[url]http://www.google.com[/url]
[url=http://www.google.com]Go to Google[/url]

http://www.google.com
Go to Google

Image

[img]address of image[/img]

For Example:

[img]http://tinyurl.com/q47sat9[/img]

Icon e awesome

Much more is covered on the main page.

Advanced InfoEdit

User Position Color CodesEdit

(Last update: July 16, 2015 by Doram, Original by fourinone)

Current ColorsEdit

  • Site Admin - #EE0000
  • Global Moderator - #00AA00
  • Moderator - #FF6600
  • Level Mod - #00CCFF "Bubblegum Blue" or "Toothpaste Blue"
  • User Representative - #9933CC "blurple"
  • Member - #1280FF

Retired ColorsEdit

  • Anime Mod - #66CCFF
  • Wiki Mod - #996633
  • Level Mod (old) - #99FFFF
  • Level Mod (old) - #00FF66
  • Story Mod (old - final) - #FF3399
  • Story Mod (old) - #FFFFFF
  • Story Mod (old) - #0033FF
  • Honorary Member(old - final) - #FFCC33
  • Honorary Member (old) - #FFCC00
  • Honorary Member (old) - #FFFF33
  • Member (old) - #AAAAFF "Suicide Blue"
  • Member (in chat) - #5D8FBD
  • April Fools 2011 - #FF00CC
  • [SYSTEM] - #808080

Other colorsEdit

  • Forum background - #333333/#444444 (alternating)

Anchor BBCode GuideEdit

Table BBCode GuideEdit

Community content is available under CC-BY-SA unless otherwise noted.