Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Don't work Play MP3 Links 0.2
haker270
New
When I inserted a link that refers to an mp3 file, button doesn't appear. Vanilla 2.0.18b4. What can I do so it started to work??
Sorry for my bad english)
Sorry for my bad english)
Tagged:
0
Best Answer
-
hmm.. just a little advice from me. Try use yahoo media webplayer. check this out
http://vanillaforums.org/discussion/17146/adding-yahoo-media-webplayer0
Answers
http://vanillaforums.org/discussion/17146/adding-yahoo-media-webplayer
In default.php, this line:
oneBit = new OneBit("/plugins/PlayMP3Links/1bit.swf");
had to be modified. Because my forum's URL starts with "/forum", the URL for 1bit.swf had to be
oneBit = new OneBit("/forum/plugins/PlayMP3Links/1bit.swf");
Now the plugin works. Perhaps a more flexible code fix will be able to handle this for everyone, but here's a workaround.