natttan
natttan

Reputation: 129

How to make collection of the galleries on same page in drupal 7?

I need to have page that is collection of the galleries. Every gallery has to be represent by one image. When user click on that image whole gallery that image represents should open. And the same thing for every image. Something like on this site.

Of course there is non elegant way where for every gallery we have to make new content type, and views for each of it. But I want to make it easy for client to add new gallerias, without building views every time. Is there a module that makes collection of galleries. If someone want to help me and lead me step by step it would be appreciate.

Upvotes: 0

Views: 49

Answers (1)

shrish
shrish

Reputation: 418

You can do this using Node gallery module,

The Node Gallery module allows you to create multimedia galleries where both the galleries and the gallery items are nodes. (as opposed to gallery items being file fields, like Media Gallery)

Check the demo here

Upvotes: 1

Related Questions