'no_option']['noparse'] = array( 'html' => '%1$s', 'strip_empty' => true, 'stop_parse' => true, 'disable_smilies' => true ); if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_BASIC) OR $force_all) { // [B] $tag_list['no_option']['b'] = array( 'html' => '%1$s', 'strip_empty' => true ); // [I] $tag_list['no_option']['i'] = array( 'html' => '%1$s', 'strip_empty' => true ); // [U] $tag_list['no_option']['u'] = array( 'html' => '%1$s', 'strip_empty' => true ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_COLOR) OR $force_all) { // [COLOR=XXX] $tag_list['option']['color'] = array( 'html' => '%1$s', 'option_regex' => '#^\#?\w+$#', 'strip_empty' => true ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_SIZE) OR $force_all) { // [SIZE=XXX] $tag_list['option']['size'] = array( 'html' => '%1$s', 'option_regex' => '#^[0-9\+\-]+$#', 'strip_empty' => true ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_FONT) OR $force_all) { // [FONT=XXX] $tag_list['option']['font'] = array( 'html' => '%1$s', 'option_regex' => '#^[^["`\':]+$#', 'strip_empty' => true ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_ALIGN) OR $force_all) { // [LEFT] $tag_list['no_option']['left'] = array( 'html' => '
%1$s', 'strip_empty' => true, 'strip_space_after' => 1 ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_LIST) OR $force_all) { // [LIST] $tag_list['no_option']['list'] = array( 'callback' => 'handle_bbcode_list', 'strip_empty' => true ); // [LIST=XXX] $tag_list['option']['list'] = array( 'callback' => 'handle_bbcode_list', 'strip_empty' => true ); // [INDENT] $tag_list['no_option']['indent'] = array( 'html' => '
%1$s', 'strip_empty' => true, 'strip_space_after' => 1 ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_URL) OR $force_all) { // [EMAIL] $tag_list['no_option']['email'] = array( 'callback' => 'handle_bbcode_email', 'strip_empty' => true ); // [EMAIL=XXX] $tag_list['option']['email'] = array( 'callback' => 'handle_bbcode_email', 'strip_empty' => true ); // [URL] $tag_list['no_option']['url'] = array( 'callback' => 'handle_bbcode_url', 'strip_empty' => true ); // [URL=XXX] $tag_list['option']['url'] = array( 'callback' => 'handle_bbcode_url', 'strip_empty' => true ); // [THREAD] $tag_list['no_option']['thread'] = array( 'html' => '' . $vbulletin->options['bburl'] . '/showthread.php?t=%1$s', 'data_regex' => '#^\d+$#', 'strip_empty' => true ); // [THREAD=XXX] $tag_list['option']['thread'] = array( 'html' => '%1$s', 'option_regex' => '#^\d+$#', 'strip_empty' => true ); // [POST] $tag_list['no_option']['post'] = array( 'html' => '' . $vbulletin->options['bburl'] . '/showthread.php?p=%1$s', 'data_regex' => '#^\d+$#', 'strip_empty' => true ); // [POST=XXX] $tag_list['option']['post'] = array( 'html' => '%1$s', 'option_regex' => '#^\d+$#', 'strip_empty' => true ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_PHP) OR $force_all) { // [PHP] $tag_list['no_option']['php'] = array( 'callback' => 'handle_bbcode_php', 'strip_empty' => true, 'stop_parse' => true, 'disable_smilies' => true, 'disable_wordwrap' => true, 'strip_space_after' => 2 ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_CODE) OR $force_all) { //[CODE] $tag_list['no_option']['code'] = array( 'callback' => 'handle_bbcode_code', 'strip_empty' => true, 'disable_smilies' => true, 'disable_wordwrap' => true, 'strip_space_after' => 2 ); } if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_HTML) OR $force_all) { // [HTML] $tag_list['no_option']['html'] = array( 'callback' => 'handle_bbcode_html', 'strip_empty' => true, 'stop_parse' => true, 'disable_smilies' => true, 'disable_wordwrap' => true, 'strip_space_after' => 2 ); } ($hook = vBulletinHook::fetch_hook('bbcode_fetch_tags')) ? eval($hook) : false; } if ($force_all) { $tag_list_return = $tag_list; $tag_list = $tag_list_bak; return $tag_list_return; } else { return $tag_list; } } /*======================================================================*\ || #################################################################### || # CVS: $RCSfile$ - $Revision: 27128 $ || #################################################################### \*======================================================================*/ ?>
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Tema Tasarım : Çağrı TURNALI - dustofstage@hotmail.com | |||||||||||||||||||||||||||