Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
JQmedia
This discussion is related to the JQmedia addon.
Comments
In jQmedia.js, line 64:
var mediaplayer = jqmediaPath.webRoot + 'extensions/JQmedia/mediaplayer.swf';
is still wrong. It needs to be JQMedia, not JQmedia.This is also the case in line 160:
jqmediaPath.webRoot +'extensions/JQmedia/external.gif"
should be:jqmediaPath.webRoot +'extensions/JQMedia/external.gif"
In default.php, line 66:
var $j=jQuery.noConflict();
is not needed as it's included in JQuery extension 1.1.4When I insert the URLs of a google video or a mp3 I just get the URL (not the emdedded movie or mp3 player)
http://www.joemadsamples.com/forum/comments.php?DiscussionID=35&page=1#Comment_103
But if u write html with a caption, then u want it to appear.
U can take the caption out completely if u want. commnet out this line from JQmedia.js
if (caption && sourceVideo!='playlist') embedCode.push('<p><a rel="nofollow" target="_blank" href="' + url+ '">' + caption + '</a><img src="' + jqmediaPath.webRoot +'extensions/JQMedia/external.gif" /></p>');