Hi Guys,
i am trying to build a view that will have 2 elements. A page that will list in a glossary mode node titles (A-Z) and below the page an attachment that will list the latest 10 nodes. What i want is to hide the attachment when a user selects a certain letter from the glossary page. How is this possible? Up to now i have only managed to create the page and the attachment but i cannot figure out how to hide the attachment on user letter selection. Can anybody help? Thanks.
Comments
Comment #1
Fr0s7 commentedHere is what I would do:
Set up 2 content types:
The node reference field should be in the child content type, so it should be in the Glossary Term, pointing to the Glossary.
Create 2 views:
Make sure you are NOT using AJAX to refresh the list, since this will cause the user to never leave the main Glossary page when a letter is selected.
This way, the user sees the Glossary page first. It has the list of nodes with the A-Z navigation, and a second list of the 10 latest nodes. When the user selects anything (and thereby leaves the Glossary page), the "10 latest" view no longer appears.
Comment #2
Crell commented