The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mini YouTube Video in Profile (right side block) Embed-URL Details »» | ||||||||||||||||||||||
Mini YouTube Video in Profile (right side block) Embed-URL
Developer Last Online: Oct 2023
Mini YouTube Video for member profile in (right side block) Embed URL v2.6
(New)Added cache_templates,,user group permissions and the option for auto-play... Demo-www.next-level-arcade.com ================================================== ========== First create 3 profile fields. One for YouTube URL, one for YouTube title and one for Auto-play.. ================================================== =========== admin >> User Profile Fields >> Add New User Profile Field 1: Single-Line Text Box Title: YouTube URL Description: Put your YouTube URL here. Field Length: 50 Private Field: Yes Field Searchable on Members List: NO Show on Members List: NO Then Save.. Remember the Field number.. Say the field number is 9,,you will need to change the i in $userinfo[fieldi] to 9 like this,, $userinfo[field9] ================================================== =========== Add anther Profile Field,, 2: Single-Line Text Box Title: YouTube Title Description: Put your YouTube Title here. Private Field: Yes Field Searchable on Members List: NO Show on Members List: NO Then Save.. Remember the Field number.. Say the field number is 10,,you will need to change the t in $userinfo[fieldt] to 10 like this,, $userinfo[field10] ================================================== =========== Add anther Profile Field,, 3: Single-Line Text Box Title: YouTube Auto-play Description: Put &autoplay=1 in the input box below,to have it auto-play.. Private Field: Yes Field Searchable on Members List: NO Show on Members List: NO Then Save.. Remember the Field number.. Say the field number is 11,,you will need to change the a in $userinfo[fielda] to 11 like this,, $userinfo[field11] ================================================== =========== Import the plugin.. admin >> Plugins & Products >> [Add/Import Product] and import youtube_member_profile_url.xml file.. ================================================== ========== Edit two templates. 1: admincp >> Styles & Templates >> Member Info Templates >> memberinfo_block_youtube Find three $userinfo[fieldi] and change the i to the YouTube ID field number.. Find two $userinfo[fieldt] and change the t to the YouTube title field number.. Find one $userinfo[fielda] and change the a to the YouTube auto-play field number.. 2: Edit: Styles & Templates >> Member Info Templates >> MEMBERINFO Look for,, Code:
$blocks[stats_mini] $template_hook[profile_right_mini] $blocks[friends_mini] $blocks[albums] $template_hook[profile_right_album] $blocks[groups] $blocks[visitors] I have mine arter $blocks[friends_mini].. Like this,, Code:
$blocks[stats_mini] $template_hook[profile_right_mini] $blocks[friends_mini] $blocks[youtube] $blocks[albums] $template_hook[profile_right_album] $blocks[groups] $blocks[visitors] Go to youtube dot com,,find the video you want.. You need to use the link from the Embed code.. Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7e9wgshS0qI&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/7e9wgshS0qI&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> Just use the URL, Code:
http://www.youtube.com/v/7e9wgshS0qI&hl=en Then put,,two minute new knight rider preview,,in your YouTube title field.. ================================================== ============== To edit your YouTube fields.. USERCP >> Edit Your Details >> Additional Information ================================================== ============== To edit usergroups,, admincp >> Plugins & Products >> Plugin Manager: Mini right side YouTube for Member Profile Add the usergroup ID,,that you want to be able to use the YouTube vidoes.. Code:
if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7)) ================================================== ============== If you have an older version,,uninstall the plug-in and revert the memberinfo_block_youtube template before installing the newest version.. Enjoy !! stangger5 Show Your Support
|
Comments |
#32
|
|||
|
|||
Okay..what I don't get is your Knight Rider clip will play but nothing else. And yes I know how to copy just the url because we do that on one of our sites we have this built into for our blogs with no issues.
|
#33
|
||||
|
||||
You have to use the link in the embed code,,not the page url..
|
#34
|
|||
|
|||
I am using
http://www.youtube.com/v/7e9wgshS0qI&hl=en It don't work...I tried the embed code Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/tCPUnMz_gU8&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/tCPUnMz_gU8&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> Dang it..hit the enter key before I was done. |
#35
|
||||
|
||||
Post a link to a video you want to use..
|
#36
|
|||
|
|||
BTW..the embed code will not fit in there without going back and editing that field to accept that many characters. Also you clearly said if you will scroll back the following:
Just use the URL, Code: http://www.youtube.com/v/7e9wgshS0qI&hl=en in your YouTube URL field.. |
#37
|
|||
|
|||
<a href="https://youtube.com/watch?v=ORzHF2kgqJ4" target="_blank">http://youtube.com/watch?v=ORzHF2kgqJ4</a>
AME embeds that fine within a post |
#38
|
||||
|
||||
You use the url link in the embed code,,not the whole embed code..
The embed code for the link you posted is.. Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/ORzHF2kgqJ4&hl=en"> </param><param name="wmode" value="transparent"></param> <embed src="http://www.youtube.com/v/ORzHF2kgqJ4&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"> </embed></object> Code:
http://www.youtube.com/v/ORzHF2kgqJ4&hl=en |
#39
|
|||
|
|||
I am using that as I said. It dont work. The only one it works with is your Knight Rider url from YouTube. I have tried over 50 now.
|
#40
|
|||
|
|||
Okay..that worked when I copied yours but you have the =en on the end of it which is new to me but it is not on there from YouTube which is confusing and will be to the members as well. Is this going to have to be added each time?
|
#41
|
||||
|
||||
You find the embed code on the right side below About This Video..
Your link, Code:
http://youtube.com/watch?v=ORzHF2kgqJ4 Code:
http://www.youtube.com/v/ORzHF2kgqJ4&hl=en Just make sure you use the one inside the embed code... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|