I have this module working fine by uploading a file via the content type field, but is it possible to embed the output where I want it within a node page?

I only seem able to produce the file player above or below my node content?

Comments

deviantintegral’s picture

Normally embedding content directly into body fields is a bad practice. It makes theming and page layout more difficult and precludes reusing your content in other applications. Ideally, you should probably be defining where the player is rendered at the theme layer and doing it in your node template.

If you absolutely want to embed a player in a text field, I wonder if Insert works. I'm pretty sure it will only insert a link to the file and not use the jPlayer display formatter. It's worth a shot. If it doesn't work, I'd be glad to review a patch integrating jPlayer with Insert.

markie’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing issue as 7.x-2.0 has been released. Please open any new issues against that.