phoenix family
Would you like to react to this message? Create an account in a few clicks or log in to continue.

phoenix family

to change the world start with one act of random kindness at a time
 
HomeHome  phoenix familyphoenix family  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
FacebookBBCode guide 108125845874195.100000460538324.1863620001

BBCode guide 4166510000133859521687n.th
fb
My Great Web page
phoenix mobile web site
Translate this site



Latest topics
» How to post an image in the forum
BBCode guide I_icon_minitimeThu Apr 05, 2012 5:27 pm by serendipity.-phoenix

» Ladywar is back
BBCode guide I_icon_minitimeThu Apr 05, 2012 5:01 pm by serendipity.-phoenix

» GOODBYE ADMIN OF PHOENIX
BBCode guide I_icon_minitimeThu Apr 05, 2012 4:56 pm by serendipity.-phoenix

» TO ALL NEWBIES
BBCode guide I_icon_minitimeThu Apr 05, 2012 4:51 pm by serendipity.-phoenix

» am back
BBCode guide I_icon_minitimeThu Apr 05, 2012 4:48 pm by serendipity.-phoenix

» PAGBABALIK.....
BBCode guide I_icon_minitimeThu Apr 05, 2012 4:40 pm by serendipity.-phoenix

» NAPAKA SAD NAMAN
BBCode guide I_icon_minitimeThu Apr 05, 2012 4:33 pm by serendipity.-phoenix

» helo forum
BBCode guide I_icon_minitimeSat Mar 17, 2012 4:41 pm by Herbench.-.phoenix

» helo forum
BBCode guide I_icon_minitimeSat Mar 17, 2012 4:40 pm by Herbench.-.phoenix

Log in
Username:
Password:
Log in automatically: 
:: I forgot my password

 

 BBCode guide

Go down 
+5
heaven.-.phoenix
pretty-sw4y_phoenix
Herbench.-.phoenix
bebe-.love-.phoenix
destroyer.-.phoenix
9 posters
AuthorMessage
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:00 am

Introduction
What is BBCode?


» What is BBCode?
BBCode is a special implementation of HTML. Whether you can actually use BBCode in your posts on the forum is determined by the administrator. In addition you can disable BBCode on a per post basis via the posting form. BBCode itself is similar in style to HTML, tags are enclosed in square brackets [ and ] rather than < and > and it offers greater control over what and how something is displayed. Depending on the template you are using you may find adding BBCode to your posts is made much easier through a clickable interface above the message area on the posting form. Even with this you may find the following guide useful.


Last edited by destroyer.-.phoenix on Tue Feb 17, 2009 7:12 pm; edited 1 time in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:02 am

Text Formatting
How to create bold, italic and underlined text


[b]Hello[/b]

will become Hello
For underlining use [u][/u], for example:

[u]Good Morning[/u]

becomes Good Morning
To italicise text use [i][/i], e.g.

This is [i]Great![/i]

would give This is Great!


Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:14 pm; edited 4 times in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:22 am

» How to change the text colour or size

To alter the colour or size of your text the following tags can be used. Keep in mind that how the output appears will depend on the viewers browser and system:

* Changing the colour of text is achieved by wrapping it in [color=][/color]. You can specify either a recognised colour name (eg. red, blue, yellow, etc.) or the hexadecimal triplet alternative, e.g. #FFFFFF, #000000. For example, to create red text you could use:

[color=red]Hello![/color]

or

