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 - vB4.xx floating film strip for the Forum Home Details »»
Yilmaz - vB4.xx floating film strip for the Forum Home
Version: 8.5.1, 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: 02-27-2011 Last Update: 01-11-2018 Installs: 126
Uses Plugins Template Edits
Additional Files  
No support by the author.

Last updated 06.03.2011
----------
The difference is all bbcode ignore the message text, not only to the original file is not.
-----------------------

Offered subject to deal with IMG, IMGL, IMGR and attach tag attached to the file with automatic shrink forum main page slide show strip.

upload-to-ftp folder I browse the location of the forum.

Import the product.

Settings must be the id of the forum.

Demo Page: http://www.yilmaztv.com/forum.php?do=vb4filmseriti



Translated into Arabic for thank you, Mr. Dr.osamA

Download Now

File Type: zip vB4_marquee_filmstrip.zip (28.8 KB, 101 views)

Screenshots

File Type: jpg afis3.jpg (115.6 KB, 0 views)
File Type: png screenshot-www.yilmaztv.com-2018-01-13-01-28-53-381.png (233.0 KB, 0 views)
File Type: jpg screenshot-www.yilmaztv.com-2018-01-13-01-31-42-889.jpg (83.9 KB, 0 views)

Show Your Support

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

Comments
  #122  
Old 04-07-2015, 08:07 PM
Milobil Milobil is offline
 
Join Date: Jun 2012
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Milobil View Post
Hi,

How do i modify the color of the sidebar (i want to change the green-yellow color) :



Also if anyone knows why does it don't start from the right side (instead of middle) ?

Thank you
No one ?
Reply With Quote
  #123  
Old 04-14-2015, 02:10 PM
Milobil Milobil is offline
 
Join Date: Jun 2012
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Milobil View Post
Hi,

How do i modify the color of the sidebar (i want to change the green-yellow color) :



Also if anyone knows why does it don't start from the right side (instead of middle) ?

Thank you
Someone here ?
Reply With Quote
  #124  
Old 04-18-2015, 05:26 AM
mp3president mp3president is offline
 
Join Date: Sep 2009
Location: Netherlands
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mp3president View Post
Here also, firefox and ie are working perfect. However chrome and opera the scroller starts all the way at the right outside te moviestrip. It scrols over the sidebar. Only chrome and opera have this problem. Please someone a solution????
Reply With Quote
  #125  
Old 04-27-2015, 01:57 PM
Milobil Milobil is offline
 
Join Date: Jun 2012
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How did you get this color (green/yellow) ?
Reply With Quote
  #126  
Old 04-27-2015, 02:05 PM
WEBDosser's Avatar
WEBDosser WEBDosser is offline
 
Join Date: Oct 2001
Location: @ MyPC
Posts: 824
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The color will be an image in the background.
Reply With Quote
  #127  
Old 04-29-2015, 02:29 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mp3president View Post
Here also, firefox and ie are working perfect. However chrome and opera the scroller starts all the way at the right outside te moviestrip. It scrols over the sidebar. Only chrome and opera have this problem. Please someone a solution????
Edit "forumhome_vb4filmseriti" template ..copy and paste the code below into the template after saving the original template.


HTML Code:
<ol id="forums" class="floatcontainer">
    <li class="forumbit_nopost L1" id="filmseriti">
        <div class="forumhead foruminfo L1 collapse">
                <h2><span class="forumtitle"><img align="left" src="{vb:stylevar imgdir_editor}/video.png" alt="{vb:raw ismi_vb4filmseriti}" class="imagebutton" />&nbsp;<a id="collapse_c_filmseriti" href="{vb:raw relpath}#">{vb:raw ismi_vb4filmseriti}</a></span>
                    <span class="forumlastpost">View <a href="javascript:sizeTbl('block')">Full</a> / <a href="javascript:sizeTbl('none')">Scroller</a></span>
                    <a class="collapse" id="collapse_c_filmseriti" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="Hide the filmstrip" title="Hide the filmstrip" /></a>
                </h2>
        </div>
        <ol id="c_filmseriti" class="childforum">
                <li id="forum2" class="forumbit_post L2">
                    <div id=tbl name=tbl style="overflow:hidden;display:none">
                        {vb:raw film_seriti2}a>
                    </div>
        <div class="forumrow table">
                <div><marquee scrollamount="{vb:raw hizi_vb4filmseriti}" onmouseover="this.stop()" onmouseout="this.start()">&nbsp;{vb:raw film_seriti}a></marquee></div>
        </div>
        </li>
    </ol>
    </li>
</ol>
<script language="JavaScript" type="text/javascript">
<!--
function sizeTbl(h) {
  var tbl = document.getElementById('tbl');
  tbl.style.display = h;
}
// -->
</script>
Reply With Quote
  #128  
Old 05-04-2015, 04:10 PM
Milobil Milobil is offline
 
Join Date: Jun 2012
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Seven Skins View Post
Edit "forumhome_vb4filmseriti" template ..copy and paste the code below into the template after saving the original template.


AMAZING IT WORKS FINE !!!! thanks a lot !

Just if you have an idea how do i modify the color of the sidebar (i want to change the green-yellow color) :



Thank you
Reply With Quote
  #129  
Old 05-04-2015, 05:14 PM
Seven Skins's Avatar
Seven Skins Seven Skins is offline
 
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find in "forumhome_vb4filmseriti" template:
HTML Code:
<div class="forumhead foruminfo L1 collapse">
Replace
HTML Code:
<div class="forumhead foruminfo L1 collapse" style="background-color: red;">
This edit not tested...
Reply With Quote
  #130  
Old 05-31-2015, 08:22 PM
concepts's Avatar
concepts concepts is offline
 
Join Date: May 2005
Location: Woodland Hills, Ca
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I make it so I can use this product twice on the forumhome? Do I just rename the product and reupload it? Will it overwrite the original template and settings? I basically want to have to independent versions of this mod running.

Some friendly help would be appreciated
Reply With Quote
  #131  
Old 05-31-2015, 10:43 PM
e24h e24h is offline
 
Join Date: Apr 2010
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone tried this with 408 ?

Thanks
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 07:35 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.08417 seconds
  • Memory Usage 2,353KB
  • 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
  • (3)bbcode_html
  • (5)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
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (4)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
  • (4)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