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)

dschips 06-28-2008 03:37 AM

Ok, I replaced the forum with a very recent backup, updated to 3.7.2, and edited the code as necessary. The profiles are fine now, and it looks like the you tube videos should work, only they don't. I can enter the settings as expected, and the box is displayed ok, but I can't get the video to play.

EvilJohn 06-28-2008 05:21 AM

Here is a "How To" Which seemed to work for my forum members. But still had to do a few in the CP for a few users. http://evilrtcw2.com/forums/showthread.php?t=7889

stangger5 06-28-2008 09:22 AM

Quote:

Originally Posted by dschips (Post 1560883)
Ok, I replaced the forum with a very recent backup, updated to 3.7.2, and edited the code as necessary. The profiles are fine now, and it looks like the you tube videos should work, only they don't. I can enter the settings as expected, and the box is displayed ok, but I can't get the video to play.

Send me a link to your site,,so I can have a look..

dschips 06-28-2008 01:56 PM

Thank you EvilJohn, but the video still doesn't play.

I set up a test account,
username: testmode
password: testing
so you can login. Here's the link: http://www.writeaprisoner.com/vbforum/

Thank you

stangger5 06-29-2008 10:28 AM

dschips....I made two version of youtube in profile...

One with just the youtube number..The one in this post..

One that uses youtube embed url...Posted here..

You installed the youtube embed url one...
Yours works fine by useing the embed url...

dschips 06-30-2008 02:45 PM

Thank you stangger5! I thought maybe I'd installed it wrong. This will be a great addition to the forum.

Diane

dvbusuario 07-01-2008 05:20 AM

Install!!!

Very good!

Digital Jedi 07-02-2008 06:32 PM

Stangger, I don't think this has been suggested before, but I did the autoplay option a little differently.

Instead of a text field where they have to put in &autoplay=1, I made it a single selection check box called Check to have your video auto-play when your profile loads.

Then I put &autoplay=1 in the emebed code and wrapped it in the IF conditional: <if condition="$userinfo[field20]">&autoplay=1</if>

PHP Code:

<object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$userinfo[field17]"></param><param name="wmode" value="transparent"></param>
<
embed src="http://www.youtube.com/v/$userinfo[field17]<if condition="$userinfo[field20]">&autoplay=1</if>" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object

Works perfectly, and simplifies it for users. Figured I'd share it with you.

Demo: http://www.cogonline.net/forums/prof...do=editprofile

User and Password: test

Chadi 07-02-2008 08:59 PM

Does this have moderation queue option?

UNRE4L 07-03-2008 01:41 AM

Has anyone had problems with this where some users can see it and others cant? As far as I know I havent set any permissions to say some users cant :S


All times are GMT. The time now is 07:40 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.01338 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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