Conquer Club

The Forum Tips/How-To Thread

Talk about all things related to Conquer Club

Moderator: Community Team

Forum rules
Please read the community guidelines before posting.

Spoilers & CCTime & Game Auto-Join Links

Postby rdsrds2120 on Mon Apr 04, 2011 11:41 am

Spoilers & CCTime & Auto-Join Links(rds addition)

Spoilers
Ever have a list of things you need to show, but don't want a mile-high post? Well, we have a solution for that.

show: Explanations and Whatnot


CCTime
Since ConquerClub has people from all around the globe, the site has decided to take a standard time to clear confusion. CCTime is EST (GMT -5), and has a tag to help illustrate this.

The following code:
Code: Select all
[Time]2010-12-27 12:00:00[/Time]

Will yield: CC Time: 2010-12-27 12:00:00. The format a CCTime tag needs to be in is:

yyyy-mm-dd hh-mm-ss (year, month, day, hours, minutes, seconds)
CCTime also assumes a 24 hour calendar, so for 2PM, the hour would be 12+2 = 14

Game Auto-Join Links
This is mostly applicable to Tournament Games and the Callouts section of the forum, but nonetheless, good to know about. If sending someone a game, you can send them an auto-join link with the following code:
Code: Select all
[to]GAMENUMBER PASSWORD[/to]
which will give you something like this: View Game 8452370 (Auto-Join Game)
User avatar
Corporal 1st Class rdsrds2120
 
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am

How To Edit Your Avatar

Postby rdsrds2120 on Mon Apr 04, 2011 11:42 am

How to Setup your Avatar

You know that little 100x100 pixel image people have to show themselves? Well, you can have one, too :)

First, you need to download the image you want as your avatar. If it isn't 100x100 exactly, that's ok. Many pictures get shrunk down to the necessary size to fit ;)

Once you have it saved onto your computer in a place you can remember, go to:
    --------> "Control Panel" --> "Profile" --> "Edit Avatar"

Or just click this link:Edit Avatar

Click "Choose File", select your image you would like as your avatar, and you're set!!
User avatar
Corporal 1st Class rdsrds2120
 
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am

Signatures

Postby rdsrds2120 on Mon Apr 04, 2011 11:43 am

How To Set Up Your Signature and Some Common Troubleshooting

First, when deciding to use a signature, know that ConquerClub has a signature size limit. Your signature (including all text, pictures, links, etc.,) must be at MOST 150 pixels high, and at MOST 600 pixels wide in resolution. Here is an example box to match your signature size against:

Image

Now, to access your signature editing tool, go to:

    --------> "Control Panel" --> "Profile" --> "Edit Signature"

Or just click this link:Edit Signature

COMMON ISSUE: Sometimes, people don't have the right settings to allow signatures to appear in their posts. Here are the most common problems with displaying signtatures:

1) You've Disabled BBCode in the Sig Editor
      Many people often check the "Disable BBCode" checkbox, and this renders links, img tags, quotes, etc., completely useless. Make sure that your selections look like this:
        Image

2) You aren't set to display a signature in the forums
    Sometimes people have their signature disabled, so it obviously won't show up! To make sure you are set correctly, under:


    Go there, and make sure that the specified information is in the right place optimal for signature viewing:

      Image

    This will attach your signature to every single one of your posts (unless you specify otherwise, per post)!

3) You have everyone's signatures turned off!

    You may be attaching a signature to every single post you have, but what's the use if you can't see yours, or anyone else's? Go to:

    And change it to look like this for optimal forum aesthetics:
      Image


If, after all of this troubleshooting, you still can't see you or other people's signatures, it may be worth opening a topic in the Bugs Report Forum if you are COMPLETELY sure that it is a bug. Although, I recommend contacting either a Discussions Volunteer or a Global Moderator first, to ensure that you have done everything correctly :)
User avatar
Corporal 1st Class rdsrds2120
 
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am

How To Attach Attachments

Postby rdsrds2120 on Mon Apr 04, 2011 11:46 am

Attachment Guide

Introduction

The ability to add attachments to forum posts has been enabled in select forums. In order to add an attachment, you must have the file saved as file to your computer (i.e. desktop, etc.). You will know if attachments are enabled in the forum you are browsing when you go to post a new topic or reply to a thread by seeing the "Upload Attachment" tab, next to the "Options" Tab, located under the text entry box. (See below for screenshot).

