Active
Project:
jQuery Media
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 May 2010 at 10:50 UTC
Updated:
31 Aug 2010 at 16:34 UTC
At my video-node theres only the generic-link from filefields (no video player is shown).
Firebug shows the following code on my node:
When i look at my settings at admin/settings/jq the standard-class ".filefield-item a" seems to be wrong here.
What class should be in there?
F.e. when I write ".clear-block a" there will be only the icon in a white box and Firebug shows:
My Filefield version is 6.x-3.3
Comments
Comment #1
cregar commentedsorry, i forgot the code-tag :)
the first:
the second:
Comment #2
meecect commentedI noticed something similar. I took a different approach. First I installed the filefield insert module. I use this module all the time for other reasons as well. It gives a simple option to 'send to editor' any files that are uploaded via a cck filefield element. This is very useful if you are using a wysiwyg editor like tinymce, so you can upload files and images and then click a button to have the link or image sent to the editor.
You can also specify a class that will be used for the inserted link. In my case I used a class named 'video', but maybe something like jqmedia would be better for the generic case.
Then, I make sure that whatever class I specified is used on the jquery_media settings page.