Quantcast
Channel: drupal.org - Site administrators
Viewing all articles
Browse latest Browse all 426

Multiple galleries

$
0
0

Drupal Gallery documentations:
For Multiple galleries in one site like photos, videos, Presentations and e-books:
In my case I need 4 different galleries with 3 levels:
1) Level 1-> front page block for any albums new image
2) Level 2->Album page where there are lots of albums for ex: animals, plants etc
3) Level3->individual album items with their default content link
!st step
Create Taxonomy : create a taxonomy called “Album”
Add Vocabulary: add vocabularies
1) Photos
2) Videos
3) Presentations
4) E-books
Create Content type : we have to handle all galleries from only 1 album content type and album items content type
Add content types Album and Album type
Album Manage field Album Item Manage field
Title Title
Body Body
Album type: term ref(taxonomy: albums) Album type: term ref(taxonomy: albums)
Album Thumb: image Galleries: entity ref(ex Animals, Plants)
Comment: closed Album Thumb: image
Album Video: video embed
Comment: open

Install module: Node Gallery , its automatically create two new views in your views section after that just need to node gallery summaries 3 more times
Album Types Node views Summaries (customize it name when done ex: photos, videos, presentations, e-books)
Photos In fields add this:
Content : Album types: Photos
Videos In fields add this:
Content : Album types: Videos
Presentations In fields add this:
Content : Album types: Presentations
E-books In fields add this:
Content : Album types: E-books


Viewing all articles
Browse latest Browse all 426

Trending Articles