MyBB Hacks

Full Version: YouTube Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
(01-14-2011 12:25 AM)RocketFoot Wrote: [ -> ]New piece to the puzzle...one member reported this:

Quote:Well mine is still not working. Using IE. When I select the video it starts to comes up then the screen flashes and comes back up and where the video would be has an X[/align]

Another member commented on this thread:

http://www.7173mustangs.com/thread-351-b...http://www.7173mustangs.com/thread-351-boss-en

He can see the video added to the post but not the first one in the postbit.

What Video BB Code used for that?
I'm using Automedia for 1.6

I'd get rid of it if there is another better plugin to automatically convert a video from a link to an embedded video??
Try to post a YouTube video using MyBB stock video MyCode as a test somewhere in your forum / the thread.
And ask them whether the video (the video posted by MyBB stock video MyCode) can be displayed properly for them or not.
OK, I turned automedia off and posted a test video with the regular MyBB youtube code.

Hold up...what version is this board?  My post editor has a button for video myCode?
(01-14-2011 03:20 AM)RocketFoot Wrote: [ -> ]Hold up...what version is this board?  My post editor has a button for video myCode?

Do you mean MyBB Hacks? I think we are in 1.4
Yes...ok, I think the screen cap I posted is a 1.6 feature.  I don't have a plugin that makes the little TV button!
(01-14-2011 03:26 AM)RocketFoot Wrote: [ -> ]I think the screen cap I posted is a 1.6 feature.  I don't have a plugin that makes the little TV button!
Yes, it is 1.6 default feature.
One member replied that he could not see the video posted with MyBB default myCode!  So what does this mean?
Ugh... Even with the default MyBB MyCode?

Could you try this:
Find this code in your ytvgal_showthread template:

HTML Code
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" /><param name="FlashVars" value="playerMode=embedded" /><p>{$thread['subject']}</p></object>


Replace it to:

HTML Code
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="350"></embed></object>

OK, I changed the template...let me see if the members can see the video now.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Reference URL's