Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Guide through Diverse Box filter_list
Author
Message
Guide through Diverse Box #1
Hello their members of DB. This thread will help you with your questions and confusions.
This thread will point you out to the important pages of DB. This will also tell you how to use the MyBB Codes that will help you.


Help Documents
  • This is the page where site policies and rules are listed. I recommend new members to read it before posting.

Forum team
  • This page has the complete list of the current staff members. Feel free to contact any staff if you need help or report an abusive member or anything. Although I would recommend you to read the
    Help Docs first before you PM staff.

Upgrading
  • This will redirect you to the upgrade page where you can buy VIP.

    Benefits of upgrading to VIP:
    • Yellow username
    • Five yellow stars
    • Additional 150 message quota (250 total)
    • +3/-3 reputation
    • Access to hidden forums (VIP forum)
    • Can track private messages
    • Can see hidden users in the online list
    • Can delete own posts
    • Can undo votes in polls
    • Can change username
    • Can have a custom user title

      Period:
      5 years
      Price: $14.99
      (Click Here for more info.)

      [/spoiler]
      Board Statistics
      • This page will let you see Diverse Box's statistics. Here you will see the top poster of the day and other information. Like the newest member who registered.

      New Points
      • Credits is DB's unique currency system which you can use to trade or gamble with other members. You can also buy something in the Shop or test your luck by gambling with other members.
        (Click Here to go to the gambling page.)

      Other Information

      Ranks:
      [WIP]

      Awards
      • Just like any other forum Diverse Box has it's very own award system. You can check out the list of awards here You can earn an award if the administrator thinks you deserve it. You can not request an award to staff unless you've earned it. Read the awards description to know how you can earn it.


      Guide To Become a HQ Member
      • So what is HQ? HQ means High Quality, to be a HQ member you should learn to do the following.
        • Write with exceptional grammar
        • Respect staff & other members
        • Patience
        • Maturity
        If you learn to do those you will be considered as a HQ member. You can also be HQ if you contribute to the forum by posting HQ content, doing giveaways, donating, upgrading, etc. You don't have to do all that things, I just want you to know how to be a HQ member and not get in trouble.



      MyCode Directory
      Syntax

      Code:
      [b]TEXT[/b]
      [i]TEXT[/i]
      [u]TEXT[/i]
      [s]TEXT[/i]

      Examples

      Code:
      [b]Bold text[/b]
      [i]Italicized text[/i]
      [u]Underlined text[/u]
      [s]Strikethrough text[/s]

      Results

      Bold text
      Italicized text
      Underlined text
      Strikethrough text

      Syntax


      Code:
      [size=SIZE]TEXT[/size]

      Examples

      Code:
      [size=xx-small]XX-Small[/size]
      [size=x-small]X-Small[/size]
      [size=small]Small[/size]
      [size=medium]Medium[/size]
      [size=large]Large[/size]
      [size=x-large]X-Large[/size]
      [size=xx-large]XX-Large[/size]

      Results
      XX-Small
      X-Small
      Small
      Medium
      Large
      X-Large
      XX-Large

      Syntax

      Code:
      [font=NAME_OF_FONT]TEXT[/font]

      Examples
      Code:
      [font=Tahoma]This is in Tahoma[/font]
      [font=Courier]This is in Courier[/font]

      Results
      This is in Tahoma
      This is in Courier

      Syntax

      Code:
      [color=THE_COLOR]TEXT[/font]

      Examples

      Code:
      [color=red]This is red[/color]
      [color=green]This is green[/color]
      [color=#0000FF]This is blue, in Hex form[/color]
      Results
      This is red
      This is green
      This is blue, in Hex form

      Syntax

      Code:
      [align=POSITION]

      Examples
      Code:
      [align=left]Left-aligned[/align]
      [align=center]Center-aligned[/align]
      [align=right]Right-aligned[/align]
      [align=justify]Justified[/align]
      Results

      Left-aligned

      Center-aligned

      Right-aligned

      Justified

      (Justified is more noticeable when there are large blocks of text. )

      Syntax

      Code:
      [code]CODE HERE[/code]

      Examples

      Code:
      [code]<div class="menu">Text Here..             <- Those spaces won't be merged</div>[/code]

      Code:
      [code]<a href="http://domain.com/">Text Here..</a>[/code]

      Results
      Code:
      <div class="menu">Text Here..           <- Those spaces won't be merged</div>
      Code:
      <a href="http://domain.com/">Text Here..</a>

      Syntax

      Code:
      [php]PHP CODE HERE[/php]

      Examples

      Code:
      [php]<?php echo "Hi!"; ?>[/php]

      Code:
      [php]<?php
      // Comment
      $mybb->user['var'] = "Hi";  ?>[/php]

      Results
      PHP Code:
      <?php echo "Hi!"?>
      PHP Code:
      <?php 
      // Comment
      $mybb->user['var'] = "Hi";  
      ?>

      Syntax

      Code:
      [img]http://example.com/image.gif[/img]

      Code:
      [img=WIDTHxHEIGHT]http://example.com/image.gif[/img]

      Examples

      Code:
      [img]http://wiki.mybb.com/images/e/ea/Logo.gif[/img]

      Code:
      [img=100x33]http://wiki.mybb.com/images/e/ea/Logo.gif[/img]

      Results
      [Image: Logo.gif]
      [Image: Logo.gif]

      Syntax

      Code:
      [attachment=ATTACHMENT_ID]

      Examples

      NOTE: This shortcut only works for attachments that are attached to the post you are writing. It does not allow you to include attachments from other posts.

      Syntax

      Code:
      [url]http://example.com[/url]

      Code:
      [url=http://example.com]Title[/url]

      Examples

      http://diversebox.net

      ChitnChat

      Results
      http://diversebox.net
      Diverse Box

      Syntax


      Code:
      [email]example@example.com[/email]

      Code:
      [email=example@example.com?subject=work]Link text[/email]

      Examples


      Code:
      [email]example@example.com[/email]

      Code:
      [email=example@example.com]E-mail Me![/email]

      Code:
      [email=example@example.com?subject=spam]E-mail with subject 'spam'[/email]

      Results
      example@example.com
      E-mail Me!
      E-mail with subject 'spam'
      Syntax

      Code:
      [list]
      [*]List Item #1
      [*]List Item #2
      [*]List Item #3
      ...
      [/list]

      Examples

      Code:
      To Do:
      [list]
      [*]Fix the boiler
      [*]Buy:
        [list]
        [*]Eggs
        [*]Milk
        [/list]
      [*]Call mother
      [/list]

      (The indentation of the inner list is only for readability, it is not required)

      Results
      To Do:
      • Fix the boiler
      • Buy:
        • Eggs
        • Milk
      • Call mother

      Syntax

      Code:
      [list=1]
      [*]List Item #1
      [*]List Item #2
      [*]List Item #3
      ...
      [/list]

      Examples

      Code:
      To Do:
      [list=1]
      [*]Fix the boiler
      [*]Buy eggs & milk
      [*]Call mother
      [/list]

      Results
      To Do:
      1. Fix the boiler
      2. Buy eggs & milk
      3. Call mother

      Syntax

      Code:
      [list=a]
      [*]List Item #1
      [*]List Item #2
      [*]List Item #3
      ...
      [/list]

      Examples

      Code:
      To Do:
      [list=a]
      [*]Fix the boiler
      [*]Buy eggs & milk
      [*]Call mother
      [/list]

      Results
      To Do:
      1. Fix the boiler
      2. Buy eggs & milk
      3. Call mother

      Syntax
      Code:
      (c)
      (TM)
      (R)

      Result
      ©

      ®

      Syntax
      Code:
      [spoiler]TEXT[/spoiler]
      Code:
      [spoiler=TEXT]TEXT[/spoiler]

      Examples
      Code:
      [spoiler]Surprise![/spoiler]
      Code:
      [spoiler=Where am I]Here I am![/spoiler]

      Result
      Spoiler:
      Surprise!
      Spoiler: Where am I?
      Here I am!

      I hope I will help a lot of members with this thread.
[Image: dHJ4Beo.gif]
Hidden Lesson: Reactions are always instinctive whereas responses are always well thought of.

Reply

RE: Guide through Diverse Box #2
Nice thread, needs a few edits to make it more for DB?
Aim: auth@basedgod.co


[Image: first_animat_by_authworks-d6v9j2u.gif]

Reply

RE: Guide through Diverse Box #3
(10-21-2013, 06:14 PM)Villain Wrote: Nice thread, needs a few edits to make it more for DB?

Yes, gonna update this once everything is done. Right now a lot is still missing.
[Image: dHJ4Beo.gif]
Hidden Lesson: Reactions are always instinctive whereas responses are always well thought of.

Reply

RE: Guide through Diverse Box #4
Thanks for making this useful compilation of different stuff on this forum, I appreciate that you made this thread as it's kind of helpful. Smile

Reply

RE: Guide through Diverse Box #5
Just waiting for the sticky to be addedWink
Aim: auth@basedgod.co


[Image: first_animat_by_authworks-d6v9j2u.gif]

Reply

RE: Guide through Diverse Box #6
Nice thread, OversouL! This should help out a couple of our newer members.

Reply

RE: Guide through Diverse Box #7
Nice thread OversouL. This should be stuck!

Reply

RE: Guide through Diverse Box #8
Reading the help documents would also help you with BBCode: http://diversebox.net/misc.php?action=help&hid=7

Nevertheless, OversouL, great thread! Smile

Reply

RE: Guide through Diverse Box #9
Great thread OversouL!

Reply

RE: Guide through Diverse Box #10
Although this is the ultimate copypasta, it's a good guide that will help newbies to forums.

Reply







Users browsing this thread: 1 Guest(s)