Hello Everyone,

I would like some advise on a module that provides a simple to use Gallery that allows users registered on my Drupal website, to create their own photo album galleries and manage them. I would also like the photos to be added via a URL (HTTP and not FTP) and hosted in my Drupal site server, preferably.

I tried "Album Photos" but the photos don't show up in a Gallery with columns and rows. They are displayed in one single column, which is horrible and looks nothing like a gallery. I also tried Juicebox, but there are no permissions to set and I want specific Roles to be the only ones allowed to create albums and upload photos.

What modules are there, which allow some permissions flexibility to allow specific user roles to create albums via browser URL interface... But which look like a real gallery? I'm on Drupal 7.x.

Many thanks in advance!

Comments

ARTIMEDIA’s picture

Is there no such module in the whole wide world of Drupal?

raghwendra’s picture

I think you may customize the template/look and feel for Album Photos module in grid system. It is complex to meet all thing in a single module. Try to catch any drupal developer who may help you on your problem.

ruggestrong’s picture

create a content type with an image field, easy
then create a view as a block under the first content type of each author with the author relationship
any content added will appear under the first content of each author, as you like, table or grid, you choose

ruggestrong’s picture

you can add the effect lightbox or colorbox
https://www.drupal.org/project/lightbox2
https://www.drupal.org/project/colorbox
or a slideshow,if you add more images in field image
https://www.drupal.org/project/field_slideshow