Back to vBulletin 3.7 Add-ons

uzuner slide panel
Mod Version: 1.00, by t.uzuner

This modification is in the archives.
vB Version: 3.7.4 Rating: (0 vote - 0 average) Installs: 7
Released: 21 Dec 2008 Last Update: Never Downloads: 39
Not Supported Template Edits Code Changes Additional Files Re-usable Code  

Hi friends,
Modification is a forum including slides in your site, that you can add whichever html code you want

install:
Bring the folder into the forum root, if you would like to see the given code in all the pages, in the header template

step 1:
upload folder upload to forum root

step 2:

search header templates:

<!-- logo -->

above the

<!--uzuner slide panel-->
<script type="text/javascript" src="slidepanel/jquery.js"></script>

<script type="text/javascript">
$(document).ready(function(){

$(".btn-slide").click(function(){
$("#panel").slideToggle("slow");
$(this).toggleClass("active"); return false;
});


});
</script>

<div id="panel">
<!-- you can put content here -->
</div>

<p class="slide"><a href="#" class="btn-slide">Site Gezgini</a></p>

<!-- / uzuner slide panel-->

step3:

Also put the css codes underste the additional css codes

a:focus {
outline: none;
}
#panel {
background: #A90101;
height: 200px;
display: none;
}
.slide {
margin: 0;
padding: 0;
border-top: solid 4px #A90101;
background: url(slidepanel/btn-slide.gif) no-repeat center top;
}
.btn-slide {
background: url(slidepanel/white-arrow.gif) no-repeat right -50px;
text-align: center;
width: 144px;
height: 31px;
padding: 10px 10px 0 0;
margin: 0 auto;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
.active {
background-position: right 12px;
}

good luck


example web site: http://www.okulonceciyiz.biz

Download

This modification is archived, downloads are still allowed.

File Type: %1$s uzuner slide panel.zip (38.2 KB, 44 downloads)

Supporters / CoAuthors

  • uzuner

Similar Mods

Integration with vBulletin [AJAX] - Slide Panel (F1) vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024