| ![]() ![]()
![]() | |||||||
| FAQ | Members List |
| Acronym Glossary | |
| Links Directory | |
| Video Directory | |
| Arcade | |
| Mailing List | |
| FAQ | |
| Calendar | Invite A Friend | Calendar | Search | Today's Posts | Mark Forums Read | Links Directory |
| Forum Announcements Announcements related to the forum (such as downtimes, new features, etc.) will be posted here. |
| - Advertise on WeaponsCache - |
![]() |
| | | LinkBack | Thread Tools | Search this Thread | Display Modes |
| |
| |||||||||||
| Destructionator Posts: 2,101
|
We do get questions from time to time asking how do you use a certain BBcode so this thread is for all of you with questions on this. What is BBcode? It stands for Bulletin Board Code and is the code you can use to enhance your posts with more interactive and attractive content. It has a very similar syntax and structure to HTML but simplified quite a bit to make it easy for even the most "computer-retarded" person to use How Do I Use BBcodes? Well, it's pretty straight forward. When you make a new post or thread, you will see the BBcode editor around the message text. It should look something like this: ![]() To use a BBcode, you can simply click the code you want to use and it will input it into your message text box wherever the cursor is currently located. If you're not sure what a BBcode does, you can simply point your mouse over it and a small box will pop up giving a brief description of what the code does. For example, The code that looks like a "B". If you are unsure what it does, hold the mouse over it for a second and you will see the description pop up that says "Bold". So I'm not a rocket scientist, but I would think that means that the "B" button will make your text Bold. Each BBcode has an opening tag "[ ]" and a closing tag "[/ ]". The text or item you want to be formatted with BBcode needs to be in between the opening and closing tag. Each BBcode does something different and I will go over each of them. As we add BBcodes I will update this thread to include the use of those as well. BBcode Basics: I will start at the top left, work my way right, and then do the next row the same way. Remove Text Formatting ![]() The first one is like a "reset button". It will remove ALL BBcodes and formatting that you have done so far. Fonts ![]() This allows you to use different fonts in your posts. Pretty self explanatory. Proper use is like this: HTML Code: [FONT="Impact"]Example Text[/FONT] Example Text Size ![]() This allows you to increase or decrease the size of your text. Proper use is like this: HTML Code: [SIZE="7"]Example Text[/SIZE] Example Text Color ![]() This allows you to change the color of your text. Proper use is like this: HTML Code: [COLOR="Red"]Example Text[/COLOR] Example Text Smilies ![]() This allows you to add smilies to your posts. You can use this quick smilies drop-down menu or the larger one to the right. If you want more smilies to choose from besides what's shown, simply click the "[More]" link under the large smilies box. NOTE: Common text smiliey faces are automatically converted to the smiley images. You can disable the automatic smiley generation by selecting the option at the bottom of the post box below your message text: ![]() Proper use is like this: HTML Code: :) ;) :moon: :bananarock: :uzi: :help: ![]() Attachment ![]() This allows you to insert an attachment into your posts. You can use this one or the larger "Upload Attachment form at the bottom. Clicking this box, pops up the message attachment box: ![]() Use that form to select the file you want to upload. Then it will automatically add the file(s) to your posts like this:
__________________ acclude for president in 2016
| |||||||||||
|
| Sponsored Links | ||
Ads
only shown to Guests and Regular Members. Subscribe today and remove this ad! | | |
| ||
| |
| |||||||||||
| Destructionator Posts: 2,101
| Undo & Redo ![]() This allows you to undo or redo formatting changes. Comes in handy for fixing mistakes that would normally require a lot of editing. Proper use is simply clicking the button and it will either undo or redo the changes. Bold ![]() This allows you to make your text bold. Proper use is like this: HTML Code: [B]Example Text[/B] Example Text Italicized ![]() This allows you to make your text in italics. Proper use is like this: HTML Code: [I]Example Text[/I] Example Text Underlined ![]() This allows you to make your text underlined. Proper use is like this: HTML Code: [U]Example Text[/U] Example Text Alignment ![]() This allows you to align things either to the left, center or right. Proper use is like this: HTML Code: [CENTER]Example Text[/CENTER] Example Text Lists ![]() This allows you to make nicely organized lists. You can do a sorted list that is numbered, or an unsorted list that just uses a bullet to separate items in the list. Proper use is like this: HTML Code: [LIST=1][*]item1[*]item2[*]item3[/LIST]
An unsorted list proper use is: HTML Code: [LIST][*]item1[*]item2[*]item3[/LIST]
Indent ![]() This allows you to add an indent or remove an indent from your text . Proper use is like this: HTML Code: [INDENT]Example Text[/INDENT] Example Text URL Hyperlink ![]() This allows you to add a formatted hyperlink to, or remove a formatted hyperlink from your posts. Proper use is like this: HTML Code: [URL="http://www.google.com"]Link To Google[/URL] Link To Google Email Link ![]() This is pretty much the same as the Hyperlink BBcode above, except it's specifically for email addresses. Proper use is like this: HTML Code: [EMAIL="dontemailthisaddress@novaliddomain.com"]Here is my email address[/EMAIL] Here is my email address Insert Image ![]() This allows you to insert an image hosted on the internet somewhere into your posts. The image must be accessible through a URL and cannot be on your local computer Proper use is like this: HTML Code: [IMG]http://images.google.com/images/logo_sm.gif[/IMG]
__________________ acclude for president in 2016
| |||||||||||
|
| |
| |||||||||||||||||||||
| Destructionator Posts: 2,101
| Quote ![]() This allows you to add a quote to your text. Proper use is like this: HTML Code: [QUOTE]Example Text[/QUOTE] Quote:
Code Tags ![]() This allows you to add code tags to your posts. This prevents the stuff within the code tags from actually being processed by the server and/or your web browser. You can use the Code tag, HTML Code tag, or PHP Code tag. They all do the same thing, but they format how it looks a little differently depending on the code type. Proper use is like this: HTML Code: [PHP]$istyle = array();
foreach ($istyles AS $key => $array)
{
$istyle[] = "\"$key\" : [ \"$array[0]\", \"$array[1]\", \"$array[2]\", \"$array[3]\" ]";
}[/PHP]
PHP Code: Google Search ![]() This allows you to add a direct google serch into your posts. Proper use is like this: HTML Code: [GOOGLE]WeaponsCache[/GOOGLE] - WeaponsCacheStrikethrough ![]() This allows you to add a strikethrough effect to your text. Proper use is like this: HTML Code: [S]Example Text[/S] YouTube Video ![]() This allows you to embed a youtube video directly into your posts. NOTE: You must use the Video ID, NOT THE FULL URL. For example, the actual URL for the youtube video may be: http://www.youtube.com/watch?v=20ZLefQC_oU You would just copy the Video ID (the part after "watch?v=") which in this case would be: 20ZLefQC_oU Proper use is like this: HTML Code: [YOUTUBE]20ZLefQC_oU[/YOUTUBE] Watch this video on Youtube Google Video ![]() This allows you to embed a google video directly into your posts. NOTE: You must use the Video ID, NOT THE FULL URL. For example, the actual URL for the youtube video may be: http://video.google.com/videoplay?do...78515303087869 You would just copy the Video ID (the part after "docid=") which in this case would be: 3712178515303087869 Proper use is like this: HTML Code: [GVIDEO]3712178515303087869[/GVIDEO] Myspace Video ![]() This allows you to embed a myspace video directly into your posts. NOTE: You must use the Video ID, NOT THE FULL URL. For example, the actual URL for the youtube video may be: http://vids.myspace.com/index.cfm?fu...ideoid=1432462 You would just copy the Video ID (the part after "videoid=") which in this case would be: 1432462 Proper use is like this: HTML Code: [MYSPACEVIDEO]1432462[/MYSPACEVIDEO] Table ![]() This allows you to add a table to your message. Rows are made by putting items on a new line and columns are made by using the | "pipe" character. Proper use is like this: HTML Code: [TABLE]row1item1|row1item2|row1item3 row2item1|row2item2|row2item3 row3item1|row3item2|row3item3[/TABLE]
That pretty much does it for the current BBcodes available. You can use multiple BBcodes together to create all kinds of stuff, but I will let you all mess with that and get used to using them. This page will get updated as new BBcodes are added to the site.
__________________ acclude for president in 2016
| |||||||||||||||||||||
|
| |
| ||
| Freaky Mojorator Posts: 2,472
|
Er, could you repeat that in stupid please Very nice tutorial acclude
__________________ Μολὼν λαβέ We may or may not worship God, but John Moses Browning made sure we can choose. 1911, it's what MOJO shoots.......steel is real.... Proud Infidel... | ||
|
| |
| |||||||||||
| Destructionator Posts: 2,101
|
Sorry....I don't know how to make it any more simple than it is ![]() Here's some examples of combining BBcodes: Size: HTML Code: [SIZE="7"]E[/SIZE][SIZE="6"]x[/SIZE][SIZE="5"]a[/SIZE][SIZE="4"]m[/SIZE][SIZE="3"]p[/SIZE][SIZE="2"]l[/SIZE][SIZE="1"]e[/SIZE] [SIZE="2"]T[/SIZE][SIZE="3"]e[/SIZE][SIZE="4"]x[/SIZE][SIZE="5"]t[/SIZE] Example Text Size & Color: HTML Code: [SIZE="7"][COLOR="Sienna"]E[/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"]x[/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"]a[/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"]m[/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"]p[/COLOR][/SIZE][SIZE="2"][COLOR="Teal"]l[/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"]e[/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"]T[/COLOR][/SIZE][SIZE="3"][COLOR="Orange"]e[/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"]x[/COLOR][/SIZE][SIZE="5"][COLOR="Plum"]t[/COLOR][/SIZE] Example Text Size & Color & Bold & Italics & Underline: HTML Code: [SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE] Example Text Size & Color & Bold & Italics & Underline & URL: HTML Code: [URL="http://www.google.com"][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][/URL] Example Text Size & Color & Bold & Italics & Underline & URL & Strikethrough: HTML Code: [S][URL="http://www.google.com"][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][/URL][/S] Size & Color & Bold & Italics & Underline & URL & Strikethrough & List: HTML Code: [LIST=1][*][SIZE="7"]E[/SIZE][SIZE="6"]x[/SIZE][SIZE="5"]a[/SIZE][SIZE="4"]m[/SIZE][SIZE="3"]p[/SIZE][SIZE="2"]l[/SIZE][SIZE="1"]e[/SIZE] [SIZE="2"]T[/SIZE][SIZE="3"]e[/SIZE][SIZE="4"]x[/SIZE][SIZE="5"]t[/SIZE][*][SIZE="7"][COLOR="Sienna"]E[/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"]x[/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"]a[/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"]m[/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"]p[/COLOR][/SIZE][SIZE="2"][COLOR="Teal"]l[/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"]e[/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"]T[/COLOR][/SIZE][SIZE="3"][COLOR="Orange"]e[/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"]x[/COLOR][/SIZE][SIZE="5"][COLOR="Plum"]t[/COLOR][/SIZE][*][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][*][URL="http://www.google.com"][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][/URL][*][S][URL="http://www.google.com"][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][/URL][/S][/LIST]
Size & Color & Bold & Italics & Underline & URL & Strikethrough & List & Center: HTML Code: [CENTER][LIST=1][*][SIZE="7"]E[/SIZE][SIZE="6"]x[/SIZE][SIZE="5"]a[/SIZE][SIZE="4"]m[/SIZE][SIZE="3"]p[/SIZE][SIZE="2"]l[/SIZE][SIZE="1"]e[/SIZE] [SIZE="2"]T[/SIZE][SIZE="3"]e[/SIZE][SIZE="4"]x[/SIZE][SIZE="5"]t[/SIZE][*][SIZE="7"][COLOR="Sienna"]E[/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"]x[/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"]a[/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"]m[/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"]p[/COLOR][/SIZE][SIZE="2"][COLOR="Teal"]l[/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"]e[/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"]T[/COLOR][/SIZE][SIZE="3"][COLOR="Orange"]e[/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"]x[/COLOR][/SIZE][SIZE="5"][COLOR="Plum"]t[/COLOR][/SIZE][*][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][*][URL="http://www.google.com"][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][/URL][*][S][URL="http://www.google.com"][SIZE="7"][COLOR="Sienna"][B]E[/B][/COLOR][/SIZE][SIZE="6"][COLOR="DarkOliveGreen"][I]x[/I][/COLOR][/SIZE][SIZE="5"][COLOR="DarkSlateBlue"][U]a[/U][/COLOR][/SIZE][SIZE="4"][COLOR="Indigo"][B]m[/B][/COLOR][/SIZE][SIZE="3"][COLOR="DarkRed"][I]p[/I][/COLOR][/SIZE][SIZE="2"][COLOR="Teal"][U]l[/U][/COLOR][/SIZE][SIZE="1"][COLOR="YellowGreen"][B]e[/B][/COLOR][/SIZE] [SIZE="2"][COLOR="Purple"][I]T[/I][/COLOR][/SIZE][SIZE="3"][COLOR="Orange"][U]e[/U][/COLOR][/SIZE][SIZE="4"][COLOR="DarkOrchid"][B]x[/B][/COLOR][/SIZE][SIZE="5"][COLOR="Plum"][I]t[/I][/COLOR][/SIZE][/URL][/S][/LIST][/CENTER]
I could keep giving all kinds of examples but I just wanted to make a point that you can combine many BBcodes together to create some very nice and attractive posts. A little bit of color and formatting can sometimes make a huge difference in the readability of your posts so go ahead and use all the BBcodes you want in your posts. I hope this helped some of you that had questions on how to use BBcodes and feel free to ask questions in this thread if you're still stuck.
__________________ acclude for president in 2016
| |||||||||||
|
| |
| ||
| Regular Member Posts: 1,883
|
My head hurts now...
__________________ "As to the species of exercise, I advise the gun. While this gives moderate exercise to the body, it gives boldness, enterprise, and independence to the mind. Games played with the ball and others of that nature, are too violent for the body and stamp no character on the mind. Let your gun, therefore, be the constant companion to your walks." -- Thomas Jefferson | ||
|
| |
| |||||||||||
| Destructionator Posts: 2,101
|
yeah, how do you think I felt actually MAKING THOSE POSTS!!!
__________________ acclude for president in 2016
| |||||||||||
|
| |
| ||
| Regular Member Posts: 1,883
|
I'm way too PC illiterate for all that...
__________________ "As to the species of exercise, I advise the gun. While this gives moderate exercise to the body, it gives boldness, enterprise, and independence to the mind. Games played with the ball and others of that nature, are too violent for the body and stamp no character on the mind. Let your gun, therefore, be the constant companion to your walks." -- Thomas Jefferson | ||
|
| |
| |||||||||||
| Destructionator Posts: 2,101
|
It's better than getting 50 PM's asking "How do I add a youtube video to my posts?"
__________________ acclude for president in 2016
| |||||||||||
|
| |
| |||
| Freaky Mojorator Posts: 2,472
| Quote:
__________________ Μολὼν λαβέ We may or may not worship God, but John Moses Browning made sure we can choose. 1911, it's what MOJO shoots.......steel is real.... Proud Infidel... | |||
|
![]() |
| Bookmarks |
| Tags |
| bbcodes, howto |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
| - Advertise on WeaponsCache - |