Version: 1.00, by Moya
Developer Last Online: Aug 2009
Version: 3.5.2
Rating:
Released: 12-15-2005
Last Update: 12-15-2005
Installs: 59
Uses Plugins Template Edits
Is in Beta Stage
No support by the author.
I am just being lazy to add all of the bbcode for
wma, wmv, avi, swf, mp3, wma, mpg, mpa, mpeg, mov. So I just come up with this little product that take care of them all - just one bbcode added
Like the usual: There are known or unknown security risks for playing media file like flash file. It is up to you to take precaution
Here is how can add this one.
Add the product via products pannel
NOTE: For some boards, the bbcode only work at the beginning of the code evaluation. If you encounter the problem where tag shows up, use product-bbcodeplayall-parsestart.xml instead of the first one.
Upload the media.gif into your images directory
BBCODE:Title:
Code:
Media
Tag:
Code:
media
Replacement:
Code:
[media]{param}[/media]
Example:
Code:
[media]Media Link goes here[/media]
Description:
Code:
The [media] tag allows you to play certain type of media within your posts.
Yeah, just tested back and forth and asked other to test too ..
You post the media, then you can see the movie etc. then you go to another thread and then back again to the media post and THEN you can see the tag only ...
Do you any hack that use the same bbcode_parse_complete? I think it only work with post that doesnt have any reply on your board. It is wierd. I will look into this problem tonite.
Do you any hack that use the same bbcode_parse_complete? I think it only work with post that doesnt have any reply on your board. It is wierd. I will look into this problem tonite.
Mmm.... I am not a coder tbh, don't know if any hack is using that ... I mean I don't mind if it doesn't work on reply, but again, just post it, leave the thread and view your own thread without reply and it is gone .. Thanks for looking into it .... I need to go for today ... thanks
<plugin active="1">
<title>Play All Media bbcode_parse_complete</title>
<hookname>bbcode_parse_complete</hookname>
<phpcode><![CDATA[
//Play All Media bbcode by Stitch @ aotrangmongmo.com/chutgidenho.com
global $vbulletin, $stylevar, $vbphrase;
$homeurl = $vbulletin->options[bburl];
if (substr($homeurl,-1,1) != "/")
{
$homeurl = $homeurl ."/";
}
//$homeurl='http://www.aotrangmongmo.com/vb35/';
I don't know what that use for. I also already test the media bbcode but after I refesh . It apear a music link.
<plugin active="1">
<title>Play All Media bbcode_parse_complete</title>
<hookname>bbcode_parse_complete</hookname>
<phpcode><![CDATA[
//Play All Media bbcode by Stitch @ aotrangmongmo.com/chutgidenho.com
global $vbulletin, $stylevar, $vbphrase;
$homeurl = $vbulletin->options[bburl];
if (substr($homeurl,-1,1) != "/")
{
$homeurl = $homeurl ."/";
}
//$homeurl='http://www.aotrangmongmo.com/vb35/';
I don't know what that use for. I also already test the media bbcode but after I refesh . It apear a music link.
Uh oops I forgot that link there. I reupload the new file. Can you give admin access to your site?