I'm in charge of running a website that uses drupal. I'm not a good candidate for the position but the most qualified one to do so so I took over managing it. I'm wondering if anyone can point me in the right direction for a very simple image gallery. Basically all I want is a link in the menu that opens up a page in the website, with the rest of the menu still showing, that would have a list of pictures split up somehow. I'm doing my best to be vague here so that almost any solution would work. I've tried googling and I feel most of the things I've found have seemed to be overwhelming. I'm not like a complete idiot when it comes to drupal, I've already added some new pages, edited the menu, added news and some pictures, updated out of date pages, etc. Any point in the right direction would be a big help.
By Mars on
Comments
=-=
image.module with the included image_gallery.module
I've got the image gallery
I've got the image gallery setup how do I batch upload?
=-=
imagefupload.module maybe. Wasn't part of your original question. I didn't research it.
Gallery 2 plugin module
Another option is the Gallery2 plugin module, but is problematic because
(1) it takes away from being solely Drupal, which could cause compatibility issues, and perhaps more importantly, (2) Gallery 3 is in the process of being released past the stable betas that are already available.
Best,
Owner, www.CWFEU.com
Newest website for investors: www.EAFEPro.com
So I've got stuff setup and
So I've got stuff setup and I've found image import. When I try to enter in a path for where images are to be uploaded I get an error saying that the directory does not exist. I've created "/import" and I know it exists but when I enter it I'm told it doesn't exist. Under file system, my file system path is "sites/default/files" and /import is located within files. What am I doing wrong?