Forum Rules and Instructions

Light-hearted discussions, forum games and anything that doesn't fit into the other forums.
Tech Corner - Firewalls, AV etc. - Report Bugs - Board Rules
User avatar
Kalah
Retired Admin
Retired Admin
Posts: 20078
Joined: 24 Nov 2005

Forum Rules and Instructions

Unread postby Kalah » 26 Oct 2008, 20:47

General rules of behaviour

1. Be nice, m'kay. (If you don't know what "being nice" means, ask your mum).
2. No porn, warez/cracks discussions, spam, hate speeches, insults, profanities, defamation etc.
3. No discussions on politics or religious matters.
4. Try to stay on topic. This particularly applies to the game discussion forums, while there are more random discussion topics are found in the Campfire.


Not happy with the rules? No one's forcing you to post, and you're free to leave at any time. We think, though, that you'll find staying within the boundaries of the rules is pretty easy, and that on the whole they will help keep the quality of discussion in these forums high.

If you have any questions, please send a message to the forum moderators/administrators.

Thanks for your cooperation. :)

Posting links

To create links in text, use this code:

Code: Select all

[url=http://www.whatever.com/lalalala]Text_to_display[/url]
Remember to type the whole URL, including the "http://" part.

Posting pictures

To post pictures on the forum, use the IMG button, or put up the code manually:

Code: Select all

[img]http://www.imagehost.com/imagename.jpg[/img]
Remember to type the whole URL, including the "http://" part.

To save bandwith, post a small picture with a link to a bigger version of it. That way, the big picture won't load every time someone opens the page, saving bandwith and making your free image hosting account lasts longer, as well as making the forum page load quicker. To do this, use a combination of the normal URL linking and the IMG code. Instead of using text in the link you use a picture; the small one will then be visible while the big one can be seen if you click it, thus:

Code: Select all

[url=http://www.imagehost.com/BIGPIC.jpg][img]http://www.imagehost.com/SMALLPIC.jpg[/img][/url]
The picture must be hosted on the web, so if you have a picture on your computer, you need to upload it to some website. One temporary host is ImageShack The site requires no registration, and will keep your picture for a year at least. Instructions on how to use the service can be found on the site's F.A.Q's. Another site is Photobucket; it requires registration, but gives you 100 Mb of space.

Please do not post large images on the forum unless it's absolutely necessary. It's quite annoying to have to scroll like a maniac to see it all, and if you use a download-limited website (like geocities), large images may only be viewable by a few people before the allotted bandwidth is exceeded. We recommend a maximum size of 500x500 px.

Large images are automatically resized. But, please keep them as small as possible, use compression and jpeg or png format, preferably.

When quoting a post with a picture in it, please think about whether it is necessary to have the same (possibly quite large) picture displayed 3-4 times on the same page.

------

Forum signature rules

For several reasons, all pretty good, there are restrictions on the use of signatures on the Round Table. Here they are:

1. Text is allowed, maximum amount is 3 lines of normal-sized text.
2. Banners are not allowed.
3. Small images are allowed, maximum height is 30 pixels.
4. Animations are allowed, maximum file size is 10 kB.


Explanation:
Obviously, we're not going to take away the pleasure of having something funny or philosophical to say at the bottom of your posts, as your special trademark, so to speak. Still, we don't want people's signatures to be the most important thing they bring to any discussion; we don't want our forum to look like this.
- Text: Now, to avoid your sig taking up more space than your average post, we have agreed upon a 3 line limit. We feel that if something can't be said in three lines, it shouldn't be said at all.
- Banners are annoying. They're out.
- Images can be fun, so they're in, but in order to keep people from using pictures that are so tall they make up most of the posts, we have agreed upon a limit of 30 pixels for height.
- A poll was taken regarding the question of animations, and majority rules. They're in. They have to be 10 kB or smaller, though.

NB! The moderators also reserve the right to deem any signature inappropriate.

Info: To create hyperlinked signatures (text sigs with links in them), use the following code.

Code: Select all

[url=http://www.whatever.com/lalalala]Text_to_display[/url]
Last edited by Anonymous on 07 Jul 2012, 18:02, edited 7 times in total.

User avatar
Kalah
Retired Admin
Retired Admin
Posts: 20078
Joined: 24 Nov 2005

Unread postby Kalah » 26 Oct 2008, 21:18

BB Codes Guide

1) Bolding letters:

Code: Select all

[b]Text[/b]
2) Italics:

Code: Select all

[i]Text[/i]
3) Underline:

