Page 1 of 1
Zuker
Joined: August 2006
Posts: 2134
Location:
BA
BBCODE - BBCodes Glossary
Bold Text
Ex: Testing Bold BBCode
Strong Text
Ex: Testing Strong BBCode
Strong Text
Ex: Testing EM BBCode
Italic Text
Ex: Testing Italic BBCode
Underline Text
Ex: Testing Underline BBCode
Formatted Unicode Text
Ex: Testing Formatted Unicode Text BBCode
Strike Text
Ex: Testing Strike BBCode
Superscript Text
Ex: Testing Superscript BBCode
Set text align to left
Ex: Testing Align Center BBCode
Set text align to center
[align=center]Text[/align]
Ex: Testing Align Center BBCode
Set text align to right
[align=right]Text[/align]
Ex: Testing Align Right BBCode
Justify Text
[align=justify]Text[/align]
Ex: Testing Justify BBCode
Center Tag
Ex: Testing Center BBCode
Arial Font
Ex: Testing Arial Font BBCode
Comic Sans MS Font
[font=Comic Sans MS]Text[/font]
Ex: Testing Comic Sans MS Font BBCode
Courier New Font
[font=Courier New]Text[/font]
Ex: Testing Courier New Font BBCode
Impact Font
Ex: Testing Impact Font BBCode
Lucida Console Font
[font=Lucida Console]Text[/font]
Ex: Testing Lucida Console BBCode
Lucida Sans Unicode Font
[font=Lucida Sans Unicode]Text[/font]
Ex: Testing Lucida Sans Unicode Font BBCode
Microsoft Sans Serif Font
[font=Microsoft Sans Serif]Text[/font]
Ex: Testing Microsoft Sans Serif Font BBCode
Symbol Font
Ex: Testing Symbol Font BBCode
Tahoma Font
Ex: Testing Tahona Font BBCode
Times New Roman Font
[font=Times New Roman]Text[/font]
Ex: Testing Times New Roman Font BBCode
Traditional Arabic Font
[font=Traditional Arabic]Text[/font]
Ex: Testing Traditional Arabic Font BBCode
Trebuchet MS Font
[font=Trebuchet MS]Text[/font]
Ex: Testing Trebuchet MS Font BBCode
Verdana Font
[font=Verdana]Text[/font]
Ex: Testing Verdana Font BBCode
Webdings Font
[font=Webdings]Text[/font]
Ex: Testing Webdings Font BBCode
Wingdings Font
[font=Wingdings]Text[/font]
Ex: Testing Wingdings Font BBCode
Font Size
Ex: Testing Size BBCode
Font Size (bigger)
Ex: Testing Size BBCode
Special formattings tags (quote blocks)
[span class=topic_glo]Icy Phoenix[/span]
[cell class=mg_quotetitle]Testing Cell BBCode[/cell][cell class=mg_quotediv]cell
cell
cell
cell
cell
cell
cell[/cell]
Ex: Icy Phoenix
Testing Cell BBCode
cell
cell
cell
cell
cell
cell
cell
Special formattings tags (code blocks)
[span class=topic_glo]Icy Phoenix[/span]
[cell class=mg_codetitle]Testing Cell BBCode[/cell][cell class=mg_codediv]cell
cell
cell
cell
cell
cell
cell[/cell]
Ex: Icy Phoenix
Testing Cell BBCode
cell
cell
cell
cell
cell
cell
cell
Insert H-Line
Ex:
Text Color
[color=#FF8866]Text[/color]
Ex: Testing Color BBCode
Highlight Text
Ex: Testing Highlight BBCode
Rainbow Text
Ex: T e s t i n g R a i n b o w B B C o d e
Gradient Text
[gradient cols=#FF8866 cole=#336699 iterations=8]Text[/gradient]
Ex: T e s t i n g G r a d i e n t B B C o d e
Opacity Text
[opacity=50]Text[/opacity]
Ex: Testing Opacity BBCode
Fading Text
Ex: Testing Fade BBCode
Marquee Text
[marquee direction=right scrolldelay=480 behavior=slide]Marquee Text[/marquee]
Ex: Testing Marquee BBCode
Insert image
Ex:
Insert image with left alignment
[img align=left]Image Link[/img]
Ex:
Insert image with right alignment
[img align=right]Image Link[/img]
Ex:
Insert image from album
[albumimg]Album Pic ID[/albumimg]
Ex:
Insert image from album with right alignment
[albumimg align=right]Album Pic ID[/albumimg]
Ex:
Insert image from album with left alignment
[albumimg align=left]Album Pic ID[/albumimg]
Ex:
Insert Customized smilies
[smiley smilie=8 fontcolor=DD2244 shadowcolor=6699AA shieldshadow=1]Testing Smilie BBCode[/smiley]
Ex:
Insert URL
[url]http://url[/url] or [url=http://url]URL text[/url]
Ex: http://www.icyphoenix.com or IcyPhoenix
Insert Email
[email]Email Here[/email]
Ex:
info [at] icyphoenix [dot] com
Ordered list (with numbers)
[list=1][*]list
[*]list
[*]list
[*]list
[*]list[/list]
Ex: list
list
list
list
list
Ordered list (with letters)
[list=a][*]list
[*]list
[*]list
[*]list
[*]list[/list]
Ex: list
list
list
list
list
Ordered list
[list][*]list
[*]list
[*]list
[*]list
[*]list[/list]
Ex:
Tip: you can use [*] or [li]text[/li] to insert bullet
Quote text
[quote user="Zuker"]quote text[/quote]
Ex: Zuker wrote:
Testing Quote BBCode
OffTopic text
Ex: Testing OffTopic BBCode
Code display
Ex:
Code display without line numbers
[ code linenumbers=false]code[/ code]
Ex:
Code display highlighting lines
[ code highlight=2-4]code[/ code]
Ex: Lines 2,3 and 4 should be hightlighted
Test
Testing
Test
This one no :P
Code display without PHP Syntax
[ code syntax=php]PHP code[/ code]
Ex:
<?php
define ( 'IN_PHPBB' , true );
$phpbb_root_path = './' ;
include( $phpbb_root_path . 'extension.inc' );
include( $phpbb_root_path . 'common.' . $phpEx );
// Start session management
$userdata = session_pagestart ( $user_ip , PAGE_INDEX );
init_userprefs ( $userdata );
// End session management
$gen_simple_header = true ;
$page_title = $lang [ 'Greeting_Messaging' ];
include( $phpbb_root_path . 'includes/page_header.' . $phpEx );
$year = create_date ( 'Y' , time (), $board_config [ 'board_timezone' ]);
$date_today = create_date ( 'Ymd' , time (), $board_config [ 'board_timezone' ]);
$user_birthday = realdate ( "md" , $userdata [ 'user_birthday' ]);
$user_birthday2 =(( $year . $user_birthday < $date_today )? $year + 1 : $year ). $user_birthday ;
$l_greeting = ( $user_birthday2 == $date_today ) ?
sprintf ( $lang [ 'Birthday_greeting_today' ], date ( 'Y' )- realdate ( 'Y' , $userdata [ 'user_birthday' ]) ) :
sprintf ( $lang [ 'Birthday_greeting_prev' ], date ( 'Y' )- realdate ( 'Y' , $userdata [ 'user_birthday' ]) , realdate ( str_replace ( 'Y' , '' , $lang [ 'DATE_FORMAT' ]), $userdata [ 'user_birthday' ]) );
$template -> set_filenames (array(
'body' => 'greeting_popup.tpl' ));
$template -> assign_vars (array(
'L_CLOSE_WINDOW' => $lang [ 'Close_window' ],
'L_MESSAGE' => $l_greeting ));
$template -> pparse ( 'body' );
include( $phpbb_root_path . 'includes/page_tail.' . $phpEx );
?>
Spoiler
Ex:
Hide
Ex: Hidden Message:
Sorry, but you must be registered and also post a reply to view this message.
Icy Phoenix Staff
[url=docs/readme_english.html#license]Readme[/url]
Ex: Readme
____________
? Zuker - EDDB - LPM - Sharefields
Last edited by Zuker on Thu 12 Apr, 2007 02:32; edited 1 time in total
#1 Wed 11 Apr, 2007 17:33
Sponsors
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
ThE KuKa
Joined: August 2006
Posts: 489
Location:
Sabadell
Re: BBCodes Glossary
Thanks again Zuker, nice work friend!
#2 Wed 11 Apr, 2007 19:58
sonoangelo
Joined: December 2006
Posts: 200
Location:
Sicilia
Re: BBCodes Glossary
thanks, good work
#4 Thu 12 Apr, 2007 11:19
buldo
Joined: August 2006
Posts: 474
Location:
Borgo San Michele
Re: BBCodes Glossary
Many thanks Zuker!
Great work!!
____________
~ ~ ~ A n d r e a ~ ~ ~
User #379756 on
Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
#5 Thu 12 Apr, 2007 15:02
DWho
Joined: August 2006
Posts: 1307
Location:
hampshire
Re: BBCodes Glossary
Hi
Some of the bbcodes are not represented by the use of the images for example there is no button for the hide bbcode....
Can we just place the code in the post and will it work or is there a feature I have missed...
Thanks for the examples...
#6 Tue 24 Apr, 2007 10:36
andrea75
Joined: August 2006
Posts: 379
Location:
Perugia
Re: BBCodes Glossary
Hi
Some of the bbcodes are not represented by the use of the images for example there is no button for the hide bbcode....
Can we just place the code in the post and will it work or is there a feature I have missed...
Thanks for the examples...
Not all codes has got the respective button, but there are inluded anyway. If you want to add, for example, the hide BBCODE button in your board you can follow this link:
http://www.icyphoenix.com/viewtopic...ghlight=#p11381
____________
My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
#7 Tue 24 Apr, 2007 12:41
DWho
Joined: August 2006
Posts: 1307
Location:
hampshire
Re: BBCodes Glossary
cool
thank you for the info and for reading
#8 Tue 24 Apr, 2007 15:06
Page 1 of 1
Was this topic useful?
Was this topic useful?
Link this topic
URL
BBCode
HTML
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events