I'm developing a new site using Drupal for a client that is used to CMS Made Simple (CMSMS). For various reasons (which I now know may not have been all that important) we decided to go with Drupal for the new site. CMSMS has a built-in image manager that allows the user to bulk upload and organize (into folders) images, which can then be turned into photo albums / galleries. They really expect to have the same feature in Drupal, but I can't seem to find the right module, or combination of modules, that does the trick in Drupal. I tried Node Gallery, but I'm having trouble even getting it to work as advertised (is there even any documentation/how-to for the current version?)

This is really the last deliverable for the new site, so any suggestions would be appreciated.

Comments

hwi2’s picture

I use IMCE at https://www.drupal.org/project/imce to upload images which is part of my Drupal module toolbox.

IMCE also allows you to set permissions on various nodes including image uploaded. It has never failed me as an image manager and it is available on the node level as well.