Provides a way to insert images into any text area using views. It should be a simple img_assist replacement.

You need something like this in hook_form_alter():

$form['body_filter']['image_gallery_edit'] = array(
   '#img_insert_type' => 'text',
   '#type' => 'img_insert',
   '#img_insert_target' => 'edit-body',
   '#img_insert_view' => 'image_gallery_edit'
);

Depends on jQuery Update.

Downloads

Recommended releases

Version Downloads Date Links
5.x-1.1 tar.gz (12.94 KB) | zip (13.96 KB) 2007-Dec-03 Notes

Development releases

Version Downloads Date Links
5.x-1.x-dev tar.gz (12.9 KB) | zip (13.81 KB) 2011-Feb-25 Notes

Project Information

  • Module categories: Content, Views
  • Maintenance status: Unknown
  • Development status: Unknown
  • Reported installs: 2 sites currently report using this module. View usage statistics.
  • Downloads: 1,096
  • Last modified: December 3, 2008

Maintainers for Image insert

  • msameer - 9 commits
    last: 4 years ago, first: 4 years ago

Issues for Image insert

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here