By beringstrasse on
Hi folks.
I have a website where I have a custom content type called "Cats" (...). I have created 8 nodes with that content type. I also have a page called Cats and I have a link for that page in my primary links.
On the page "Cats" I wish to have a sidebar that shows all 8 "Cat"-nodes, and when I press one I want the content of that node to show in my content area to the right. This is pretty easy since I can just make a view block that lists all 8 cats...but I really one to be able to see which Cat is active?
How do I do this? Do I need to work with the menu system? And if I do...how can I make sure cat number 9 automatically shows up in the menu?
Os.
Comments
Are you using the 'node
Are you using the 'node teaser' display style currently?
If you use the 'fields' display style, all links are automatically marked 'active' when applicable.
F*** me
How did I miss that? Thanks anyway :-)