Asset.module committed to Drupal cvs

Posted by Digett on May 07, 2007

I have finally gotten around to committing my asset module. In short it is my attempt to create a more cohesive user experience for handling file assets in Drupal. There are currently so many different ways to do this but not one of them meets enough of our needs to be the 'go-to' module for this purpose the way that CCK and views are for their respective purpose.

So I figured out where previous modules got it right and where they got it wrong. Wrong is actually the wrong word here. They are the wrong module for the job I am trying to achieve. img_assist does a great job of inserting images, but what if you want to insert other file types. And it requires that every image be an image node. IMCE is a nice all around file browser, but what if I want to embed a flash file. Upload.module is nice and simple but should a file have to exist only as it relates to a node?

So I took concepts from all of these to create a module that would suit my (and hopefully your) purpose. There is a nice wizard-like file browser for inserting assets. Assets may or may not be associated with nodes. But this is only the beginning.

At the core of this module is its extensibility. What does this mean for you? Formatting options are only limited to your imagination. Already supplied are standard links, a couple of image options, flash embedding using swfobject.js and mp3 embedding using the 1pixelout audioplayer. The api to create new formatting options is very simple, so get started!

In development is a cck asset field and views integration. The cck field will allow your users to have the same experience for inserting assets whether inserting into a special purpose field or into the body of the content. Views integration is achieved by tracking the relationships of assets to nodes (even within the body).

There are many more details (mainly development related) that I will go over in a later post.

For now, check it out, use it and start filling the issue queue.

MONTHLY MARKETING INSIGHTS.

Get thought-provoking and actionable insights to improve how your firm makes a connection with your customers.

LEAVE A COMMENT

The content of this field is kept private and will not be shown publicly.

Plain text

  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.