It would be great if we could add a button to the list of attached images to auto link them into the text like phpbb does. This might be an extension of inline module, and could use inline's markup, perhaps?
It would be great if we could add a button to the list of attached images to auto link them into the text like phpbb does. This might be an extension of inline module, and could use inline's markup, perhaps?
Comments
Comment #1
webchickhttp://drupal.org/project/filefield_insert maybe?
Comment #2
merlinofchaos commentedThat requires CCK which requires adding fields to the comment and forum types. I'm leery of having to do that, when we already have upload.module available.
My thought is to add a little javascript widget next to each attached file which, if the uploaded file is an image, works like the quote button and adds a formatted img tag (presumably configurable between html and bbcode).
I don't know what module should actually be responsible for doing this though. :P
Comment #3
merlinofchaos commentedhttp://drupal.org/cvs?commit=228852
Since this modifies bueeditor settings these changes will only show up on a re-enabling of drubb.