vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Full Screen Button in Youtube embedded Videos (https://vborg.vbsupport.ru/showthread.php?t=238243)

fluidswork 04-27-2010 02:44 AM

Great..........

COL NIL SATIS 04-29-2010 06:45 PM

Can you do this for vimeo too mate???

Sadikb 04-29-2010 07:11 PM

Quote:

Originally Posted by COL NIL SATIS (Post 2029157)
Can you do this for vimeo too mate???

Just did... :)

It's actually almost the same... Would be same for other providers too.

COL NIL SATIS 05-01-2010 04:26 PM

Quote:

Originally Posted by Sadikb (Post 2029170)
Just did... :)

It's actually almost the same... Would be same for other providers too.


fantastic!!! thanks a lot mate

NashChristian 05-01-2010 08:25 PM

Quote:

Originally Posted by Sadikb (Post 2029170)
Just did... :)

It's actually almost the same... Would be same for other providers too.

Cool! How about Facebook next? ;)

ArminTECH 05-18-2010 04:17 AM

tagged

Santori 06-20-2010 05:02 PM

Hello ,thank you for the mod.
But It don“t work in 4.0.4 version.

iceytdot 06-26-2010 03:14 PM

thanks!

Videx 07-07-2010 02:40 AM

Since the code in vb404 has changed slightly, this really needs to be updated. I understand it's really just a matter of adding "&fs=1" in two places.

Edit: Nope, it doesn't seem to be working in 404 even if you add that. Odd.

abdulbasitsaeed 07-07-2010 02:57 AM

It actually does work with 4.0.4 too. The new and old templates don't match, and hence you need to revert to the default template. If you have already done that during the upgrade to 4.0.4,

Go to Styles & Templates ?> Style Manager ?> ?> BBCode Layout Templates ?> bbcode_video:

Find:

Code:

<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}">
    <param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
    <param name="wmode" value="transparent" />
    <!--[if IE 6]>
    <embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}" />
    <![endif]--></object>

and replace it with:

Code:

<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}&fs=1">
    <param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
    <param name="wmode" value="transparent" />
    <param name="allowFullScreen" value="true" />
    <!--[if IE 6]>
    <embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}" />
    <![endif]--></object>

Hope this works for you. :)


All times are GMT. The time now is 08:34 AM.

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.01231 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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