vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Mini YouTube Video in Profile (right side block) (https://vborg.vbsupport.ru/showthread.php?t=169824)

stangger5 01-15-2009 11:00 AM

Quote:

Originally Posted by Nephalim (Post 1709143)
does this work with 3.8.0

Yes,,works with 3.8.0...

Stormraven 01-20-2009 08:26 AM

This mod is really starting to annoy me now, I keep adding this, get it working, and then just suddenly out of the blue, it just stops working. and i go to the plugin page in the admin CP and the words 'Mini YouTube for member profile' are all in black and its not a link and when i go to edit there are nothing in the boxes. this is probably the 3rd time this has happened. Why???

Digital Jedi 01-20-2009 03:02 PM

Sounds like you might have bigger problems then anything related to this modification. Something is stripping out your plugins?

stangger5 01-21-2009 10:40 PM

Quote:

Originally Posted by Stormraven (Post 1718776)
This mod is really starting to annoy me now, I keep adding this, get it working, and then just suddenly out of the blue, it just stops working. and i go to the plugin page in the admin CP and the words 'Mini YouTube for member profile' are all in black and its not a link and when i go to edit there are nothing in the boxes. this is probably the 3rd time this has happened. Why???

I had a look and you left out the memberinfo_block_youtube edit with your userfield numbers..You have to make the template edits for every skin..

:)

apiasto 01-22-2009 11:41 AM

hey when i put 1 in autoplay option the video doesn't show at all but when i leave that option blank it plays .any idea thanks

stangger5 01-22-2009 06:00 PM

Quote:

Originally Posted by apiasto (Post 1721104)
hey when i put 1 in autoplay option the video doesn't show at all but when i leave that option blank it plays .any idea thanks

use: &autoplay=1

apiasto 01-23-2009 01:29 AM

hahaha foolish of me,thnx nice work by the way

csoroner 01-25-2009 07:19 PM

Quote:

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))

Like this: ,1 ,2 , 3, 4, 5, 6, 7 ,8 ,9
I got this and it works great.

You might want to edit the above code though. Your missing the coma next to the 7 that through's the permissions off.

Clicked install!

CRP 02-06-2009 12:32 AM

Works great, but only the usergroups listed can use the player or see the player in others profiles. Am I missing something, or is there a way to set it up so that anyone can see the player in the profiles of those that have it, but can only use it in their own profile if they are in the listed usergroups? Thanks.

RobbieZ 02-19-2009 07:09 PM

It works on 3.8 default but not my new style.

I have added the $blocks[youtube] to MEMBERINFO in my new style.

Any suggestions?

stangger5 02-22-2009 08:30 AM

Quote:

Originally Posted by RobbieZ (Post 1749268)
It works on 3.8 default but not my new style.

I have added the $blocks[youtube] to MEMBERINFO in my new style.

Any suggestions?

Did you ??
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..

RobbieZ 02-24-2009 06:26 AM

DOH!

Thanks Stangger,

I forgot when you create a new skin it doesn't copy the amended template across.

Rickeo 03-04-2009 03:46 PM

Doesn't work on 3.8.1 can you do an update?

Allan 03-05-2009 11:35 PM

Quote:

Originally Posted by Rickeo (Post 1760255)
Doesn't work on 3.8.1 can you do an update?

Sure ?

Allan 03-08-2009 08:59 AM

Thank you :)

Work perfectly on vB 3.8.1.

Aclikyano 03-14-2009 10:00 AM

I am running vB 3.8.1 PL1 reinstalled this hack, and it WILL NOT show up in my profile page. I do not have the fields mixed up, it just will NOT show up.

stangger5 03-14-2009 02:41 PM

Do you redo the MEMBERINFO template edit ??

Aclikyano 03-14-2009 08:20 PM

Quote:

Originally Posted by stangger5 (Post 1767911)
Do you redo the MEMBERINFO template edit ??

yea I put the youtube after minifriends

Quote:

<div id="sidebar_container">
<!-- sidebar -->
$template_hook[profile_right_first]
$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[youtube]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]
$template_hook[profile_right_last]
<!-- / sidebar -->
</div>

Feanor_87 03-25-2009 05:41 AM

Has anybody gotten it to work on 3.8.1?

All I get is an empty box regardless of which video I use and I'm sure I did every step right :|

slapjack2fast 03-25-2009 05:51 PM

