Support Forums

Full Version: YT Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is more directed to Omni here.

I have the latest version of MyBB (1.6) installed on my forum, which seems to have created a compatibility issue with the YT plugin you provided in the MyBB Central.

Unfortunately, I've tried everything available on the internet with no success.

Is there a work around for this?
Here's a plugin which you can use for:

YouTube
Google Video
Veoh
Porkolt
Stage6
MetaCafe
MySpaceTV
Tudou
Revver
Game Trailers
Vimeo
GoFish
kewego
Putfile

http://mods.mybb.com/view/youtube-tag
I get a MyBB SQL error Confused
Code:
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1146 - Table 'creatifo_creatifor.mybb_mybb_settinggroups' doesn't exist
Query:
    DELETE FROM mybb_mybb_settinggroups WHERE name = 'videositetag'
FIXED: MyBB v1.6 youtube tags

regular expression
Code:
\[youtube\]http\://(www\.)?youtube\.com/watch\?v=([^"'[]+?)\[/youtube\]

replacement code
Code:
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/$2"></param><embed src="http://www.youtube.com/v/$2" type="application/x-shockwave-flash" width="640" height="385"></embed></object>