Closed (duplicate)
Project:
Inline
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2006 at 09:25 UTC
Updated:
24 Jan 2007 at 02:43 UTC
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
Comment #1
sunmp3 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.
Comment #2
Bèr Kessels commentedI 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.
Comment #3
sunMarking as duplicate of http://drupal.org/node/35709 and http://drupal.org/node/80170.