Hi,

How to move, for example 10 images from one gallery to another, without editing each image seperately?

Is there some module (or configuration option) that provide interface, allowing me to enter into one gallery, select some images and move them to anoter gallery?

(I already found taxonomy_multi_edit, but it is pain in the ass when it comes to images and galleries)

Comments

yoyek’s picture

Ok, It seems that there is no interface that will do that for me - so... I'm going to make one :)

It will be my first module, so wish me luck. Will post it here.

yoyek’s picture

Enjoy: image_gallery_manager-5.x-0.1.tar.gz

Take a notice that this is my first module. It is not strictly following Drupal Coding Standars - i feel much more comfortable putting curly braces always in the new line. Also there are Vim's fold markers at every funciton.

Lot of code was based on this 3 modules: "node", "taxonomy_multi_edit" and "image_gallery"

Screenshots:

PS: how to move this tread to "Module development"?

yoyek’s picture

Here is new version with weight support (if you have Weight module installed):

image_gallery_manager-5.x-0.2.tar.gz

Screenshots updated.

PS: how to move this tread to "Module development"?