Additional Info |
---|
Type
|
Package ID
exphryl:blizquotes
|
First Created
February 05, 2010, 03:45:38 PM
|
Last Updated
April 19, 2010, 08:30:21 AM
|
<search for>array(
'image' => 'img',
'code' => 'img',
'before' => '[img]',
'after' => '[/img]',
'description' => $txt['image']
),]]></search>
<add after>
array (
'image' => 'blizzquote',
'code' => 'blizzardquote',
'before' => '[blizzardquote]',
'after' => '[/blizzarquote]',
'description' => $txt['bbc_quote']
)
</add after>
<search for> array(
'tag' => 'u',
'before' => '<span class="bbc_u">',
'after' => '</span>',
),></search>
<add after>
array(
'tag' => 'blizzardquote',
'before' => '<div class="blizzquotewrap" ><div class="blizzquote"><h1><span><b>' . $txt['quote'] . '</b></span></div><font class="blizquotefont"><div class="blizzlinks">',
'after' => '</div></font><div class="quotefooter"><div class="botslice_quote"></div></div></div><br />',
'block_level' => true,
),
array(
'tag' => 'blizzardquote',
'parameters' => array(
'author' => array('match' => '(.{1,192}?)', 'quoted' => true),
),
'before' => '<div class="blizquoteheader"><div class="topslice_quote">' . $txt['quote_from'] . ': {author}</div></div><blockquote>',
'after' => '</blockquote><div class="quotefooter"><div class="botslice_quote"></div></div><br />',
'block_level' => true,
),
array(
'tag' => 'blizzardquote',
'type' => 'parsed_equals',
'before' => '<div class="blizquoteheader"><div class="topslice_quote">' . $txt['quote_from'] . ': $1</div></div><blockquote>',
'after' => '</blockquote><div class="quotefooter"><div class="botslice_quote"></div></div><br />',
'quoted' => 'optional',
// Don't allow everything to be embedded with the author name.
'parsed_tags_allowed' => array('url', 'iurl', 'ftp'),
'block_level' => true,
),
array(
'tag' => 'blizzardquote',
'parameters' => array(
'author' => array('match' => '([^<>]{1,192}?)'),
'link' => array('match' => '(?:board=\d+;)?((?:topic|threadid)=[\dmsg#\./]{1,40}(?:;start=[\dmsg#\./]{1,40})?|action=profile;u=\d+)'),
'date' => array('match' => '(\d+)', 'validate' => 'timeformat'),
),
'before' => '<div class="blizzquotewrap" ><div class="blizzquote"><h1><span>' . $txt['quote_from'] . ': {author} ' . $txt['search_on'] . ' {date} (<a href="' . $scripturl . '?{link}">Source</a>)</span></div><font class="blizquotefont"><div class="blizzlinks">',
'after' => '</div></font><div class="quotefooter"><div class="botslice_quote"></div></div></div><br />',
'block_level' => true,
),
array(
'tag' => 'blizzardquote',
'parameters' => array(
'author' => array('match' => '(.{1,192}?)'),
),
'before' => '<div class="blizzquotewrap" ><div class="blizzquote"><h1><div class="topslice_quote"><span>' . $txt['quote_from'] . ': {author}</span></div></div><font class="blizquotefont"><div class="blizzlinks">',
'after' => '</div></font><div class="quotefooter"><div class="botslice_quote"></div></div></div><br />',
'block_level' => true,),
</add>
<search for><link rel="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/css/print.css?rc2" media="print" />]]></search>
<add after>
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/blizzquotes.css?rc2" />
</add>