Code: Select all

[u]Text[/u]
4) Size of text, where X is a number: 12 is normal size.:

Code: Select all

[size=X]Text[/size]
5) Strikethrough:

Code: Select all

[s]Text[/s]
6) To make text appear exactly as you write it:

Code: Select all

[code]Text
[/code]
7) Quote:

Code: Select all

[quote="AuthorName"]Text[/quote]
8) For images from letters and not only we have preformatted text tag

Code: Select all

[pre]A11phaVi77e[/pre]
9) Coloured text:

Code: Select all

[color=X]Text[/color]
- where X is the colour:

Dark Red Text
Red Text
Orange Text
Brown Text
Yellow Text
Green Text
Olive Text
Cyan Text
Blue Text
Dark Blue Text
Indigo Text
Violet Text
White Text
Black Text

You can also use other (custom) colours, using the format #FF0000. The first two letters represent a hexadecimal number for the amount of red colour. The second two letters are for the amount of green colour and the third for blue (still in hexadecimal). The higher the number, the more of the respective colour (highest number is FF which is 255, and lowest is 00 which is 0).

Orange -> Red + a little Green
Yellow -> Red + Green (equal of both)
Purple -> Red + Blue
White -> Red + Green + Blue at MAX value
Grey -> Red + Green + Blue at some value below MAX, but all of them equal. The lower the value, the darker the grey colour is.
Black -> #000000

Examples:

Red Text
Green Text
Blue Text
Orange Text
Yellow Text
Purple Text
White Text
Light Grey Text
Dark Grey Text
Black Text

9) How to write a list:

To write a list use the
  • tag. Then inside you can write
  • to insert bulletpoints. When done, close the list with the
tag.

Note that you can have lists inside other lists as well. Here's a complex example:
  • A
  • B
  • C
  • D
    • D1
    • D2
    • D3
      • D3a
      • D3b
    • D4
  • E
The result:
  • A
  • B
  • C
  • D
    • D1
    • D2
    • D3
      • D3a
      • D3b
    • D4
  • E
10) How to ignore the bb codes in a text:

Write before the code (this means after the opening bracket, and after the slash as well (when "closing" a code))

Example:
For an "opening" BB Code: Open the bracket ('[') then write and then size=16 and close the bracket (']').
For a "closing" BB Code: Open the bracket ('[') then a slash ('/'), then write and then size and close the bracket (']').

(Thanks to Asheera)
In War: Resolution, In Defeat: Defiance, In Victory: Magnanimity, In Peace: Goodwill.

User avatar
Pol
Admin
Admin
Posts: 10056
Joined: 29 Nov 2005
Location: IN SOMNIS VERITAS
Contact:

Re: Forum Rules and Instructions

Unread postby Pol » 17 Feb 2019, 13:56

Time Format
Default forum date and time format is:

Code: Select all

M j Y, G:i
If you registered years back, it was different and you wouldn't see a year. Kindly change it to this one or to the one which will suits you. Forums use standard php time formatting.
"We made it!"
The Archives | Collection of H3&WoG files | Older albeit still useful | CH Downloads
PC Specs: A10-7850K, FM2A88X+K, 16GB-1600, SSD-MLC-G3, 1TB-HDD-G3, MAYA44, SP10 500W Be Quiet

User avatar
Pol
Admin
Admin
Posts: 10056
Joined: 29 Nov 2005
Location: IN SOMNIS VERITAS
Contact:

Re: Forum Rules and Instructions

Unread postby Pol » 27 Mar 2022, 08:31

How works forums notifications:
If you decide to be notified about any thread, just mark it down.
When there is update you will receive just one notfication and until you will click the link from the message, no further notifications will be sent. To have it correctly marked, don't forget that you need to be logged in first.
"We made it!"
The Archives | Collection of H3&WoG files | Older albeit still useful | CH Downloads
PC Specs: A10-7850K, FM2A88X+K, 16GB-1600, SSD-MLC-G3, 1TB-HDD-G3, MAYA44, SP10 500W Be Quiet


Return to “Campfire”

Who is online

Users browsing this forum: Google [Bot] and 38 guests