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

1356710

Comments

  • Uploaded version 0.4 of JQMedia.
  • MP3 embeded player still isn't working for me because of the case inconsistencies of the paths.

    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.4
  • Uploaded version 0.5 of JQMedia.
  • Nailed it this time (for me anyway). Thanks for all the hard work Schiz, that's one kick arse extension now :)
  • I added Jquery 1st and put a check next to it. Then I installed JQmedia, put a check next to it and put checks next to the JQmedia options (mp3, google video etc). I have the ExtendedTextFormatter too.

    When 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
  • google video on ur site is working. I do not see where u tried out the mp3 player
  • Uploaded version 0.5.1 of JQMedia.
  • working like a charm. but one question; how can i post youtube links without embedding them when this extension is on?
  • Latest of both JQuery, (installed first) and JQMedia installed but nothing. Anyone care to mention why? I have the options for JQM all checked etc. http://a5d.org/tdf
  • Yeah, I would be interested to know too. same problem nothing shows up!
  • digilee, you're running Vanilla 1.1.1 and IIRC, JQMedia utilises some new JS from Vanilla 1.1.2 (if I do remember correctly, then that needs to be listed as a dependency Schiz). Try updating Vanilla and then enabling JQM again...
  • That did it! update ... actually now other things are knackered PLUS the videos have stopped working.
  • When pasting the url, the videos work fine but have the url also visible below the video. Is there a way to remove the url besides having to write html?
  • u mean if u just paste the url, u don't want the url as caption.
    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>');
  • Hello, nice addon :) Is it possible to add dailymotion on it ? Thx a lot & great job !
  • Now this works great for me! Can you make the Mp3 Player show up when a Mp3 is uploaded to the server (per Attachments plugin)? (Yeah, you can post the URL to the file, then it works, but People can't really be bothered to remember the path to the upload-directory and stuff....) Also digilee's 'hide url' question is interesting! Peace.
  • Hi, Have just started using both Vanilla and the JQ media add on, works great except that my users are able to change the Jqmedia settings, I.e they can select and deselect which video files can be used, it is the same settings pannel I have as an administrator, I would like to disable this, so only I can select the files accepted etc.. Can anyone help. Here is my work in progress. Http://forum.corfu-media.co.uk Thanks Gaeth
  • Hi, awesome plugin! Could you tell me what to do if i want the videos only embedet when i put bbcode tags around it? i still want to have the ability to post links to those sites normally.
  • Nice work! Thanks. What about support for http://vimeo.com/ as well? (It has some really solid content on in terms of motion graphics etc)
  • Yeah, what Gareth said! If I could turn off the jQmedia Setting for Users I could get rid of the 'Settings'-Tab for normal Users all together. I REALLY want to do this. It just would make things even simpler. Please, if anybody knows how to set the jQmedia-Setting to Admin only, I would be most grateful. Thanks!
Sign In or Register to comment.