I can not find any documentation that helps me with my problem, so i ask it here ;)
I have a site with a main navigation and a subnavigation (this structure is also present in my taxonomy as a tree). The main items of my taxonomy structure i use as main navigation items in the header, the sub items (database, cms, ..) are displayed in the sitebar as a block, after you have clicked on link in the header.
taxonomy structure (example):
technologie
- database
- cms
- programs
projects
- web
- grafics
..
Now my problem is, I want to show a panel page when there is clicked on a main or subnavigation item, each page will have a different text and the 10 latest items posted in that category. Is it correct that i create a different panel page for every category?
The view of the latest 10 items will be different depending on the category you are in, so my view has to take the argument of the taxonomy category I am currently in, how can this be done?
Comments
I can now go
I can now go to
site.com/technology/database to view my panel page, but the views I have there show all of the node types.
when I add another /database to the link, so site.com/technology/database/database, then the views work properly and show only the nodes with category set to database.
But that is not what I want, I want it to work at the first url.
Anyone who can help me with
Anyone who can help me with this problem?
Is there a site or page I
Is there a site or page I can find relative information about this subject?