BBCODE - BBCodes Glossary

Tags And Keywordsbbcode, glossary


Subject: BBCODE - BBCodes Glossary
user_2_text_formatting


user_2_alignment_1176155205_757442


user_2_colors


user_2_images


user_2_streaming


user_2_url

  • Insert URL

    Code: [Download] [Hide] [Select]
    [url]http://url[/url] or [url=http://url]URL text[/url]


    Ex: http://www.icyphoenix.com or IcyPhoenix

  • Insert Email

    Code: [Download] [Hide] [Select]
    [email]Email Here[/email]


    Ex:


user_2_listing


user_2_quoting


user_2_codes

  • Code display

    Code: [Download] [Hide] [Select]
    [ code]code[/ code]


    Ex:
    Code: [Download] [Hide]
    1. Testing Code BBCode 


  • Code display without line numbers

    Code: [Download] [Hide] [Select]
    [ code linenumbers=false]code[/ code]


    Ex:
    Code: [Download] [Hide] [Select]
    Testing Code BBCode


  • Code display highlighting lines

    Code: [Download] [Hide] [Select]
    [ code highlight=2-4]code[/ code]


    Ex:
    Code: [Download] [Hide]
    1. Lines 2,3 and 4 should be hightlighted  
    2. Test  
    3. Testing  
    4. Test  
    5. This one no :P 


  • Code display without PHP Syntax

    Code: [Download] [Hide] [Select]
    [ code syntax=php]PHP code[/ code]


    Ex:
    Code: [Download] [Hide]
    1. <?php
    2. define('IN_PHPBB', true);
    3. $phpbb_root_path = './';
    4. include($phpbb_root_path . 'extension.inc');
    5. include($phpbb_root_path . 'common.'.$phpEx);
    6.  
    7. // Start session management
    8. $userdata = session_pagestart($user_ip, PAGE_INDEX);
    9. init_userprefs($userdata);
    10. // End session management
    11.  
    12. $gen_simple_header = true;
    13. $page_title = $lang['Greeting_Messaging'];
    14. include($phpbb_root_path . 'includes/page_header.'.$phpEx);
    15. $year=create_date('Y', time(), $board_config['board_timezone']);
    16. $date_today = create_date('Ymd', time(), $board_config['board_timezone']);
    17. $user_birthday=realdate("md",$userdata['user_birthday']);
    18. $user_birthday2=(($year.$user_birthday<$date_today)? $year+1:$year).$user_birthday;
    19. $l_greeting = ($user_birthday2==$date_today) ?
    20. sprintf ( $lang['Birthday_greeting_today'], date('Y')-realdate('Y',$userdata['user_birthday']) ) :
    21. sprintf ( $lang['Birthday_greeting_prev'], date('Y')-realdate('Y',$userdata['user_birthday']) , realdate(str_replace('Y','',$lang['DATE_FORMAT']),$userdata['user_birthday']) );
    22. $template->set_filenames(array(
    23. 'body' => 'greeting_popup.tpl'));
    24. $template->assign_vars(array(
    25. 'L_CLOSE_WINDOW' => $lang['Close_window'],
    26. 'L_MESSAGE' => $l_greeting ));
    27. $template->pparse('body');
    28. include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
    29.  
    30. ?>



user_2_misc


Last edited by Zuker on Thu 12 Apr, 2007 02:32; edited 1 time in total
Subject: Re: BBCodes Glossary
Thanks again Zuker, nice work friend! :mrgreen:

Subject: Re: BBCodes Glossary
Really well done... :wink:

Subject: Re: BBCodes Glossary
thanks, good work :mricy:

Subject: Re: BBCodes Glossary
Many thanks Zuker!
Great work!! :mri:

Subject: 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...

:mrgreen: :mrgreen:

Subject: Re: BBCodes Glossary
DWho wrote: [View Post]
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...

:mrgreen: :mrgreen:


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

Subject: Re: BBCodes Glossary
cool

thank you for the info and for reading

:mrgreen: :mrgreen:


Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.2078s (PHP: 3% SQL: 97%)
SQL queries: 32 - Debug Off - GZIP Enabled