MyBB Community Forums
Request VideoBB - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: Request VideoBB (/thread-90480.html)

Pages: 1 2


Request VideoBB - Flogging My Log - 2011-03-18

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


RE: Request VideoBB - alirex - 2011-03-23

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


RE: Request VideoBB - Flogging My Log - 2011-03-24

(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




RE: Request VideoBB - Yaldaram - 2011-03-24

http://yaldaram.com/showthread.php?tid=359


RE: Request VideoBB - Flogging My Log - 2011-03-24

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

Also not working


RE: Request VideoBB - Yaldaram - 2011-03-24

Test it in AdminCP. Its working, make sure you've allowed MyCode in posts in Forum's Permissions.


RE: Request VideoBB - Flogging My Log - 2011-03-24

(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



RE: Request VideoBB - querschlaeger - 2011-03-24

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]



RE: Request VideoBB - Flogging My Log - 2011-03-24

(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


RE: Request VideoBB - Yaldaram - 2011-03-24

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.