Bold / Italic / Underline
The [ b ] , [ i ] and [u ] tags allow you to create text that is bold, italic and underlined
Usage
Example Usage
this text is bold
this text is italic
this text is underlined
Color
The [ color ] tag allows you to change the color of your text.
Usage
Example Usage
this text is blue
Size
The [ size ] tag allows you to change the size of your text.
Usage
کد:
[size=Option]MAMBO[/size]
Example Usage
[size=12pt] this text is two sizes larger than norma
[/size]
Font
The [ font ] tag allows you to change the font of your text.
Usage
Example Usage
this text is in the courier font
Left / Right / Center
The [ left ], [ right ] and [ center ] tags allow you to change the alignment of your text.
Usage
Example Usage
this text is left-aligned
this text is center-aligned
this text is right-aligned
Email Linking
The [ email ] tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage
Example Usage
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
URL Hyperlinking
The [ url ] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link.
Usage
Example Usage
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
Bulleted Lists
The [ list ] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [ * ] tag.
Usage
Example Usage
Advanced Lists
The [ list ] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage
[list][list]
Example Usage
- list item 1
- list item 2
- list item 1
- list item 2
Images
The [img ] tag allows you to embed images within your posts. You can also combine this tag with the [ url ] tag to make images become links
Usage
Example Usage

(Not linked)
[
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید] 
[/url] (Linked)
Code
The [code ] tag switches to a fixed-width (monospace) font and preserves all spacing.
Usage
Example Usage
کد:
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
PHP Code
The [php ] tag performs the same function as the [code ] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
Usage
Example Usage
[php]
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}
[/php]
HTML Code
The [html ] tag allows you to perform syntax highlighting for HTML code.
Usage
Example Usage
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>
Quote
The [quote ] tag allows you to attribute text to someone else.
Usage
کد:

نوشته اصلی توسط
User Name
MAMBO
Example Usage

نوشته اصلی توسط
DEMO
MAMBO IS THE BEST
Stop BB Code Parsing
The [noparse ] tag allows you to stop the parsing of BB code.
Usage
Example Usage
[b]Lorem ipsum dolor sit amet[/b]
Attachment
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage
کد:
[attach]attachmentid[/attach]
علاقه مندی ها (Bookmarks)