Video BB Code for Stage6
#1
Question 
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
Reply
#2
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
Reply
#3
You are my hero. Wink Thx m8.
Reply
#4
No problem Smile
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)