views:

12

answers:

1

I would like to manipulate the content of a textfield/wygwam-field in expression-engine. For example, when someone uploads an mp3-file with the file-uploading-tool, I would like to convert the link into a flash-embed that calls an mp3-flashplayer.

Another example is that whenever someone posts a link to a vimeo-video I would like to convert it into an embeded version of that video.

+2  A: 

You could create an extension that hangs on the entry_submission_ready hook that modifies the content in the appropriate fields prior to it being saved to the DB.

Ty W
That sounds just like what I am looking for, do know of any simple applications doing this? I like examples to get me started!
Kristoffer Nolgren
sorry, all I could find was this forum post: http://expressionengine.com/forums/viewthread/169717/. No mention of add-ons that use it and it appears that it may not even work properly (yet, anyway).
Ty W