Hi All
I created a content type 'Island Profile' (to store different related types of island specific information for numerous islands) using CCK. I am using Views to query the database, to output the different types of corresponding 'Island Profile' specific information, into numerous view panes within a single view for each island. Finally I am using Panels 3 to layout the created view panes for the 'Island Profile' content type into a panel page.
I have a few questions;
Question 1.
Can I create one View for the 'Island Profile' content type and have it populate one Panel Page based on the island being viewed? And have the various island names within the primary navigation of the menu system basically pass along the argument which populates the panel page with the right 'Island Profile' information?
If this can be done can you please walk me through briefly how I would set up the view page (only necessary arguments) and the panel page (only necessary arguments) to get it to display the requested island specific information? Also how would I create the dummy island names in the menu system to pass the arguments to views?
Or will I have to create all of the desired island panel pages and promote them to the menu system and use one View to determine which islands content gets displayed?
If this can be done can you please walk me through briefly how I would set up the view page (only necessary arguments) and the panel page (only necessary arguments) to get it to display the island specific information?
Question 2.
Or will I need to create multiple views for each of the islands and multiple panel pages for each corresponding island view pages?
Please advise as best you can.
Regards
Adrian