How to Use:

Step 1: In the “Post A New Topic” or “Post A Reply” screen, click on the “Upload Attachment” tab:

    Image

Step 2: Click “Browse:

    Image
Step 3: Find the screenshot picture file you saved, either click on the file to select it, and click “Open” or double click the file:
    Image

Step 4: Enter text in the “File Comment” text box (optional), then Click “Add The File”:

    Image

    Image

Step 5: At this point, you can change your comment or add one now if you didn’t add one in step 4. Place the file “inline” (which places the image in the post reply text area with attachment tags in the location where your cursor is) or delete the file:

    Image

    Image

Step 6: To add more files, simply repeat the above steps.

Step 7: Submit your post.

========================================================================================

Guide Author: Calidrmr
User avatar
Corporal 1st Class rdsrds2120
 
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am

All About Lists

Postby rdsrds2120 on Sun Apr 24, 2011 10:54 am

How To Use Lists

Lists are a powerful BBCode tool that allows members to organize things that belong together. In this post, we will be discussing the list= and list tags, and what the difference is.

Using The Normal List Tag

For starters, let's use list. The list function will indent your selection once for each time it is listed. So, for example:
Code: Select all
[list]Indent Once[/list]


Yields:
    Indent Once

While
Code: Select all
[list][list]Indent Twice[/list][/list]


Yields:
      Indent Twice

You can continue to add multiple "list" tags to indent them more and more. This may be used to try and "center" text, for example.

--------------------------------------------------------------------------------------------------------------------------------


Bullets

Along with spacing, you can add bullets and sub-bullets to your text for organization and clarity. Use the [*] tag to indicate a bullet. Here are some examples:

Code: Select all
[list][*]Indent Once[/list]


Yields:
  • Indent Once

While
Code: Select all
[list][list][*]Indent Twice[/list][/list]


Yields:
    • Indent Twice

As you can see, the bullet in the second example is a different shape than the first. This is because, for each time we indent with one bullet, it changes. This makes for very clear lists! :)

---------------------------------------------------------------------------------------------------------------------------------

The List= Code

List= is very similar to a normal "list", but it will substitute things in for your bullets. Very nice, I know. Here are some examples:

Code: Select all
[list=1]
[*]Numbered
[*]Numbered
[*]Numbered
[/list]


Yields:
  1. Numbered
  2. Numbered
  3. Numbered

While
Code: Select all
[list=I]
[*]Numeral One
[*]Numeral Two
[*]Numeral Three
[/list]


Yields:
  1. Numeral One
  2. Numeral Two
  3. Numeral Three

You can also use 'i', 'A', and 'a' to order them by lowercase Roman Numerals, lowercase letters, and uppercase letters respectively. Here are what they look like:

  1. Lowercase Numerals
  2. Lowercase Numerals
  3. Lowercase Numerals
  4. Lowercase Numerals
  5. Lowercase Numerals
  1. Lowercase Letter
  2. Lowercase Letter
  3. Lowercase Letter
  4. Lowercase Letter
  5. Lowercase Letter
  6. Lowercase Letter
show: Uppercase


I only made so many uppercase letter examples above to show you that you can go past 26, if you were wondering. It will just go into the double lettering system :)

Nesting Lists

Let's say I want to organize many things by different categories using the above methods. We can do that be nesting lists within another. I'll just give you a quick demonstration, and the code needed to do it.

  1. Numeral 1
  2. Numeral2
    1. Alpha 1
      1. Number 1
        1. Lowercase A
          1. Lowercase Numeral
  3. Numeral 3

Code: Select all
[list=I][*]Numeral 1[*]Numeral2
[list=A][*]Alpha 1
[list=1][*]Number 1
[list=a][*]Lowercase A
[list=i][*]Lowercase Numeral[/list][/list][/list][/list]
[*]Numeral 3[/list]


You can actually go in deeper, either by reusing your letter/numbers, or by not using them at all. Lists may be a little confusing at first when you go into a lot of nesting, but they're generally simple to use for the purposes on this site, as they usually don't get very complex. I hope this has helped, good luck with your lists!
User avatar
Corporal 1st Class rdsrds2120
 
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am


Return to Conquer Club Discussion

Who is online

Users browsing this forum: No registered users