MyBB Community Forums

Full Version: Request VideoBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi to all i wondering there is no BBcode for this popular site or i cannot find it,anyway anyone to made this bbcodes
http://www.videobb.com/index.php
Title : VideoBB
Short Discription : Video BB Videos
Regular Expresion : \[vbb\](.*?)\[/vbb\]
Replacement :

<object id="vbbplayer" width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ><param name="movie" value="http://www.videobb.com/e/$1" ></param><param name="allowFullScreen" value="true" ></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.videobb.com/e/$1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Enabled : Yes

Use video code like this on post

[vbb]ZaE5pQ20zX1q[/vbb]

I hope it helps you
(2011-03-23, 11:21 PM)alirex Wrote: [ -> ]Title : VideoBB
Short Discription : Video BB Videos
Regular Expresion : \[vbb\](.*?)\[/vbb\]
Replacement :

<object id="vbbplayer" width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ><param name="movie" value="http://www.videobb.com/e/$1" ></param><param name="allowFullScreen" value="true" ></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.videobb.com/e/$1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Enabled : Yes

Use video code like this on post

[vbb]ZaE5pQ20zX1q[/vbb]

I hope it helps you

Sorry but this not working

(2011-03-24, 08:55 AM)Yaldaram Wrote: [ -> ]http://yaldaram.com/showthread.php?tid=359

Also not working
Test it in AdminCP. Its working, make sure you've allowed MyCode in posts in Forum's Permissions.
(2011-03-24, 10:10 AM)Yaldaram Wrote: [ -> ]Test it in AdminCP. Its working, make sure you've allowed MyCode in posts in Forum's Permissions.

Like i said so this not working also works embed code in my admin panel but when you post it not working
Regular Expression
\[video=videobb\]http://www.videobb.com/video/([A-Za-z0-9]+)\[/video\]

Replacement
<object type="application/x-shockwave-flash" data="http://www.videobb.com/e/$1" width="512" height="384">
<param name="movie" value="http://www.videobb.com/e/$1" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="transparent" />
</object>

Example
[video=videobb]http://www.videobb.com/video/ZaE5pQ20zX1q[/video]
(2011-03-24, 11:02 AM)querschlaeger Wrote: [ -> ]Regular Expression
\[video=videobb\]http://www.videobb.com/video/([A-Za-z0-9]+)\[/video\]

Replacement
<object type="application/x-shockwave-flash" data="http://www.videobb.com/e/$1" width="512" height="384">
<param name="movie" value="http://www.videobb.com/e/$1" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="transparent" />
</object>

Example
[video=videobb]http://www.videobb.com/video/ZaE5pQ20zX1q[/video]

Again not working Big GrinBig Grin
all others video works fine but this not
I tested mien in ACP, there it works. Probably your forum permissions are Not allowing MyCodes in posts. Check to make sure your 'Forum's Category' permissions too.
Pages: 1 2