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

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
  #102  
Old 05-28-2017, 02:56 PM
Gavo34 Gavo34 is offline
 
Join Date: Feb 2013
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works on vB 4.2.2 by changing errors to:

OLD
$metin = eregi_replace("\\[img]([^\\[]*)\\[/img\\]"," ",$metin);
NEW
$metin = preg_replace('#\[IMG\](.+?)\[\/IMG\]#i'," ",$metin);
Reply With Quote
  #103  
Old 06-01-2017, 11:44 AM
concepts's Avatar
concepts concepts is offline
 
Join Date: May 2005
Location: Woodland Hills, Ca
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone got this to display on CMS?
Reply With Quote
  #104  
Old 09-29-2017, 09:33 AM
tinuz tinuz is offline
 
Join Date: Apr 2016
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this nice piece of code.

But... when installed on 4.2.5 the only thing that works okay is the show all option. the image thumbnails nor the slider seem to work, all i see is the loading icon. And when clicking on a tab the background is completely white.



Can you please help me to solve these little problems?

Thanks in advance,
tinuz
Reply With Quote
  #105  
Old 11-22-2017, 11:58 PM
ikymbo's Avatar
ikymbo ikymbo is offline
 
Join Date: May 2012
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont work with php 7.1
Reply With Quote
  #106  
Old 12-08-2017, 12:32 PM
Emad ELsayed's Avatar
Emad ELsayed Emad ELsayed is offline
 
Join Date: Feb 2013
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tinuz View Post
Thanks for this nice piece of code.

But... when installed on 4.2.5 the only thing that works okay is the show all option. the image thumbnails nor the slider seem to work, all i see is the loading icon. And when clicking on a tab the background is completely white.



Can you please help me to solve these little problems?

Thanks in advance,
tinuz
I have the problem
Reply With Quote
  #107  
Old 03-12-2018, 10:20 PM
mangmel mangmel is offline
 
Join Date: Nov 2010
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

notworking 4.2.5 version php7
Reply With Quote
  #108  
Old 08-01-2020, 11:07 AM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works in 4.2.5 & php 7.1

Required change if your using SSL

Template: forumhome_tabfilmseriti_css

Change:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script type="text/javascript" src="includes/yilmaz/tabli_film_seriti/assets/script/main.js"></script>
Change To:
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script type="text/javascript" src="includes/yilmaz/tabli_film_seriti/assets/script/main.js"></script>
Reply With Quote
Благодарность от:
yilmaz
  #109  
Old 12-27-2020, 09:32 PM
Mboora Mboora is offline
 
Join Date: Dec 2020
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work for Vbulletin 5.6.4?
Reply With Quote
  #110  
Old 05-02-2021, 03:39 PM
webnsn webnsn is offline
 
Join Date: Oct 2009
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will it work for 3.8 version?

And how about Load, will site got slow after this?
Reply With Quote
  #111  
Old 09-08-2021, 11:42 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The filmstrip not load images at PHP 7.0 in vB 4.2.5
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:17 PM.


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.04632 seconds
  • Memory Usage 2,335KB
  • 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
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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