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.
Locked
User avatar
hecter
Posts: 14632
Joined: Tue Jan 09, 2007 6:27 pm
Gender: Female
Location: Tying somebody up on the third floor
Contact:

The Forum Tips/How-To Thread

Post by hecter »

This is the How-To Thread
  • This will tell you how to post pictures, and make clickable links, and any and all other forum related needs. If you have something to add, please contact a Discussions Volunteer or a Global Moderator for any additions you'd like to see!

Firstly, some forum basics [Index]:
Last edited by rdsrds2120 on Thu Jul 19, 2012 10:39 pm, edited 3 times in total.
Reason: Updated Lists
User avatar
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

Posting Pictures & Links

Post by rdsrds2120 »

Posting Pictures
This is how you post a picture. First, the picture must be online. You cannot post pictures off of your machine. If you have a picture on your machine that you want to post, then you can always make an account with an image hosting site, such as http://photobucket.com/ and upload your pictures onto it. It must also be in the correct format, such as jpg, or gif. Now, to the actual posting of the picture… Here is an example:
Image
See that picture? Good. To post that picture, I had to type in:

Code: Select all

[img]http://www.catfacts.org/cat-facts.jpg[/img]
The thingies are called image tags. Now, don't worry about having to remember that, and having to type that in everytime you want to post a picture. If you look up to where you want to post, just underneath the title, you will see a whole bunch of little buttons. Push the Img button, and it will automatically put in the Image part. Cool eh :D Then, you just put in your picture's url in between those. In this case it was "http://www.catfacts.org/cat-facts.jpg". Now you know how to post a picture 8)


Clickable Links
To make a clickable link, such as this one, I had to enter the following:

Code: Select all

[url=www.conquerclub.com]this[/url]
Again, you don't have to type in the all the time, just click the URL button, as it was with the pictures. But, here is how you make it clickable 8) Inside the tag, you have to add in you website, i ... re]and you, you simply add you want to say. In this case, it was "this". So, it goes like this:

Code: Select all

[url=website here]what you want made clickable[/url]
You can always make a picture clickable as well. Just put what you learned from posting a picture, and put it in between the URL tags.
User avatar
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

Quoting & Code

Post by rdsrds2120 »

Quoting
If you want to quote somebody, you generally just hit the quote button at the top right hand side of there post. It will generally look like this:
hecter wrote:SPAM!
That was me saying SPAM! (big surprise eh ;)). It would look like this in your response:

Code: Select all

[quote="hecter"]SPAM![/quote]

Let's say you have something that looks like this though:
wicked wrote:
hecter wrote:SPAM!
Stop spamming the forums!
and you don't want my previous SPAM! comment in your post, it would look like this:

Code: Select all

[quote="wicked"][quote="hecter"]SPAM![/quote]
Stop spamming the forums![/quote]
You would have to take out the "
"hecter" wrote:" part, my "SPAM!" part, and my "
" part. You must always have the same number of [ quote] and [/quote] tags, otherwise, you end up with something like this:
hecter wrote:SPAM!
Stop spamming the forums![/quote]

That just looks weird doesn't it? It is best to preview posts before sending them, especially if you have a lot of coding like that. That way, you don't end up with things that look like that.
If you want to make up your own post, and you want more than just a "quote" at the top, and instead want a "This site/person wrote" at the top, just do this:
CC website wrote:Risk all your armies on a daring continent grab. Use diplomacy to coordinate a group assault on the game leader. Feel the thrill of victory as you eliminate your last opponent.
The key part of that post (in the code) was:

Code: Select all

[quote="CC website"]
See how at the top it says "CC website wrote"? Well, to get that, I had to add, in the quote tag, " ="CC website" ". Again, there are quote buttons, so you don't have to do all that [ quote][/quote] stuff. But, what you do have to do is add the ="whatever" part. I bolded the "'s because if you didn't get that, you would end up with:
hecter wrote:SPAM!
and you don't want that do you?

Code
If you want to show somebody something, such as the code for a picture, but you don't want to post the picture itself, then just use the Code button. It will add the:

Code: Select all

[code]
[/code]
parts, and all you have to do is add what you want to say. And example would be what I did with the cat picture, but I'll do it again. This is the picture:
Image
And this is what you need to type in for the picture. It is exactly the same, I just added Code tags:

Code: Select all

[img]http://www.catfacts.org/cat-facts.jpg[/img]
User avatar
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

Colors, Bolding, Italics, Underlines, and Sizes

Post by rdsrds2120 »

Colours, Bolding, Italics, Underlines and Sizes
To make something a different colour, look to where the buttons are. Now look down a smidge and ther you will see:
Font colour: [Default]
If you click on the arrow, it will come up with a whole bunch of colours to choose from. Choose the one you want, and it will put in the proper tags for you post. An example would be:

Code: Select all

[color=red][/color]
If you clicked red. It would make all the text in between the tags red.
It works the same way for font size, just go to the next one over, and choose the size you want.
To make something bold, click the "B" button, and it will give you the first bold tag, which is just a [ b]. Then add your text, click it again, and it will add the [/b] tag. All the text inside the tags will now be bolded :D
To make something italics, do the same that you do with bolding, just click the "i" instead.
The same goes with underlining. Just click the "u". If you would like to make strikethrough text, you can do so with the following tags:

Code: Select all

[s]strikethrough[/s]
User avatar
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

Spoilers & CCTime & Game Auto-Join Links

Post by rdsrds2120 »

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.
Explanations and Whatnot
You can post a lotttttt of stuff in here and it will hide it until you click "Show", really neat huh? You can do all of this with the

Code: Select all

[spoiler][/spoiler]
tags.
To give your spoiler a name, use the following code:

Code: Select all

[spoiler=Name Here!][/spoiler]
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
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

How To Edit Your Avatar

Post by rdsrds2120 »

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
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

Signatures

Post by rdsrds2120 »

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
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

How To Attach Attachments

Post by rdsrds2120 »

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
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

All About Lists

Post by rdsrds2120 »

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
Uppercase
  1. Uppercase Letter
  2. Uppercase Letter
  3. Uppercase Letter
  4. Uppercase Letter
  5. Uppercase Letter
  6. Uppercase Letter
  7. Uppercase Letter
  8. Uppercase Letter
  9. Uppercase Letter
  10. Uppercase Letter
  11. Uppercase Letter
  12. Uppercase Letter
  13. Uppercase Letter
  14. Uppercase Letter
  15. Uppercase Letter
  16. Uppercase Letter
  17. Uppercase Letter
  18. Uppercase Letter
  19. Uppercase Letter
  20. Uppercase Letter
  21. Uppercase Letter
  22. Uppercase Letter
  23. Uppercase Letter
  24. Uppercase Letter
  25. Uppercase Letter
  26. Uppercase Letter
  27. Uppercase Letter
  28. Uppercase Letter
  29. Uppercase Letter
  30. Uppercase Letter
  31. Uppercase Letter
  32. Uppercase Letter
  33. Uppercase Letter
  34. Uppercase Letter
  35. Uppercase Letter
  36. Uppercase Letter
  37. Uppercase Letter
  38. Uppercase Letter
  39. Uppercase Letter
  40. Uppercase Letter
  41. Uppercase Letter
  42. Uppercase Letter
  43. Uppercase Letter
  44. Uppercase Letter
  45. Uppercase Letter
  46. Uppercase Letter
  47. Uppercase Letter
  48. Uppercase Letter
  49. Uppercase Letter
  50. Uppercase Letter
  51. Uppercase Letter
  52. Uppercase Letter
  53. Uppercase Letter
  54. Uppercase Letter
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!
Locked

Return to “Conquer Club Discussion”