You are encouraged to register; once you register you will be able to post messages, set your own preferences, and maintain a profile.

Some of the features that generally require registration are subscriptions, changing of styles, accessing of your Personal Notepad and emailing forum members."; // Help Document 2 $l['d2_name'] = "Updating Profile"; $l['d2_desc'] = "Changing your data currently on record."; $l['d2_document'] = "At some point during your stay, you may decide you need to update some information such as your instant messenger information, your password, or your email address. You may change any of this information from your user control panel. To access this control panel, simply click on the link in the upper left hand corner of most any page entitled \"User CP\". From there, simply choose the appropriate link under the \"Your Profile\" section and change or update any desired items, then proceed to click the submit button located at the bottom of the page for changes to take effect."; // Help Document 3 $l['d3_name'] = "Use of Cookies on MyBB"; $l['d3_desc'] = "MyBB uses cookies to store certain information about your registration."; $l['d3_document'] = "MyBB makes use of cookies to store your login information if you are registered, and your last visit if you are not.

Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk.

Cookies on this forum also track the specific topics you have read and when you last read them.

To clear all cookies set by this forum, you can click here."; // Help Document 4 $l['d4_name'] = "Logging In and Out"; $l['d4_desc'] = "How to login and log out."; $l['d4_document'] = "When you login, you set a cookie on your machine so that you can browse the forums without having to enter in your username and password each time. Logging out clears that cookie to ensure nobody else can browse the forum as you.

To login, simply click the login link at the top right hand corner of the forum. To log out, click the log out link in the same place. In the event you cannot log out, clearing cookies on your machine will take the same effect."; // Help Document 5 $l['d5_name'] = "Posting a New Thread"; $l['d5_desc'] = "Starting a new thread in a forum."; $l['d5_document'] = "When you go to a forum you are interested in and you wish to create a new thread (or topic), simply choose the button at the top and bottom of the forums entitled \"New Thread\". Please take note that you may not have permission to post a new thread in every forum as your administrator may have restricted posting in that forum to staff or archived the forum entirely."; // Help Document 6 $l['d6_name'] = "Posting a Reply"; $l['d6_desc'] = "Replying to a topic within a forum."; $l['d6_document'] = "During the course of your visit, you may encounter a thread to which you would like to make a reply. To do so, simply click the \"New Reply\" button at the bottom or top of the thread. Please take note that your administrator may have restricted posting to certain individuals in that particular forum.

Additionally, a moderator of a forum may have closed a thread meaning that users cannot reply to it. There is no way for a user to open such a thread without the help of a moderator or administrator."; // Help Document 7 $l['d7_name'] = "MyCode"; $l['d7_desc'] = "Learn how to use MyCode to enhance your posts."; $l['d7_document'] = "You can use MyCode, also known as BB Codes to add effects or formatting to your posts. MyCodes are a simplified version of HTML and is used in a similar format to HTML tags which you may already be familiar with.

The table below is a quick guide of the MyCodes available:

Input Output Notes
[b]This text is bold[/b] This text is bold
[i]This text is italicized[/i] This text is italicized
[u]This text is underlined[/u] This text is underlined
[s]This text is struck out[/s] This text is struck out
[url]http://www.example.com/[/url] http://www.example.com/ URLs will auto-link if proper protocol is included (vaild protocols are http, https, ftp, news, irc, ircs and irc6).
[url=http://www.example.com/]Example.com[/url] Example.com
[email]example@example.com[/email] example@example.com
[email=example@example.com]E-mail Me![/email] E-mail Me! A subject can be included by adding ?subject=Subject Here after the email address.
[quote]Quoted text will be here[/quote]
Quote:Quoted text will be here
[quote='Admin' pid='1' dateline='946684800']Quoted text will be here[/quote]
(01-01-2000, 12:00 AM)Admin Wrote: Quoted text will be here
This format is used when quoting posts. pid links to a post, dateline is a UNIX timestamp.
[code]Text with preserved formatting[/code]
Code:
Text with preserved formatting
[php]<?php echo \"Hello world!\";?>[/php]
PHP Code:
<?php echo \"Hello world!\";?>
[img]https://secure.php.net/images/php.gif[/img]
[img=50x50]https://secure.php.net/images/php.gif[/img] Format is width x height
[color=red]This text is red[/color] This text is red Can use either CSS color name or HEX code.
[size=large]This text is large[/size] This text is large Acceptable values: xx-small, x-small, small, medium, large, x-large, xx-large
[size=30]This text is 30px[/size] This text is 30px Accepts number from 1 to 50
[font=Impact]This font is Impact[/font] This font is Impact Font must be installed on your computer
[align=center]This is centered[/align]
This is centered
Acceptable values: left, center, right, justify
[list]
[*]List Item #1
[*]List Item #2
[*]List Item #3
[/list]
  • List item #1
  • List item #2
  • List Item #3
[list=1]
[*]List Item #1
[*]List Item #2
[*]List Item #3
[/list]
  1. List item #1
  2. List item #2
  3. List Item #3
1 can be used for a numbered list, a can be used for an alphabetical list, i for a roman numerals list.
A line that[hr]divides A line that
divides
[video=youtube]https://www.youtube.com/watch?v=dQw4w9WgXcQ[/video] Currently accepts Dailymotion, Facebook, LiveLeak, Metacafe, Mixer, MySpace TV, Twitch, Vimeo, Yahoo Videos and YouTube.


In addition, administrators may have created more MyCodes for use. Please contact an administrator to find out if there are any and on how to use them.";