currently the user cannot supply their own defaults for image_filter, such as hspace and vspace or nolink. I think this is important and should be implemented in the admin interface (to be saved into variable table in drupal). that way, I can use [image:34] in my site pages and make use of defaults I've set in the admin interface!
I'll probably hack this in myself and post it back to this feature request! :)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | image_filter_1.module | 11.16 KB | starmonkey |
Comments
Comment #1
starmonkey commentednote that I know you can use the theme functions to override the image tag, like so:
but I think that's not really enough for 'ease of use' - I think admin/settings is a good place to have defaults, rather than this theme hack!
Comment #2
starmonkey commentedok, here's my current partially tested version for your viewing pleasure - small and easy changes to 2 functions. changes commented with // SM
Comment #3
raintonr commentedVery old request. Users should be doing this sort of thing in CSS anyhow.