Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Yilmaz - Multi-purpose use of a plugin Tabbed Filmstrip Details »»
Yilmaz - Multi-purpose use of a plugin Tabbed Filmstrip
Version: 11.0.0, by yilmaz yilmaz is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.5 Rating:
Released: 05-24-2011 Last Update: 08-03-2020 Installs: 105
Supported Uses Plugins Auto-Templates
Additional Files  

What a name Release be used in other purposes, although strip knows.
Currently, there are 8 tabs option.
Page load during the install files in tabs in the other passive.
8 individual tab headers and forum ids you can set the admin panel.
Demo: http://www.yilmaztv.com/forum.php?do=tabfilmseriti

There are scrolling option

Download Now

File Type: zip yilmaz_tabs_film_strip.zip (156.0 KB, 48 views)

Screenshots

File Type: jpg screenshot-vb4.yilmaztv.com-2017-04-10-04-18-26.jpg (46.2 KB, 0 views)
File Type: jpg screenshot-vb4.yilmaztv.com-2017-04-10-04-19-22.jpg (72.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
andro140, misericorde

Comments
  #42  
Old 06-22-2011, 08:37 AM
pipibunny pipibunny is offline
 
Join Date: Feb 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for this mod, Yilmar.

Can I put this mod show anywhere I want ?
Ex: I don't want this mod show below navbar or forum title, how can I do that ?
Reply With Quote
  #43  
Old 06-22-2011, 02:05 PM
solohdes solohdes is offline
 
Join Date: Feb 2011
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have installed this hack and I love it and works great but I have a problem. This hack have problems with other hack that I have installed, you can see here:



The Filmstrip is over the live search box always. How can I fix it?

The Live search hack is this: https://vborg.vbsupport.ru/showthrea...ghlight=search
Reply With Quote
  #44  
Old 06-22-2011, 05:54 PM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how I can add arrows on each side to slide the marquee left and right? Basically I want the marquee to load paused and have the user either click right or left to scroll through the marquee. Any ideas anyone??
Reply With Quote
  #45  
Old 06-23-2011, 01:03 PM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please, I already have your product working very well in version 3.8.xe you would like to upgrade to that version 3.8.7 is possible?
Reply With Quote
  #46  
Old 06-23-2011, 02:36 PM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK guys so I ws able to add some start stop left and right options for the marquee. I am using this in headinclude template:

Code:
<script language="JavaScript">
  window.onload=function(){
        myMarquee.stop();
    }
   function function1(){
        document.all.myMarquee.direction = "left";
    }
    function function2(){
        document.all.myMarquee.direction = "right";    
    }
    function function3(){
        document.all.myMarquee.stop();
    }
      function function4(){
        document.all.myMarquee.start();             
    }
</script>
For the marquee and buttons I am using this:

Code:
<marquee id="myMarquee" BEHAVIOR=ALTERNATE>&nbsp;{vb:raw film_seriti}a></marquee>
<img src="http://aniworlds.net/members/equinox/albums/random-renders/1874-left.png" onclick="function1();">
<img src="http://aniworlds.net/members/equinox/albums/random-renders/1877-stop.png" onclick="function3();">
<img src="http://aniworlds.net/members/equinox/albums/random-renders/1876-start.png" onclick="function4();">
<img src="http://aniworlds.net/members/equinox/albums/random-renders/1875-right.png" onclick="function2();">
This makes the marquee stop after the page load which is what the window.onload=function(){myMarquee.stop();} command is for. It waits until it loads all the html loads then executes that JavaScript command. I use this because I want the marquee to load in pause position. The only problem is that since the marquee is html it starts to load the marquee as the page loads and then after it's done loading then the JavaScript stops the marquee (but after it had already started). I want the marquee to load on pause completely before the html loads. Is there any way to do that??

You can see this in action here.
Reply With Quote
  #47  
Old 06-24-2011, 05:29 AM
victorvu victorvu is offline
 
Join Date: Mar 2011
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi:

The forum area is too big and how can I make a change, so that the posters would fit the size of 80 x 130 images? Another word is to scale down the forum area smaller (adjustable).

I installed and it is great!

Thanks.

Victor
Reply With Quote
  #48  
Old 06-24-2011, 07:03 AM
fxwoody's Avatar
fxwoody fxwoody is offline
 
Join Date: Jun 2010
Location: On Earth
Posts: 291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EquinoxWorld, cool work there with the marquee
Couldn't get the buttons to work tho

Just one remark about this plugins, i had lots of members complaining that it was slowing down the refresh page a lot ....my guess is that they are on slow internet as i see no difference from my end, but, is there a way to compress the images or something like this? Therefor, adding the marquee is nice xtra option but i think it would be too much load on certain connections ?!?
Reply With Quote
  #49  
Old 06-24-2011, 10:42 AM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fxwoody View Post
EquinoxWorld, cool work there with the marquee
Couldn't get the buttons to work tho

Just one remark about this plugins, i had lots of members complaining that it was slowing down the refresh page a lot ....my guess is that they are on slow internet as i see no difference from my end, but, is there a way to compress the images or something like this? Therefor, adding the marquee is nice xtra option but i think it would be too much load on certain connections ?!?
Thanks man. Yeah it doesn't work on FF and IE because the <marquee> tags are almost obsolete. I am trying to get this to be a JavaScript marquee so then the buttons will work on all browsers. I'll post it here in case anyone wants to give it a shot.
Reply With Quote
  #50  
Old 06-25-2011, 04:13 AM
EquinoxWorld EquinoxWorld is offline
 
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am sorry for the double post. I noticed Yilmaz that you have this tabbed filmstrip as a widget in your CMS home page, will that ever be included at some point for us? It would be extremely useful to say the least.
Reply With Quote
  #51  
Old 06-25-2011, 04:24 AM
dr.tawy dr.tawy is offline
 
Join Date: Feb 2010
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

amazing mod

any way to make it shows on all forum pages ?
Reply With Quote
Reply

Thread Tools

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 05:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04851 seconds
  • Memory Usage 2,339KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete