- 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
Ex:Testing Align Center BBCode
- Set text align to right
Ex:Testing Align Right BBCode
- Justify Text
Ex:Testing Justify BBCode
- Center Tag
Ex:Testing Center BBCode
- Arial Font
Ex: Testing Arial Font BBCode
- Comic Sans MS Font
Ex: Testing Comic Sans MS Font BBCode
- Courier New Font
Ex: Testing Courier New Font BBCode
- Impact Font
Ex: Testing Impact Font BBCode
- Lucida Console Font
Ex: Testing Lucida Console BBCode
- Lucida Sans Unicode Font
Ex: Testing Lucida Sans Unicode Font BBCode
- Microsoft Sans Serif 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
Ex: Testing Times New Roman Font BBCode
- Traditional Arabic Font
Ex: Testing Traditional Arabic Font BBCode
- Trebuchet MS Font
Ex: Testing Trebuchet MS Font BBCode
- Verdana Font
Ex: Testing Verdana Font BBCode
- Webdings Font
Ex: Testing Webdings Font BBCode
- Wingdings 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 BBCodecell
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 BBCodecell
cell
cell
cell
cell
cell
cell
- Insert H-Line
Ex:
- Text Color
Ex: Testing Color BBCode
- Highlight Text
Ex: Testing Highlight BBCode
- Rainbow Text
Ex: Testing Rainbow BBCode
- Gradient Text
Ex: Testing Gradient BBCode
- Opacity Text
Ex:Testing Opacity BBCode
- Fading Text
Ex:Testing Fade BBCode
- Marquee Text
Ex:
- Insert image
Ex:
- Insert image with left alignment
Ex:
- Insert image with right alignment
Ex:
- Insert image from album
Ex:
- Insert image from album with right alignment
Ex:
- Insert image from album with left alignment
Ex:
- Insert Customized smilies
[smiley smilie=8 fontcolor=DD2244 shadowcolor=6699AA shieldshadow=1]Testing Smilie BBCode[/smiley]
Ex:
- Insert flash file
Ex:
- Insert video file
Ex:
- Insert Google video file
Ex:
Link
- Insert YouTube video file
Ex:
YouTube Link
- Insert RealMedia file
Ex:
- Insert Quicktime video
Ex:
- Insert Stream file
Ex:
- Insert mp3 file
Ex:
- Insert URL
Ex: http://www.icyphoenix.com or IcyPhoenix
- Insert Email
Ex:
- Ordered list (with numbers)
Ex:- list
- list
- list
- list
- list
- list
- Ordered list (with letters)
Ex:- list
- list
- list
- list
- list
- list
- Ordered list
Ex:- list
- list
- list
- list
- list
- list
- Quote text
Ex:Zuker wrote:
- OffTopic text
Ex:
- Code display
Ex:Code: [Hide]- Testing Code BBCode
- Code display without line numbers
Ex:
- Code display highlighting lines
Ex:Code: [Hide]- Lines 2,3 and 4 should be hightlighted
- Test
- Testing
- Test
- This one no :P
- Code display without PHP Syntax
Ex:Code: [Hide]- <?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);
- ?>