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)
-   -   Profile Enhancements - Mini YouTube Video in Profile (right side block) Embed-URL (https://vborg.vbsupport.ru/showthread.php?t=171969)

nomoreturn 05-17-2009 08:59 PM

Installed but need help i only saw youtube box in profile there is no video i fill it out url ,title but i can't see video help me to fix it

DsmNikki 05-19-2009 05:05 AM

Installed Nice Mod :)

nomoreturn 05-20-2009 09:24 AM

Quote:

Originally Posted by nomoreturn@hotm (Post 1812598)
Installed but need help i only saw youtube box in profile there is no video i fill it out url ,title but i can't see video help me to fix it

Any help to fix

stangger5 05-20-2009 10:12 AM

Quote:

Originally Posted by nomoreturn@hotm (Post 1813976)
Any help to fix

Are you useing the link from the Embed code ??
Do not use the page link..

goxy63 05-21-2009 04:55 PM

My user profiles would look like crap without this
Thanks

And while Iam here ... can we change size of this block as in IE it makes bit trouble for some of my users...block is pushing with left larger blocks and ending at the bottom all together with other right side blocks!?

stangger5 05-24-2009 02:12 AM

Quote:

Originally Posted by goxy63 (Post 1814741)
And while Iam here ... can we change size of this block as in IE it makes bit trouble for some of my users...block is pushing with left larger blocks and ending at the bottom all together with other right side blocks!?

I dont get what your asking..
Can you pm me a link to your site..??

compact123 05-24-2009 01:39 PM

Can you do for Dailymotion.com?

goxy63 05-24-2009 07:33 PM

@Stengger

Pm on its way
Sorryz for bad english, its just ...

Cheers

ahmedipa 06-06-2009 04:55 AM

it is so good thank you very much

Romanle 06-21-2009 06:48 AM

nice!!
mark as installed and thank you :D

ximenavi 06-25-2009 08:33 PM

I do not understand from : Edit two templates.

Dan! 09-07-2009 01:03 PM

I really dislike the fact that you have to have the embed url insted of the browser url, alot.

ill be using the id version untill you make it work with the browser url, its alot easier for my visitors.

princeedward 09-13-2009 10:56 AM

great and thanks..it works to my vB 3.8.4 here...

;):up:

princeedward 09-13-2009 11:10 AM

Quote:

Originally Posted by ximenavi (Post 1837373)
I do not understand from : Edit two templates.

hi you have to edit 2 templates....


1:

Go >> admincp >> Styles & Templates >> Member Info Templates >> memberinfo_block_youtube

Find below all in template:

3X $userinfo[fieldi]
2X $userinfo[fieldt]
1X $userinfo[fielda]



$userinfo[fieldi] >> Change the red with YouTube ID field number = sample: $userinfo[field27]

$userinfo[fieldt] >>> Change the red with YouTube Title field number= sample: $userinfo[field28]

$userinfo[fielda] >> Change the red with YouTube Auto-play field number= sample: $userinfo[field29]

================================================== ===
================================================== ===

2:

Go >> admincp >>Edit: Styles & Templates >> Member Info Templates >> MEMBERINFO

Find:

$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]

Put/Insert $blocks[youtube] anywhere in there..
sample:

$blocks[stats_mini]
$template_hook[profile_right_mini]
$blocks[youtube]
$blocks[friends_mini]
$blocks[albums]
$template_hook[profile_right_album]
$blocks[groups]
$blocks[visitors]


hope this one help you and others too...enjoy your video watching now...

:p:up:

jaderollie 09-17-2009 11:20 AM

knock me bandie, this is great ;)

oops spoke to soon :(
none of my members can see the videos, i can see them ok
they can see the profiles, but theres no box, or videos to be seen, any help please?

princeedward 09-17-2009 09:10 PM

Quote:

Originally Posted by jaderollie (Post 1886270)
knock me bandie, this is great ;)

oops spoke to soon :(
none of my members can see the videos, i can see them ok
they can see the profiles, but theres no box, or videos to be seen, any help please?

:p maybe you have to do this also...

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


Code:

if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7))
Like this: ,1 ,2 , 3, 4, 5, 6, 7 ,8 ,9


goodluck and best regards :up:

jkcerda 10-23-2009 04:17 AM

tagged

COL NIL SATIS 10-29-2009 03:08 PM

brilliant brilliant mod..installed and nominated

PurpleSkull 11-07-2009 06:34 AM

Quote:

Originally Posted by karlm (Post 1568621)
I hope you don't mind, but here's my suggested edit to this modifcation.

What this does is allows the member to add the youtube file without needing to meddle with the 'embed' function. Instead, they simply need the very last portion of the URL.

So, if the URL is http://www.youtube.com/watch?v=foKKLSGJFxw then any member need only paste the actual file identifier, which is:

foKKLSGJFxw

Whereas previously, they would need to hassle with the embed script, and then manually seek out the embed url:
http://www.youtube.com/v/foKKLSGJFxw

In addition, you may note I have added the &autoplay= function, so now when the member is adding their favourite youtube file, they need to only type 1 for yes, or 0 to not autoplay! Again, much simpler for the member.

Seems like an all-around easier way of doing things for the members of the site.

To use my edit, you'll need to change the memberinfo_block_youtube template in your chosen style:
Code:

<!-- youtube -->
<if condition="$userinfo[field9]">
<div id="youtube" class="tborder content_block">
    <h4 class="thead block_title">
        <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('youtube')"><img id="collapseimg_youtube" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
        <a name="albums"></a>
        <span class="block_name">YouTube Video</span>
    </h4>
    <div class="block_content" id="collapseobj_youtube" style="">
   

       
    <div class="alt1 smallfont block_row"><if condition="$userinfo[field10]">Title:&nbsp;$userinfo[field10]</if></div>
           
    <div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="<embed src="http://www.youtube.com/v/$userinfo[field9]"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/$userinfo[field9]&autoplay=$userinfo[field11]" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>
   
    </div>

</div>
</div>
</if>
<!-- / youtube -->

For a demonstration of it working, clicky.

Thank you very much :D

katie hunter 11-26-2010 09:01 PM

I tried this addon it is great :0) but it caused server load to spike, is there a way to reduce the load but I might uninstall it.

FreshFroot 01-13-2011 06:57 AM

people actually have this working for 3.8.6?

Very odd as it doesn't work for me.

EDIT: using purple skills edit above it works great.

Thanks!


All times are GMT. The time now is 01:37 PM.

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.01307 seconds
  • Memory Usage 1,771KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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