Yeah i got it to work on 3.8.1 :)

Are you sure you got the templates coded right ?

stangger5 03-25-2009 11:14 PM

Quote:

Originally Posted by Feanor_87 (Post 1776454)
Has anybody gotten it to work on 3.8.1?

All I get is an empty box regardless of which video I use and I'm sure I did every step right :|

You might have left off one of the user field template edit..

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..

Droptop 03-29-2009 10:24 AM

Works for me in 3.8.1......thanks for this :up:

Feanor_87 03-31-2009 10:56 PM

Finally got it to work, I uninstalled it and Reverted the templates to re-do it and it worked this time :)

Thanks for the help via PM Stangger. *marked as installed and nominated*

tooz72 04-02-2009 12:12 AM

I see it on youtube box and video title on profile, but cant get it to video to show up.....are you supposed to put video URL or embed code?

stangger5 04-02-2009 10:31 AM

Go to youtube dot com,,find the video you want..
Say the link is

Code:

http://www.youtube.com/watch?v=HhuVgywiO3w
Put HhuVgywiO3w in your YouTube ID field..

;)

rjayXD 04-14-2009 12:34 PM

installed

thanks

the autoplay isnt working

stangger5 04-14-2009 01:57 PM

Did you try putting &autoplay=1 in the auto play box ??

pooslokka 06-08-2009 09:28 AM

fantastic :)

pooslokka 06-08-2009 10:35 AM

Quote:

Originally Posted by rjayXD (Post 1790986)
installed

thanks

the autoplay isnt working

its working for me no problem :)

metalguy639 06-10-2009 09:06 PM

Does this not work with vb 3.8 versions? I've installed it on a vb.3.8.2 forum adn all I get is a blank.

See screenshot:

https://vborg.vbsupport.ru/external/2009/06/30.png

How can I fix this?

Digital Jedi 06-11-2009 10:58 PM

Quote:

Originally Posted by metalguy639 (Post 1827243)
Does this not work with vb 3.8 versions? I've installed it on a vb.3.8.2 forum adn all I get is a blank.

See screenshot:

https://vborg.vbsupport.ru/external/2009/06/30.png

How can I fix this?

Works fine with 3.8. What did you input as your video ID?

metalguy639 06-12-2009 07:06 AM

Quote:

Originally Posted by Digital Jedi (Post 1827949)
Works fine with 3.8. What did you input as your video ID?

just the video letters at the end as the documentation for the hack suggested. I put in everything past the equals sign. :(

Digital Jedi 06-12-2009 11:56 AM

Quote:

Originally Posted by metalguy639 (Post 1828157)
just the video letters at the end as the documentation for the hack suggested. I put in everything past the equals sign. :(

Yes, but what exactly did you put? I mean post what you put here so we can see if maybe you left out a letter, or something else.

metalguy639 06-12-2009 09:49 PM

I put this in: nTasT5h0LEg

This is the actual link...

http://www.youtube.com/watch?v=nTasT5h0LEg

Digital Jedi 06-12-2009 10:24 PM

Quote:

Originally Posted by metalguy639 (Post 1828612)
I put this in: nTasT5h0LEg

This is the actual link...

http://www.youtube.com/watch?v=nTasT5h0LEg

Have you tested a different video?

metalguy639 06-12-2009 10:41 PM

Quote:

Originally Posted by Digital Jedi (Post 1828629)
Have you tested a different video?

Yes...I have tested different videos and so have others on that forum.

Here's the other one I tested.

http://www.youtube.com/watch?v=6s5PwEl1Ygs

I put in this: 6s5PwEl1Ygs

Same result.

metalguy639 06-12-2009 10:47 PM

Nevermind I fixed it myself. I missed some of the fields in the edits. I did not realize that he mean to find three instances of that field and then two and then one. It works now :D Thanks for your help.

DsmNikki 06-21-2009 06:01 AM

Love this install!

BlackSkeeMask 07-20-2009 01:58 PM

lol weird i dont got dat option >> Member Info Templates

zombietom 07-21-2009 03:54 PM

Quote:

Originally Posted by BlackSkeeMask (Post 1852210)
lol weird i dont got dat option >> Member Info Templates

All should have it ..what version are you using


All times are GMT. The time now is 03:21 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.01712 seconds
  • Memory Usage 1,818KB
  • 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
  • (1)bbcode_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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