vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Yilmaz - Multi-purpose use of a plugin Tabbed Filmstrip (https://vborg.vbsupport.ru/showthread.php?t=264213)

Gavo34 05-28-2017 02:56 PM

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);

concepts 06-01-2017 11:44 AM

Anyone got this to display on CMS?

tinuz 09-29-2017 09:33 AM

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.

https://vborg.vbsupport.ru/external/2017/09/13.png

Can you please help me to solve these little problems?

Thanks in advance,
tinuz

ikymbo 11-22-2017 11:58 PM

dont work with php 7.1

Emad ELsayed 12-08-2017 12:32 PM

Quote:

Originally Posted by tinuz (Post 2590165)
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.

https://vborg.vbsupport.ru/external/2017/09/13.png

Can you please help me to solve these little problems?

Thanks in advance,
tinuz

I have the problem

mangmel 03-12-2018 10:20 PM

notworking 4.2.5 version php7

snakes1100 08-01-2020 11:07 AM

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>

Mboora 12-27-2020 09:32 PM

Does this work for Vbulletin 5.6.4?

webnsn 05-02-2021 03:39 PM

Will it work for 3.8 version?

And how about Load, will site got slow after this?

RedHacker 09-08-2021 11:42 AM

The filmstrip not load images at PHP 7.0 in vB 4.2.5


All times are GMT. The time now is 01:15 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.01282 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete