Hello,
I have a school project, a pc news page.
I managed the theme and everything else but there is after many problems one left.
I will first show a little bit background of my project so you can understand the problem.
My page has the following menu structure:
-Home
-Hardware
--CPUs
--Graphics
--...
-Software
--Games
--Tools
--...
I made a View for each point. Through taxonomy every created article will be displayed on the right page.
For example if the tag of the article is cpu the article will be displayed on the home, hardware and cpu page.
Through an add-article-block authors can create an article.
Every created article is in /articles/ through pathauto, because I somehow can't create an article in his associated path like /hardware/cpu (with pathauto).
Even if I don't use automatic alias and type hardware/cpu/
Now the Problem is that if I click on a cpu article, the menupoint CPU is not active because the article doesn't belongs to /hardware/cpu.
Even if I don't use automatic alias and type hardware/cpu/ as alias url the menu is not active.
Is there any chance to activate the right menupoint when I click on an article?
Could I solve this problem with taxonomy?
For example if I would open an article with cpu in his tag list something would expand the menu?
I don't know.