Support Forums
YT Plugins - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: YT Plugins (/showthread.php?tid=11073)



YT Plugins - Canoris - 08-07-2010

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?


RE: YT Plugins - eax - 08-08-2010

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


RE: YT Plugins - Canoris - 08-08-2010

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'



RE: YT Plugins - Canoris - 08-09-2010

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>