jQt Sliding Log-In / Register
================================================== ==============================
Version: 1.0Beta

Apply the following modifications to your Templates:

Find the following Text in Template header:
PHP Code:
<div class="above_body"
--------------------------------------------------------------------------------

Above that, insert the following Text:
PHP Code:
{vb:raw template_hook.jqt_slider
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------


Find the following Text in Template header:
PHP Code:
<li>
            <
script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script> 
--------------------------------------------------------------------------------

Above that, insert the following Text:
PHP Code:
<vb:if condition="$vboptions['jqt_slider_active']">
<
noscript>
</
vb:if> 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Find the following Text in Template header:
PHP Code:
</vb:if>
            </
ul
--------------------------------------------------------------------------------

Above that, insert the following Text:
PHP Code:
<vb:if condition="$vboptions['jqt_slider_active']">
</
noscript>
</
vb:if> 
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Find the following Text in Template header:
PHP Code:
<div id="header" class="floatcontainer doc_header"
--------------------------------------------------------------------------------

Replace it with:
PHP Code:
<vb:if condition="$vboptions['jqt_slider_active']">
<
div id="header" class="floatcontainer doc_header" style="padding-top: 10px;">
<
vb:else />
<
div id="header" class="floatcontainer doc_header">
</
vb:if> 
--------------------------------------------------------------------------------