MyBB Community Forums
Video BB Code for Stage6 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: Video BB Code for Stage6 (/thread-24280.html)



Video BB Code for Stage6 - WarBirD - 2007-09-26

How can I add custom BB Code for embedding Videos of STAGE6.DIVX.COM into the MyBB Forum ?

I can easily add Custom BB Code in my other IPB Board, but how, if, does it work here ? Here is a example on how a STAGE6 embed looks in HTML Style.

<object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="450" width="800" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="http://video.stage6.com/1631694/.divx" /><param name="custommode" value="Stage6" /><param name="showpostplaybackad" value="false" /><embed type="video/divx" src="http://video.stage6.com/1631694/.divx" pluginspage="http://go.divx.com/plugin/download/" showpostplaybackad="false" custommode="Stage6" autoplay="false" height="450" width="800" /></object>

Is is possilbe to make this as the Youtube Mod to work with tags like [STAGE6] VIDEOID [/STAGE6] because this is how I can make it work in IPB Forums. Any could help me please ? I would appreciate any help. Wink

WarBirD


RE: Video BB Code for Stage6 - User 1428 - 2007-09-28

1. Go into your ACP
2.Find Custom MyCode Under Message Filters
3.Click Add MyCode
4. For name and description, put what you want
5. For the regular expression, put this
\[stage6\](.*?)\[/stage6\]
6. For the Replacement put:
<object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="450" width="800" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="http://video.stage6.com/$1/.divx" /><param name="custommode" value="Stage6" /><param name="showpostplaybackad" value="false" /><embed type="video/divx" src="http://video.stage6.com/$1/.divx" pluginspage="http://go.divx.com/plugin/download/" showpostplaybackad="false" custommode="Stage6" autoplay="false" height="450" width="800" /></object>

Test it out and tell me how it works Smile


RE: Video BB Code for Stage6 - WarBirD - 2007-09-28

You are my hero. Wink Thx m8.


RE: Video BB Code for Stage6 - User 1428 - 2007-09-28

No problem Smile