Hi again,

first thanks for this release candidate, it works well in the current state.
I want to do something which maybe is already possible, but I can't find it: In the Asset-Wizard, you invoke foreign formatters whose options are merged with the default ones - very good.
Now I want to add an option to the imagecache-formatter: an URL-field which is evaluated by my own theming-function and transformed into a link.

I don't see to implement this feature but to change the asset_imagecache.inc, which I would like to avoid. Is there currently any possibility to add a custom field in the wizard without changing an existing formatter?

Thanks a lot,
Stefan

Comments

wmostrey’s picture

Status: Active » Closed (won't fix)

I'm afraid this is not possible without altering the module. What you can simply do is put the asset in the textarea (you can use TinyMCE for it for instance) and just create the link you want.

Schneck’s picture

Hi Wim,

unfortunately, that will not work, because my theming function generates some html-stuff around the asset, e.g. a div. So I'll maintain the patched version of the imagecache-module manually.

Thanks,
Stefan