Back to vBulletin 4.x Template Modifications

V-net Advanced Alternative Redirect
Mod Version: 2.00, by eTiKeT™

vB Version: 4.1.0 Rating: (3 votes - 5.00 average) Installs: 11
Released: 24 Feb 2011 Last Update: Never Downloads: 38
Not Supported Template Edits Re-usable Code Translations Is in Beta Stage  

# Demo : http://vizilti.net/forum.php
# Original Topic : http://vizilti.net/40-tema-editlemeleri/2408-v-net-gelismis-alternatif-yonlendirme-alani/
V-net Advanced Alternative Redirect



################## Installation ##################

Step 1

* admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates >> additional.css: Add to the end

* Kullandıgınız Temanızda additional.css Şablonunuzu Açın Ve En Altına Ekleyin

PHP Code:
/************************************************************************/
/* Yönlendirme Alanı*/

.v_giris_yapiliyor {
    
background#F4F5F6 url(images/gradients/grey-up.png) bottom repeat-x;
    
border1px solid #EFEFEF;
    
text-alignleft;
    
height250px;
    
width50&;
    
max-width60%;
    
margin-leftauto;
    
margin-rightauto;
    
margin-top100px;
    -
moz-border-radius8px;
    -
webkit-border-radius8px;
    
border-radius8px;
    -
webkit-box-shadow#ccc 0 0 40px;
    
-moz-box-shadow0 0 40px #ccc; }
 
    
.v_giris_yapiliyor h2 {
        
background#FFDFDF ;
        
border1px solid #FFBFBF;
        
color#CF0008;
        
font-weightbold;
        
font-size13pt;
        
margin10px 10px 10px 10px;
        
padding5px 5px 5px 5px;
        -
moz-border-radius8px;
        -
webkit-border-radius8px;
        
border-radius8px;
        
box-shadow0 0 6px #ccc;
        
-webkit-box-shadow#ccc 0 0 6px;
        
-moz-box-shadow0 0 6px #ccc;
        
text-shadow0 1px 0 rgb(199203212); }


.
v_giris_yapiliyor_ms {
    
color#000;
    
font-size16px;
    
font-weightbold;
    
text-shadow0 1px 0 rgb(199203212);
    
padding10px 20px 20px 20px; } 


Step 2

* admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates >> STANDARD_REDIRECT: Change the entire
* Kullandıgınız Temanızda STANDARD_REDIRECT Şablonunu Açın Ve Komple Degiştirin

PHP Code:
{vb:stylevar htmldoctype}
<
html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<
head>
    {
vb:raw headinclude}
    <
title>{vb:raw pagetitle}</title>
    {
vb:raw headinsert}
    {
vb:raw headinclude_bottom}
</
head>
<
body>
<
div align="center"

<
div class="v_giris_yapiliyor">
    <
form class="block vbform" method="post" action="{vb:raw formfile}" name="postvarform">
        <
h2> {vb:rawphrase redirecting}</h2><br />
        
<
div class="v_giris_yapiliyor_ms"> {vb:raw errormessage}

<
div style="height: 10px;"> </div>
               <
div align="center">
<
img src="images/misc/bekleme_yapma.gif">
                </
div>
<
div style="height: 45px;"> </div
            
            
<vb:if condition="$postvars">
                {
vb:raw postvars}
                <
class="blockrow" id="click_here_p">{vb:rawphrase click_the_following_button}</p>
            </
vb:if>
        </
div>

        
            <
div class="blockfoot actionbuttons">
            <
div class="group">
                <
vb:if condition="$postvars">
                    <
input type="submit" class="button" id="proceed_button" value="{vb:rawphrase proceed}" onclick="proceed_click()" accesskey="s" tabindex="1" />
                <
vb:else />
                    <
a href="{vb:raw url}" class="textcontrol">{vb:rawphrase click_if_browser_does_not_redirect}</a>
                </
vb:if>
            </
div>
        </
div>
    </
form>
</
div>

<
vb:if condition="$postvars">

<!-- 
redirect with POST -->

<
script type="text/javascript">
<!--
fetch_object('click_here_p').style.display 'none';

myvar "";
timeout 18;
timerID 0;

function 
proceed_click()
{
    
clearTimeout(timerID);
    return 
true;
}

function 
submit_form()
{
    
window.status "Redirecting" myvar;
    
myvar myvar " .";
    
timerID setTimeout("submit_form();"100);
    if (
timeout 0)
    {
        
timeout -= 1;
    }
    else
    {
        
clearTimeout(timerID);
        
window.status "";
        
document.forms.postvarform.submit();
        
fetch_object('proceed_button').disabled true;
    }
}

submit_form();
//-->
</script>

<!-- / 
redirect with POST -->

<
vb:else />

<
noscript>
<
meta http-equiv="Refresh" content="2; URL={vb:raw url}" />
</
noscript>

<
script type="text/javascript">
<!--
function 
exec_refresh()
{
    
window.status "{vb:rawphrase redirecting}" myvar;
    
myvar myvar " .";
    var 
timerID setTimeout("exec_refresh();"100);
    if (
timeout 0)
    {
        
timeout -= 1;
    }
    else
    {
        
clearTimeout(timerID);
        
window.status "";
        
window.location "{vb:raw js_url}";
    }
}

var 
myvar "";
var 
timeout 20;
exec_refresh();
//-->
</script>

</
vb:if>{vb:raw footer}

</
body>
</
html


For the Default Colors



PHP Code:
/************************************************************************/
/* Yönlendirme Alanı*/

.v_giris_yapiliyor {
    
background#F4F5F6 url(images/gradients/grey-up.png) bottom repeat-x;
    
border1px solid #EFEFEF;
    
text-alignleft;
    
height250px;
    
width50&;
    
max-width60%;
    
margin-leftauto;
    
margin-rightauto;
    
margin-top100px;
    -
moz-border-radius8px;
    -
webkit-border-radius8px;
    
border-radius8px;
    -
webkit-box-shadow#ccc 0 0 40px;
    
-moz-box-shadow0 0 40px #ccc; }
 
    
.v_giris_yapiliyor h2 {
        
background: {vb:stylevar header_background};
        
border:{vb:stylevar header_border};
        
color:{vb:stylevar header_color};
        
font-weightbold;
        
font-size13pt;
        
margin10px 10px 10px 10px;
        
padding5px 5px 5px 5px;
        -
moz-border-radius8px;
        -
webkit-border-radius8px;
        
border-radius8px;
        
box-shadow0 0 6px #ccc;
        
-webkit-box-shadow#ccc 0 0 6px;
        
-moz-box-shadow0 0 6px #ccc;
        
text-shadow0 1px 0 rgb(199203212); }


.
v_giris_yapiliyor_ms {
    
color:{vb:stylevar header_color};
    
font-size16px;
    
font-weightbold;
    
text-shadow0 1px 0 rgb(199203212);
    
padding10px 20px 20px 20px; } 


PHP Code:
{vb:stylevar htmldoctype}
<
html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<
head>
    {
vb:raw headinclude}
    <
title>{vb:raw pagetitle}</title>
    {
vb:raw headinsert}
    {
vb:raw headinclude_bottom}
</
head>
<
body>
<
div align="center"

<
div class="v_giris_yapiliyor">
    <
form class="block vbform" method="post" action="{vb:raw formfile}" name="postvarform">
        <
h2> {vb:rawphrase redirecting}</h2><br />
        
<
div class="v_giris_yapiliyor_ms"> {vb:raw errormessage}

<
div style="height: 10px;"> </div>
               <
div align="center">
<
img src="images/misc/bekleme_yapma.gif">
                </
div>
<
div style="height: 45px;"> </div
            
            
<vb:if condition="$postvars">
                {
vb:raw postvars}
                <
class="blockrow" id="click_here_p">{vb:rawphrase click_the_following_button}</p>
            </
vb:if>
        </
div>

        
            <
div class="actionbuttons">
            <
div class="group">
                <
vb:if condition="$postvars">
                    <
input type="submit" class="button" id="proceed_button" value="{vb:rawphrase proceed}" onclick="proceed_click()" accesskey="s" tabindex="1" />
                <
vb:else />
                    <
a href="{vb:raw url}" class="textcontrol">{vb:rawphrase click_if_browser_does_not_redirect}</a>
                </
vb:if>
            </
div>
        </
div>
    </
form>
</
div>

<
vb:if condition="$postvars">

<!-- 
redirect with POST -->

<
script type="text/javascript">
<!--
fetch_object('click_here_p').style.display 'none';

myvar "";
timeout 18;
timerID 0;

function 
proceed_click()
{
    
clearTimeout(timerID);
    return 
true;
}

function 
submit_form()
{
    
window.status "Redirecting" myvar;
    
myvar myvar " .";
    
timerID setTimeout("submit_form();"100);
    if (
timeout 0)
    {
        
timeout -= 1;
    }
    else
    {
        
clearTimeout(timerID);
        
window.status "";
        
document.forms.postvarform.submit();
        
fetch_object('proceed_button').disabled true;
    }
}

submit_form();
//-->
</script>

<!-- / 
redirect with POST -->

<
vb:else />

<
noscript>
<
meta http-equiv="Refresh" content="2; URL={vb:raw url}" />
</
noscript>

<
script type="text/javascript">
<!--
function 
exec_refresh()
{
    
window.status "{vb:rawphrase redirecting}" myvar;
    
myvar myvar " .";
    var 
timerID setTimeout("exec_refresh();"100);
    if (
timeout 0)
    {
        
timeout -= 1;
    }
    else
    {
        
clearTimeout(timerID);
        
window.status "";
        
window.location "{vb:raw js_url}";
    }
}

var 
myvar "";
var 
timeout 20;
exec_refresh();
//-->
</script>

</
vb:if>{vb:raw footer}

</
body>
</
html


Do not forget to upload the attachment ftp

Download

File Type: %1$s Alternatif Redirect.zip (33.3 KB, 54 downloads)

Screenshots

Click image for larger version
Name:	eng.jpg
Views:	106
Size:	19.8 KB
ID:	126924   Click image for larger version
Name:	tükçe.jpg
Views:	99
Size:	26.3 KB
ID:	126925   Click image for larger version
Name:	default.jpg
Views:	104
Size:	18.7 KB
ID:	126929  

Similar Mods

Show Thread Enhancements [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!! vBulletin 4.x Add-ons
Mini Mods Login Redirect - Redirect your users to their User CP or Profile when logging on vBulletin 3.7 Add-ons

vblts.ru supports vBulletin®, 2022-2024