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)
-   -   Miscellaneous Hacks - [vb4] Youtube Player - NEW skin v.3 (https://vborg.vbsupport.ru/showthread.php?t=254764)

LOGECT 12-05-2010 10:00 PM

[vb4] Youtube Player - NEW skin v.3
 
1 Attachment(s)
Info:

Get the new YouTube player skin for your vbulletin.

Live Demo


The new skin is already implemented in v 4.1.4


Before :

https://vborg.vbsupport.ru/attachmen...1&d=1291639443


After :

https://vborg.vbsupport.ru/attachmen...1&d=1291639443


Installation:


1- Open your bbcode_video template

Search for :

Code:

<vb:elseif condition="$provider == 'youtube'" />
<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>

2- replace all with the following code :

Code:

<vb:elseif condition="$provider == 'youtube'" />
<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/{vb:raw code}?version=3">
    <param name="movie" value="http://www.youtube.com/v/{vb:raw code}" />
    <param name="wmode" value="transparent" />
    <param name="allowFullScreen" value="true">
    <param name="allowScriptAccess" value="always">
    <!--[if IE 6]>
    <embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/{vb:raw code}?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390" />
    <![endif]--></object>

Done.

History:
v3.0.1 : 06-December-2010 : Fixed for Full screen access.

voglermc 12-06-2010 01:32 PM

Thanks!

DaRK mAN306 12-06-2010 04:14 PM

TAGGED .!
I'll check it out ..

Thank you very much ..

3bia.com 12-06-2010 05:42 PM

Thanks

Was the application here

http://www.3bia.com/vb/3bia27394/

sisterhood 12-06-2010 07:14 PM

Extra Nice :-))

amoora3330 12-06-2010 07:40 PM

haw this code could be valid and working on the vbulletin versions no 3.8.X

waiting ur reply thanks alot

Juggernaut 12-07-2010 04:24 AM

Thank you :D

LOGECT 12-07-2010 06:25 AM

Quote:

Originally Posted by amoora3330 (Post 2130152)
haw this code could be valid and working on the vbulletin versions no 3.8.X

waiting ur reply thanks alot


Have you tried this one yet?

https://vborg.vbsupport.ru/showthread.php?t=251569

LOGECT 12-07-2010 06:31 AM

Quote:

Originally Posted by voglermc (Post 2130016)
Thanks!

Quote:

Originally Posted by 3bia.com
Thanks

Quote:

Originally Posted by sisterhood
Extra Nice :-))

Quote:

Originally Posted by Destron
Thank you

Thank you! Glad you like it! :)

Dr.osamA 12-09-2010 11:12 AM

thank you

installed

SuperTaz 12-10-2010 05:47 AM

Nice. Thank you.

RedHacker 12-10-2010 06:54 AM

Thanks but lost the right option. Can be input again with new release....?

LOGECT 12-10-2010 05:50 PM

Quote:

Originally Posted by RedHacker (Post 2131791)
Thanks but lost the right option

Please give me some more information about your lost option ?!
-You can revert the bbcode_video template and then try again.


Quote:

Originally Posted by Dr.osamA
thank you

installed

Quote:

Originally Posted by SuperTaz
Nice. Thank you.

You're Welcome, Guys!

RedHacker 12-10-2010 09:03 PM

Lost the arrow who give the informations....

RK KINGKONG 01-13-2011 10:27 PM

how can i make the video show in a bigger block , ive tried changing the size in the code like the width n height but it doesnt change anything.... any ideas please

Gn_Snake 01-14-2011 07:34 PM

Do not see the maximize button in full screen?
Any ideas?

I use Vb4.1

Gn_Snake 01-18-2011 10:27 AM

Nothing?

LOGECT 01-19-2011 03:53 AM

1 Attachment(s)
Quote:

Originally Posted by Gn_Snake (Post 2149124)
Do not see the maximize button in full screen?
Any ideas?

I use Vb4.1

Please send me an live url, i use the same version without any problem.

Quote:

Originally Posted by RK KINGKONG
how can i make the video show in a bigger block , ive tried changing the size in the code like the width n height but it doesnt change anything.... any ideas please

You will need to find and change the following css code in your style.

Code:

element.style {
    height: 363px;
    width: 604px;
}

https://vborg.vbsupport.ru/external/2011/01/20.jpg

Gn_Snake 01-19-2011 06:58 AM

Quote:

Originally Posted by LOGECT (Post 2151313)
Please send me an live url, i use the same version without any problem.

Yes, the section it is:
http://www.hardwaregame.it/forum/forumdisplay.php?f=138


Thanks

RK KINGKONG 01-19-2011 06:27 PM

Which template do i edit though ? do i find this in the , edit templates section, or which css template . this is what i need to know is where exactly to find it cause im completely new to this
Quote:

Originally Posted by LOGECT (Post 2151313)
Please send me an live url, i use the same version without any problem.



You will need to find and change the following css code in your style.

Code:

element.style {
    height: 363px;
    width: 604px;
}

https://vborg.vbsupport.ru/attachmen...1&d=1295416360


Crossbow 02-17-2011 01:23 PM

Installed and works great.

Thanks.

Eduardo Leon 02-17-2011 02:00 PM

nice thnx ...

BlueCheri 02-19-2011 03:24 PM

Tagged, will update soon.

Wordplay 03-10-2011 07:07 AM

in 4.1.2 this is already implemented right?

doobiefillin 03-22-2011 01:52 PM

not working

LOGECT 03-24-2011 07:26 PM

It works fine in the vb 4.1.2
Live Demo

Danasy 03-25-2011 08:24 PM

Installed and works great.

Thanks.

ZEHH 03-28-2011 03:02 AM

New design very good ...

ND4SPD 07-14-2011 03:38 PM

Do you have the code for their newest player?

LOGECT 07-23-2011 08:05 AM

Quote:

Originally Posted by ND4SPD (Post 2220474)
Do you have the code for their newest player?

The new skin is not available for developers yet.


All times are GMT. The time now is 04:49 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.01310 seconds
  • Memory Usage 1,781KB
  • 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
  • (4)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete