Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
uzuner slide panel Details »»
uzuner slide panel
Version: 1.00, by t.uzuner t.uzuner is offline
Developer Last Online: Mar 2014 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.4 Rating:
Released: 12-20-2008 Last Update: Never Installs: 7
Template Edits
Re-useable Code Code Changes Additional Files  
No support by the author.

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: www.okulonceciyiz.biz[/SIZE]

Supporters / CoAuthors

    Show Your Support

    • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Comments
      #2  
    Old 12-21-2008, 08:57 PM
    honcho honcho is offline
     
    Join Date: Apr 2007
    Posts: 74
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    nice one bro will install this

    also can you pm me the scrolling hck u have installed please
    Reply With Quote
      #3  
    Old 12-21-2008, 09:12 PM
    daydie's Avatar
    daydie daydie is offline
     
    Join Date: Oct 2007
    Posts: 248
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    thanks
    Reply With Quote
      #4  
    Old 12-21-2008, 09:22 PM
    TheLastSuperman's Avatar
    TheLastSuperman TheLastSuperman is offline
    Senior Member
     
    Join Date: Sep 2008
    Location: North Carolina
    Posts: 5,844
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Similar to the one I released except you tweaked it differently and the javascript file is different too Nice job!

    https://vborg.vbsupport.ru/showthread.php?t=196980

    S-MAN
    Reply With Quote
      #5  
    Old 12-21-2008, 09:25 PM
    GSeybold GSeybold is offline
     
    Join Date: Dec 2007
    Posts: 473
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Hello Sorry to be so stupid. What am I looking at when I go to demo? I'm lost
    P.S. Love the colors of your forum..
    Reply With Quote
      #6  
    Old 12-21-2008, 09:27 PM
    TheLastSuperman's Avatar
    TheLastSuperman TheLastSuperman is offline
    Senior Member
     
    Join Date: Sep 2008
    Location: North Carolina
    Posts: 5,844
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    The Orange Tab up top, click it and see what happens .
    Reply With Quote
      #7  
    Old 12-21-2008, 09:33 PM
    GSeybold GSeybold is offline
     
    Join Date: Dec 2007
    Posts: 473
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Oh thanks so much. Dah. I'm so sorry. what a dummy.

    Ok I got it. Does the pealer come with it or is that the seperate mod I saw earlier? I'm really very tech challenged and trying to learn.

    Also if I may ask, what is the subject of your forum. It looks very cheery.
    Reply With Quote
      #8  
    Old 12-22-2008, 12:07 PM
    TheLastSuperman's Avatar
    TheLastSuperman TheLastSuperman is offline
    Senior Member
     
    Join Date: Sep 2008
    Location: North Carolina
    Posts: 5,844
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    I believe his peeler is seperate!

    I like his/her site too

    Ok, nuff invading this thread but peeler is seperate, you could most likely google a simialr form of code and place in your header template etc.

    Found one! Have fun http://www.dougbelshaw.com/2008/01/26/page-peel-script/
    Reply With Quote
      #9  
    Old 12-22-2008, 01:22 PM
    soundbarrierpro soundbarrierpro is offline
     
    Join Date: Nov 2007
    Posts: 767
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    will this work on cmps index?
    Reply With Quote
      #10  
    Old 12-22-2008, 02:31 PM
    M-Tuning's Avatar
    M-Tuning M-Tuning is offline
     
    Join Date: Jul 2005
    Location: Winschoten (NL)
    Posts: 275
    Благодарил(а): 0 раз(а)
    Поблагодарили: 0 раз(а) в 0 сообщениях
    Default

    Nice,

    I've made something similar too:

    https://vborg.vbsupport.ru/showthread.php?t=180871
    Reply With Quote
    Reply


    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT. The time now is 03:15 AM.


    Powered by vBulletin® Version 3.8.12 by vBS
    Copyright ©2000 - 2024, vBulletin Solutions Inc.
    X vBulletin 3.8.12 by vBS Debug Information
    • Page Generation 0.04370 seconds
    • Memory Usage 2,288KB
    • Queries Executed 24 (?)
    More Information
    Template Usage:
    • (1)SHOWTHREAD
    • (1)ad_footer_end
    • (1)ad_footer_start
    • (1)ad_header_end
    • (1)ad_header_logo
    • (1)ad_navbar_below
    • (1)ad_showthread_beforeqr
    • (1)footer
    • (1)forumjump
    • (1)forumrules
    • (1)gobutton
    • (1)header
    • (1)headinclude
    • (1)modsystem_post
    • (1)navbar
    • (6)navbar_link
    • (120)option
    • (1)pagenav
    • (1)pagenav_curpage
    • (1)pagenav_pagelink
    • (10)post_thanks_box
    • (10)post_thanks_button
    • (1)post_thanks_javascript
    • (1)post_thanks_navbar_search
    • (10)post_thanks_postbit_info
    • (9)postbit
    • (10)postbit_onlinestatus
    • (10)postbit_wrapper
    • (1)spacer_close
    • (1)spacer_open
    • (1)tagbit_wrapper 

    Phrase Groups Available:
    • global
    • inlinemod
    • postbit
    • posting
    • reputationlevel
    • showthread
    Included Files:
    • ./showthread.php
    • ./global.php
    • ./includes/init.php
    • ./includes/class_core.php
    • ./includes/config.php
    • ./includes/functions.php
    • ./includes/class_hook.php
    • ./includes/modsystem_functions.php
    • ./includes/functions_bigthree.php
    • ./includes/class_postbit.php
    • ./includes/class_bbcode.php
    • ./includes/functions_reputation.php
    • ./includes/functions_post_thanks.php 

    Hooks Called:
    • init_startup
    • init_startup_session_setup_start
    • init_startup_session_setup_complete
    • cache_permissions
    • fetch_threadinfo_query
    • fetch_threadinfo
    • fetch_foruminfo
    • style_fetch
    • cache_templates
    • global_start
    • parse_templates
    • global_setup_complete
    • showthread_start
    • showthread_getinfo
    • forumjump
    • showthread_post_start
    • showthread_query_postids
    • showthread_query
    • bbcode_fetch_tags
    • bbcode_create
    • showthread_postbit_create
    • postbit_factory
    • postbit_display_start
    • post_thanks_function_post_thanks_off_start
    • post_thanks_function_post_thanks_off_end
    • post_thanks_function_fetch_thanks_start
    • post_thanks_function_fetch_thanks_end
    • post_thanks_function_thanked_already_start
    • post_thanks_function_thanked_already_end
    • fetch_musername
    • postbit_imicons
    • bbcode_parse_start
    • bbcode_parse_complete_precache
    • bbcode_parse_complete
    • postbit_display_complete
    • post_thanks_function_can_thank_this_post_start
    • pagenav_page
    • pagenav_complete
    • tag_fetchbit_complete
    • forumrules
    • navbits
    • navbits_complete
    • showthread_complete