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

Blizzard WOW Quoting v2

Blizzard WOW Quotes
Compatible With 2.0 RC2, 2.0 RC3
Latest version v2
Downloads 1,839
Reviews 0
Rating 0/5
Subscribers 5
License (View License)
Author(s)
Blizzard Dev Quoting


Please Uninstall Any Previous Version of Blizzard Dev Quoting

Version 2.0.1

Fixed: Closed End Quote

This package will add a new BBC Icon to replies which will enable quotes that resemble a Blizzard Developer for World Of Warcraft. The idea was derived from mmo-champion's setup.  The rounded corners are CSS Coded as as of yet do not fully show up in IE8. Firefox, Safari, and Chrome work just fine however.



To the default theme in Simple Machines 2.0 RC2.  If you are installing on a custom theme please run the package, than move the graphic files into the appropiate slots manually.

Link To Live Demo

RECOMMENDED YOU HAVE DEFAULT THEME CHOSEN IN YOUR PERSONAL PROFILE BEFORE APPLYING THIS MOD

However, please note if you use any other themes than the default you'll need to manually edit your index.template.php file.

Code (Subs-Editor.php Editing) Select

<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>


Code (Subs.php Editing) Select

<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>


Code (index.template.php Editing) Select

<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>


Images Included

blizzpost.gif >> Installed into your theme's /Images directory
blizzquotesep.gif >> Installed into your themes Images directory
blizzquote.gif >> Installed into your theme's /Images/BBC Directory


If you have any issues please contact me
on our site and post in the Web Page forum.

http://www.therisenguild.net

-Exphryl
Manual installation info
You have to register or login to be able to leave a review
There are currently no reviews on this customization
Advertisement: