Problem with multiple albums per user

Status: 
Open
Question: 

Got your great ebook to help fast track some Drupal learning, and was able to implement the single gallery per user and a Pictures page, but when I wanted to add multiple galleries per user, the single album cover image takes me back to a panel view page that only shows the Album Cover... but also the list of files of the images in the gallery. Then clicking on the thumbnail cover only opens the image in the cover. What have I missed here?
Thanks

Responses

1. If I understand

If I understand correctly:

-multiple album covers display on the profile, which is ok
-clicking on the cover takes you to a panel page: this is a panel because the context for photo albums is in the node/% panel.
-You'll need to create an appropriate view or contemplate to display one album. Before you do that, you might want to check if your "display" setting of the field pictures in your content type.
-add that view to your panel.

2. Thanks, will go back and work

Thanks, will go back and work this out. I managed to get it to display the node when I clicked on the album cover, but the not the view I created to show all the albums.