[color=#FF0000]Hello![/color]

Both will output Hello
* Changing the text size is achieved in a similar way using [size=][/size]. This tag is dependent on the template the user has selected but the recommended format is a numerical value representing the text size in percent, starting at 20 (very small) through to 200 (very large) by default. For example:

[size=7]SMALL[/size]

will generally be SMALL

whereas:

[size=24]HUGE![/size]

will be HUGE!


Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:16 pm; edited 2 times in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:30 am

» Can I combine formatting tags?

Yes, of course you can, for example to get someones attention you may write:

[size=24][color=red][b]LOOK AT ME![/b][/color][/size]

this would output LOOK AT ME!


Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:17 pm; edited 2 times in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:37 am

Quoting and outputting fixed-width text
Quoting text in replies


» Quoting text in replies
There are two ways you can quote text, with a reference or without.

* When you utilise the Quote function to reply to a post on the board you should notice that the post text is added to the message window enclosed in a [quote=""][/quote] block. This method allows you to quote with a reference to a person or whatever else you choose to put! For example to quote a piece of text Mr. Blobby wrote you would enter:

[quote="Mr. Blobby"]The text Mr. Blobby wrote would go here[/quote]

The resulting output will automatically add "Mr. Blobby wrote:" before the actual text. Remember you must include the quotation marks "" around the name you are quoting, they are not optional.
* The second method allows you to blindly quote something. To utilise this enclose the text in [quote][/quote] tags. When you view the message it will simply show the text within a quotation block.


Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:20 pm; edited 2 times in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:42 am

Outputting code or fixed width data

» Outputting code or fixed width data
If you want to output a piece of code or in fact anything that requires a fixed width, e.g. Courier type font you should enclose the text in [code][/code] tags, e.g.

[code]echo "This is some code";[/code]

All formatting used within [code][/code] tags is retained when you later view it. PHP syntax highlighting can be enabled using [code=php][/code] and is recommended when posting PHP code samples as it improves readability.


Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:23 pm; edited 1 time in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 7:55 am

Generating lists
Creating an Unordered list


» Creating an Unordered list
BBCode supports two types of lists, unordered and ordered. They are essentially the same as their HTML equivalents. An unordered list outputs each item in your list sequentially one after the other indenting each with a bullet character. To create an unordered list you use [list][/list] and define each item within the list using [*]. For example to list your favourite colours you could use:

[list]
[*]Red
[*]Blue
[*]Yellow
[/list]

This would generate the following list:

  • Red

  • Blue

  • Yellow



Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:35 pm; edited 1 time in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 8:13 am

Creating an Ordered list

» Creating an Ordered list
The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use [list=1][/list] to create a numbered list or alternatively [list=a][/list] for an alphabetical list. As with the unordered list, items are specified using [*]. For example:

[list=1]
[*]Go to the shops
[*]Buy a new computer
[*]Swear at computer when it crashes
[/list]

will generate the following:

  1. Go to the shops

  2. Buy a new computer

  3. Swear at computer when it crashes



Last edited by destroyer.-.phoenix on Thu Feb 26, 2009 9:48 pm; edited 1 time in total
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 8:28 am

i would also like to add that all these codes are all available in the message creation box

BBCode guide 20090206_031800281

pls dont hesitate to post if you have questions.. ENJOY!!
Back to top Go down
bebe-.love-.phoenix
phoenix member
phoenix member
bebe-.love-.phoenix


Female Number of posts : 2338
Age : 41
Location : israel
mig33 id : bebe-.love-.phoenix

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 9:25 am

kua twethartkew...

tenkyu p0h f0r the great inf0.. Very Happy
Back to top Go down
Herbench.-.phoenix
Uploader
Uploader
Herbench.-.phoenix


Female Number of posts : 1834
Age : 47
Location : Brunei Darussalam
mig33 id : Jellie

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 11:14 am

Ska ko apply un bro pg may pc n me
Back to top Go down
pretty-sw4y_phoenix
phoenix team
phoenix team
pretty-sw4y_phoenix


Female Number of posts : 2761
Age : 44
Location : israel
mig33 id : pretty-sw4y_phoenix,lene25,sway-19

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 12:05 pm

tbx brodeskewww cheers


s pgtiyagang mgturo smin dila
Back to top Go down
heaven.-.phoenix
administrator
administrator



Female Number of posts : 12814
Age : 44
Location : canada
mig33 id : kulet_c_hai

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 1:22 pm

wew bro tnx for sharing Very Happy

pro dapat turuan mo ko 1 on 1 kc slow ako jan dila dila cheers

Back to top Go down
Ladywar.-phoenix
administrator
administrator
Ladywar.-phoenix


Female Number of posts : 2794
Location : Brunei Darussalam
mig33 id : jhofel / ladywar._.phoenix /jho_1428

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 2:02 pm

[u]hahaha owo bro slow dn ako same as czkulet hehehe. back subject nga ako nun e...
Back to top Go down
http://www.mig33phoenix.forummotion.com
l0v3_168._.phoenix
global moderator
global moderator
l0v3_168._.phoenix


Female Number of posts : 12615
Age : 45
Location : jeddah,ksa
mig33 id : s3xy._.j4nn4
pr3tty._.nurs3
j-h-a-n-n-a,
s3xy._.k1ck3r
jhanna_mikaela08
s3xy_jhanna


BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 4:17 pm

tnx for sharing bro admin.
Back to top Go down
destroyer.-.phoenix
administrator
administrator
destroyer.-.phoenix


Male Number of posts : 1895
Location : within
mig33 id : tugoinks

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeFri Feb 06, 2009 8:31 pm

heaven.-.phoenix wrote:
wew bro tnx for sharing Very Happy

pro dapat turuan mo ko 1 on 1 kc slow ako jan dila dila cheers


it would be an honor sis heaven Very Happy mlakas k skin eh dila tandem tyo b4 pa Very Happy kelan k b pwede?? send mko offline message s ym q pra lam q wat tym tyo pede one on one.. Very Happy take care sis mwahhh
Back to top Go down
heaven.-.phoenix
administrator
administrator



Female Number of posts : 12814
Age : 44
Location : canada
mig33 id : kulet_c_hai

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeTue Feb 10, 2009 8:49 pm

bro des kewwwwwwwww

nkaka-catch up na me konti jan sa mga infos na tinuturo mo nyahaahahha dila dila

medyo slow na lng me hakkkkk lol! lol!

bsta pagtiyagaan mo ako turuan bka sakali nxt post ko d na me slow nyahahahha lol! lol!

tnx sa lahat d2 na lang tu forum lagi ayaw ko na magchat mig hakkkkk dila dila
Back to top Go down
roxiedgr8.-.phoenix
group initiator
group initiator
roxiedgr8.-.phoenix


Female Number of posts : 13467
Age : 46
Location : Riyadh ksa
mig33 id : Whit3_ros3_29

heart_magic_02



BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeMon May 18, 2009 8:18 pm

WAW CZ HEAVEN UWO NGA D2 NALANG AKO PARA MADAMI AKO MATUTUNAN WEW... THNX BRO DES.
Back to top Go down
underground_.phoenix
phoenix member
phoenix member
underground_.phoenix


Male Number of posts : 187
Age : 47
Location : saudi arabia
mig33 id : trublack
brave_heart76
gitaristang_l0ner12
atmaramipangiba....:p

BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitimeMon May 03, 2010 5:53 am

ehemm...pakiulit nga nung tutorial Smile


peace ahehehehe... mwaahhhh pF i love you
Back to top Go down
Sponsored content





BBCode guide Empty
PostSubject: Re: BBCode guide   BBCode guide I_icon_minitime

Back to top Go down
 
BBCode guide
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
phoenix family :: Rules, News, & Announcements :: open forum-
Jump to: