Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Ok, I went the easy route. inline module will automatically inline attached images if configured to do so. This isn't quite ideal, but it takes less time than implementing a javascript button, which probably would better than auto inline, at least auto inline is very easy for them to cope with.
I committed the dependency on inline.module to drubb.
Comments
Comment #1
merlinofchaos commentedIt looks like we can do this with the inline module and some minor customization in drubb itself.
1) inline's tag is different. It is [inline_upload] it appears.
2) We'll need a button on the upload form which means some javascript.
Comment #2
merlinofchaos commentedComment #3
merlinofchaos commentedOk, I went the easy route. inline module will automatically inline attached images if configured to do so. This isn't quite ideal, but it takes less time than implementing a javascript button, which probably would better than auto inline, at least auto inline is very easy for them to cope with.
I committed the dependency on inline.module to drubb.