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
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)
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
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...
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>');
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.
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!
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>');