Hi,
I'm building this website and it has a page called "Artists". Within this page I have 2 options I could use out of sheer aesthetics. My client has around 15 artists that need to be showcased.
The first one, in my opinion the easiest, is to create a menu for example called "artist-menu" which links to the induvidual nodes. No problem there. But I need to include a lightbox / colorbox gallery within these nodes.
As fas as my knowledge goes about Drupal this is archieved with Views.
No my problem starts.
I want to create 1 Views, called: "Artist-Views", linked with the menu like the example:
- artist1
- artist2
etc.
Though I want to see the content change without losing the layout and or the respective gallery of that artist, if you catch my drift.
To summerize: Artist-menu should link to the individual nodes, with the layout of the Views.
I can't seem to get this working.
The second option would be a advanced version of this one. This time the menu and the layout would be archieved the same way. But whenever I click on one of those links it would slide to the corresponded node. Presumably with a jQuery fix. Coda Slider will work for example.
Whatever aesthetic option I choose, I need to deal with the Views issue.
I'm still fairly new to drupal, with limited to no knowledge of PHP or jQuery. I can read it, but not write it.