Hi,
I'm searching for hours to do that but each time I find a solution, another problem comes up :/
What I want to do :
• An "automatic" menu (navigation menu) with 3 terms "Graphiste" "Webdesigner" "Illustrareur".
• A page which list all the projects (pages) related to a term of the menu (example : "Graphiste" if you click on the first item) like this : the title, the thumbnail, the client (all linked to the project).
• A page to present the project.
What I have done :
1- Create a vocabulary "category" and 3 terms : "Graphiste", "Webdesigner", "Illustrateur".
2- Create a content type "Project" to create a spécific page (title, picture, client, description, category).
3- Create a View to display the list of projet per category.
4- Create a menu to display the list of the category terms (my navigation menu).
5- Link taxonomy page with the View to theme the gallery page
What works :
•The menu list the terms as well.
• When I click on an item (example "Graphiste"), I arrive on the View page I customized and al the page with the taxonomy term "Graphiste" are listed and the item is "active" in the menu.
• When I click on a project in the View page I arrive on the Project page I customized.
What doesn't work :
• When I am on the project page the item menu is no longer active :(
So there maybe 2 way :