BBCode Guide 2
+13
Kirito-kun07
MariaAikoAgon
Tetre
CoL
SnowFlakes.
HyugA
Dicktator
Reiishi
ezekiel05
mr.kudos
yuuki22
QiLun
Kiroko Shun
17 posters
- Kiroko ShunTNMAA FinesT
- Posts : 1216
Points : 102964
Coins : 12241
Join date : 2012-07-26
Warning Level :
BBCode Guide 2
Fri Dec 28, 2012 1:38 pm
Introduction:
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.
Text Formatting:[b]
BBCode includes tags to allow you to quickly change the basic style of your text. This is achieved in the following ways:
To make a piece of text bold enclose it in:
For underlining use:
To italicise text use:
To strike some text:
test
How to change the text colour or size:
To alter the color 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):
To change your text color, you can specify a known color (ex: red, blue, yellow, etc.), or an hexadecimal color code (ex: #FFFFFF, #000000):
To change your text size, you must specify the text size in pixel, from 1 (so small you won't see it) to 29 (very huge):
To change the font, you must specify a recognized font (ex: Verdana, Arial) if the user hasn't got the font, a default one will be displayed :
Can I combine formatting tags?
Yes, of course you can; for example to get someones attention you may write:
Although, we recommend you not to use much text as above ! Remember that it's your task to correctly shut the tags. The following example is incorrect:
Quoting and outputting fixed-width text:
Quoting text in replies:
There are two ways you can quote text: with a reference or without.
The reference example, to quote a post wrote by Mr. Blobby, you must enter:
The second method allows you to blindly quote something. To use it :
Outputting code or fixed width data:
If you want to output a piece of code (HTML or other) or in fact anything that requires a fixed width with a Courier-type font, you must use the following BBCode :
Generating lists
Creating an Un-ordered list:
An un-ordered list produces a list which entries are one underneath the others and indented with a bullet character.
To create an un-ordered list, use:
Creating an Ordered list
The second list type gives you the control on what will be displayed before each entry. To create an ordered list, you've got two possibilities :
A numbered list :
An alphabetical list :
Creating Links
The BBcode supports several methods to create links, most commonly known under URLs.
First method, to create for an example a link to forumotion.com you must use :
You'll notice that the link opens a new window, by this way the user can still browse the forums if he wants to.
Second method, if you want the link to display directly the URL :
Showing images in posts
Adding an image to a post:
The BBCode incorporates a tag for including images in your posts. Two very important things to remember when using this tag are: many users do not appreciate lots of images being shown in posts and second, the image you display must already be available on the Internet (it cannot exist only on your computer, for example, unless you run a webserver!). You can upload for free your images on internet by an image hosting such as www.servimg.com. To display an image, you need to proceed as following :
Text positioning:
Four positions possibilities are proposed :
Left alignment:
The centering :
Right alignment :
The justification :
Scrolling text
Make a message scroll horizontally
If you wish to make a text scroll horizontally, you need to use the following BBcode :
Result:
Make a message scroll vertically
The second way to make a text scroll is vertically, with the following BBcode :
Result:
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.
Text Formatting:[b]
BBCode includes tags to allow you to quickly change the basic style of your text. This is achieved in the following ways:
To make a piece of text bold enclose it in:
- Code:
[b]Hello[/b]
For underlining use:
- Code:
[u]Hello[/u]
To italicise text use:
- Code:
[i]Great![/i]
To strike some text:
- Code:
[strike]test[/strike]
How to change the text colour or size:
To alter the color 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):
To change your text color, you can specify a known color (ex: red, blue, yellow, etc.), or an hexadecimal color code (ex: #FFFFFF, #000000):
- Code:
[color=red]Red color (red)[/color] or [color=#FF0000]Red color (#FF0000)[/color]
To change your text size, you must specify the text size in pixel, from 1 (so small you won't see it) to 29 (very huge):
- Code:
[size=9]SMALL[/size] or [size=24]HUGE[/size]
To change the font, you must specify a recognized font (ex: Verdana, Arial) if the user hasn't got the font, a default one will be displayed :
- Code:
[font=Arial]Arial font[/font] or [font=Comic Sans Ms]Comic sans MS font[/font]
Can I combine formatting tags?
Yes, of course you can; for example to get someones attention you may write:
- Code:
[size=18][color=red][b]LOOK AT ME ![/b][/color][/size]
Although, we recommend you not to use much text as above ! Remember that it's your task to correctly shut the tags. The following example is incorrect:
- Code:
[b][u]This is incorrect[/b][/u]
- Code:
[b][u]This is correct[/u][/b]
Quoting and outputting fixed-width text:
Quoting text in replies:
There are two ways you can quote text: with a reference or without.
The reference example, to quote a post wrote by Mr. Blobby, you must enter:
- Code:
[quote="Mr. Blobby"]The text wrote by Mr. Blobby must be placed here[/quote]
Remember that you must include the quotation marks "" around the name you are quoting -- they are not optional.Mr. Blobby wrote:The text wrote by Mr. Blobby must be placed here
The second method allows you to blindly quote something. To use it :
- Code:
[quote]Blind quote[/quote]
Blind quote
Outputting code or fixed width data:
If you want to output a piece of code (HTML or other) or in fact anything that requires a fixed width with a Courier-type font, you must use the following BBCode :
- Code:
[code]echo "This is some code";[/code]
- Code:
echo "This is some code";
Generating lists
Creating an Un-ordered list:
An un-ordered list produces a list which entries are one underneath the others and indented with a bullet character.
To create an un-ordered list, use:
- Code:
[list][*]Red[*]Blue[*]Yellow[/list]
- Red
- Blue
- Yellow
Creating an Ordered list
The second list type gives you the control on what will be displayed before each entry. To create an ordered list, you've got two possibilities :
A numbered list :
- Code:
[list=1][*]Do shopping[*]Buy a new computer[*]Yell to its computer when it crashes[/list]
- Do shopping
- Buy a new computer
- Yell to its computer when it crashes
An alphabetical list :
- Code:
[list=a][*]First possible answer[*]Second possible answer[*]Third possible answer[/list]
- First possible answer
- Second possible answer
- Third possible answer
Creating Links
The BBcode supports several methods to create links, most commonly known under URLs.
First method, to create for an example a link to forumotion.com you must use :
- Code:
[url=http://www.tnmaa.net]visit http://www.tnmaa.net[/url]
You'll notice that the link opens a new window, by this way the user can still browse the forums if he wants to.
Second method, if you want the link to display directly the URL :
- Code:
[url]http://www.tnmaa.net[/yrl]
Showing images in posts
Adding an image to a post:
The BBCode incorporates a tag for including images in your posts. Two very important things to remember when using this tag are: many users do not appreciate lots of images being shown in posts and second, the image you display must already be available on the Internet (it cannot exist only on your computer, for example, unless you run a webserver!). You can upload for free your images on internet by an image hosting such as www.servimg.com. To display an image, you need to proceed as following :
- Code:
[img]http://sphotos-g.ak.fbcdn.net/hphotos-ak-ash3/582449_3105199230701_1124691808_n.jpg[/img]
Text positioning:
Four positions possibilities are proposed :
Left alignment:
- Code:
[left]text aligned to the left[/left]
text aligned to the left
The centering :
- Code:
[center]Text centered[/center]
Text centered
Right alignment :
- Code:
[right]Text aligned to the right[/right]
Text aligned to the right
\The justification :
- Code:
[justify]This page is available, please contact us. Read more about pain soft nearby. For the bow, feel good, from the course, the ullamcorper that, a few notes he did not, he wishes to. We bow at EU consumer. The mass scale is feasibility. But the hatred. This comment stated. It's not easy here. Economy of the impact is. Contact. We just region, the gate, and, every now and then, according to reason is the anyone who loves or the masters.[/justify]
This page is available, please contact us. Read more about pain soft nearby. For the bow, feel good, from the course, the ullamcorper that, a few notes he did not, he wishes to. We bow at EU consumer. The mass scale is feasibility. But the hatred. This comment stated. It's not easy here. Economy of the impact is. Contact. We just region, the gate, and, every now and then, according to reason is the anyone who loves or the masters.
Scrolling text
Make a message scroll horizontally
If you wish to make a text scroll horizontally, you need to use the following BBcode :
- Code:
[scroll]My message[/scroll]
Result:
Make a message scroll vertically
The second way to make a text scroll is vertically, with the following BBcode :
- Code:
[updown]My message[/updown]
Result:
- QiLunShinigami Badge Holder
- Posts : 14
Points : 108611
Join date : 2012-12-26
Warning Level :
Re: BBCode Guide 2
Fri Dec 28, 2012 1:53 pm
TY po. ganun pala un
- yuuki22Newbie
- Posts : 0
Points : 107500
Join date : 2012-12-27
Warning Level :
Re: BBCode Guide 2
Fri Dec 28, 2012 1:56 pm
ganun po pala un
- mr.kudosTNMAA VIP Member
- Posts : 2763
Points : 108457
Coins : 3016
Join date : 2012-12-27
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Fri Dec 28, 2012 2:01 pm
requires programming skills...haven't done that in a while
- ezekiel05Dango Lover
- Posts : 525
Points : 109216
Coins : 6342
Join date : 2012-12-26
Warning Level :
Re: BBCode Guide 2
Fri Dec 28, 2012 2:04 pm
[/size]
gagana ba marque dito??
parang HTML din pla try ko nga dito mga code ng HTML
parang HTML din pla try ko nga dito mga code ng HTML
- Kiroko ShunTNMAA FinesT
- Posts : 1216
Points : 102964
Coins : 12241
Join date : 2012-07-26
Warning Level :
Re: BBCode Guide 2
Fri Dec 28, 2012 2:06 pm
mr.kudos wrote:requires programming skills...haven't done that in a while
sorry for my skills this is my first time to post a guidelines sorry for that
- ReiishiDango Lover
- Posts : 875
Points : 100489
Coins : 1767
Join date : 2012-06-07
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Fri Dec 28, 2012 2:53 pm
haha .. Madali naman pong intindihin eh. Medyo may skill na din dahil madalas nakatambay sa forum ang kuya ko. :D
- DicktatorPromoter
- Posts : 749
Points : 107091
Coins : 11861
Join date : 2012-12-24
Warning Level :
Re: BBCode Guide 2
Fri Dec 28, 2012 2:57 pm
ahahaha kinalat tlga xD
d nmn s bawal ahahahah :D
d nmn s bawal ahahahah :D
- HyugAAdministrator
- Posts : 10484
Points : 98339
Join date : 2012-04-23
Warning Level :
Membership :
Member's Awards :
Re: BBCode Guide 2
Fri Dec 28, 2012 5:02 pm
ezekiel05 wrote:[/size]gagana ba marque dito??
parang HTML din pla try ko nga dito mga code ng HTML
Nope it won't
- SnowFlakes.Dango Lover
- Posts : 875
Points : 128316
Coins : 2276
Join date : 2013-01-05
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Mon Jan 07, 2013 7:35 pm
Thanks for the info
- CoLAdministrator
- Posts : 1993
Points : 249170
Coins : 151534
Join date : 2010-09-27
Warning Level :
Re: BBCode Guide 2
Fri Jan 11, 2013 1:34 pm
Thank your for this, HTML is disabled for posting a reply. Only admin can activate it.
- TetreTNMAA VIP Member
- Posts : 2720
Points : 111143
Join date : 2013-01-10
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Fri Jan 11, 2013 1:45 pm
Thank you for posting this~! We're having a lesson about this.. Yay~! :]
- MariaAikoAgonStraw Hat Pirate
- Posts : 41
Points : 107275
Join date : 2013-01-15
Warning Level :
Re: BBCode Guide 2
Sun Feb 10, 2013 10:05 am
Thanks.. ^_^
- Kirito-kun07Dango Lover
- Posts : 680
Points : 108328
Coins : 5997
Join date : 2013-01-26
Warning Level :
Re: BBCode Guide 2
Mon Feb 18, 2013 10:43 pm
Pano po ung Kunyari sa Signature Rukichii
hello Kirito-kun07
nag iidentify po nung tumitingin na user pano un?
hello Kirito-kun07
nag iidentify po nung tumitingin na user pano un?
- TetreTNMAA VIP Member
- Posts : 2720
Points : 111143
Join date : 2013-01-10
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Tue Feb 19, 2013 7:26 pm
Kirito-kun07 wrote:Pano po ung Kunyari sa Signature Rukichii
hello Kirito-kun07
nag iidentify po nung tumitingin na user pano un?
Gagamit ka ng {USERNSME}.
Pero ung USERNSME papalitan mo ng USERNAME.
- Kirito-kun07Dango Lover
- Posts : 680
Points : 108328
Coins : 5997
Join date : 2013-01-26
Warning Level :
Re: BBCode Guide 2
Tue Feb 19, 2013 7:42 pm
Try ko Guest
- larlarszkieShinigami Badge Holder
- Posts : 12
Points : 106427
Join date : 2013-02-10
Warning Level :
Re: BBCode Guide 2
Thu Feb 21, 2013 9:58 pm
Medyo mahirap pala :)) ..... Mahina kc ako pagdating sa mraming nakasulat ...
Pero Be Patient parin ... ^_^
Pero Be Patient parin ... ^_^
- LotusGFX Staff
- Posts : 2672
Points : 103703
Coins : 10500
Join date : 2013-04-16
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Sun Apr 21, 2013 9:12 pm
Thanks! It really helped a lot.
- AngelicDemonDragon Balls Collector
- Posts : 206
Points : 105035
Join date : 2013-04-21
Warning Level :
Member's Awards :
Re: BBCode Guide 2
Mon Apr 22, 2013 9:21 pm
Thanks for this i learned a lot more about bbcode.
- Iron59TNMAA FinesT
- Posts : 1896
Points : 104572
Coins : 265
Join date : 2012-12-28
Warning Level :
Re: BBCode Guide 2
Mon Apr 22, 2013 10:05 pm
nice guide!
Permissions in this forum:
You cannot reply to topics in this forum
|
|