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) Details »» | ||||||||||||||||||||||
Mini YouTube Video in Profile (right side block)
Developer Last Online: Oct 2023
Mini YouTube Video for member profile in right side block v2.1
(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 ID' 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 ID Description: Put your YouTube ID 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 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.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.. Say the link is Code:
http://www.youtube.com/watch?v=HhuVgywiO3w Then put,,Welcome Home Roscoe Jenkins,,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 |
#122
|
|||
|
|||
Installed thanks!
|
#123
|
|||
|
|||
Quote:
|
#124
|
||||
|
||||
but what do i put in this field? if im suppose to copy whats above it ehy not just have it auto filled?
or a selection for the user, "do u want it toauto play?" mine works fine but everyone else gets this on top of their profile, i did fix the user groups in plugin manager Parse error: syntax error, unexpected T_DNUMBER in /home/asylum/public_html/forums/member.php(463) : eval()'d code on line 1 |
#125
|
|||
|
|||
Hi there,
I am about to finish the installation of this fantastic Mod. Technically no problems, all works fine. I just got stuck with a small problem I cannot fix myself. I cannot make the block title work exactly like the other ones (please see the attachment). And as my skills with all that are more than limited, I really have to ask for help. Do you have any idea where and how to fix this problem? Thank you very much in advance! |
#126
|
||||
|
||||
Wow! Awesome! Clicked everything. <3 So how do i get the mp3 player in your profile?
|
#127
|
||||
|
||||
Quote:
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.. You forgot to put the Description in for autoplay.. Quote:
Right click on one of the working arrows and then save picture as,,this will tell you the name of the image.. Quote:
|
#128
|
||||
|
||||
Great, I love it, thanks!
*installed* |
#129
|
||||
|
||||
Quote:
I discovered this myself. Ugh Can we get a fix oh great one. stangger5 |
#130
|
|||
|
|||
I installed the Mini You Tube Video in Profile last night. Now the profiles are messed up. We're using vBulletin version 3.7.1 patch. Is the plugin compatible with that release? Has someone else run into this problem?
|
#131
|
|||
|
|||
Not only are the profiles messed up, the video won't play at all. I'm very new at this. Any help in finding where I messed up would be very appreciated!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|