I'm not sure if this issue if actually FileField_Insert's issue, but here goes.
Suppose I create a CCK field as a file field (upload widget) then set the field on the "Display Fields" tab to "SWF Tools - With download link". Now I create a new node and in the body I type:
Here is a video:
Here is some text.
If I insert a a video file directly after "video:", I would expect to see the player right after the colon. However, it winds up being displayed at the bottom of the page (screenshot attached). The link is displayed in the expected place.
Does anyone else see the same issue or is it just me? ;-)
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot-10.png | 1.98 KB | dpearcefl |
Comments
Comment #1
quicksketchCurrently FileField Insert can only insert images inline. Everything else is just inserted as a link. What you're seeing at the bottom of your post is the video output by CCK, not the video that is part of the body field (which is just a link, like you're seeing). There is a request to make FileField Insert work with any kind of file in this issue #479310: Add support for add'l CCK Formatters (Lightbox2, etc.).
Comment #2
weynhamzit seems that many guys need feature to insert the field that cck creat or use the cck formats.And I have use the CCK formats patch, it's very nice,but one problem is that it can't be link to node when the node is newly created. I know it impossible to get the node nid at this time,and otherwise is totally uncecessary.We just use the module to insert files,image,videos and so on ,we don't need the feature to link to a node..be cause we see it in a full view of a node or in a tearse,it already have link to node,and doesn't need this module to do this.So All the formats that associated to link to node I think can be removed.
Comment #3
quicksketchEither way, #479310: Add support for add'l CCK Formatters (Lightbox2, etc.) will be solving these problems.