Community & Support

Looking for ability for users to submit photo galleries to a specific node

I am creating a site for funeral home. On each persons obituary page i would like the ability to have loved ones and relatives and friends and so forth upload a photo gallery with pictures of that person to the site. What would be the best way to accomplish this making it as easy as possible for the user.

Comments

=-=

you can build your content type and add an imagefield with the cck.module and imagefield.module

you can also investigate the node_gallery.module and the views_gallery.module or the image.module

best advice is to take them for a test run on a test site to figure out which one best suits your needs.

imagefield, image.module imageapi and imagecache will be provided by core with D7 so you can't go wrong with any combo of these.

Look into it

Alright thanks I'll have to look into some of these solutions. Im interested tin that node_gallery module. I'll check that out