My modified version of the inline.module for Drupal 4.6 adds the following functions.

* Three extra styles users can add to images
* Audio file (MP3) support with integrated Flash music player (XSPF)
* Images from other nodes [node:123.1]

All the files including a Readme can be found in my sandbox.

http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/frjo/inline/

This is probably not for everyone but it's what I want for my own site. I thought I mention it if someone is interested in some of the features.

I have not tested it on other sites, only my own where it works well.

Comments

sun’s picture

Title: Modified inline.module, adds MP3 Flash player support, files from other nodes and more » mp3 Flash player support

mp3 support sounds interesting to me. Will have a look at your code.

The big question regarding this is, if we really want to add functionality to inline module which is already provided by audio module (of course without inlining support). I don't like duplicating functionality. But maybe we can find a solution that allows inline module to display inlined audio files in conjunction with audio module?

To achieve that, users would have to be able to upload audio files (nodes) within their content nodes. And inline module would have to be able to access those audio nodes. Perhaps a new tag [audio:#] could do this trick?

Inlining files from other nodes doesn't seem like a maintainable solution to me and I doubt that inline will ever provide this functionality.

Bèr Kessels’s picture

I don't like the idea of too many [tags]. IMO we should even bring the amount down to one!
Then let the code and configuration sort out what to do with it, instead of the user.

sun’s picture

Status: Active » Closed (duplicate)