I want to create a portfolio page, which is basically a view with all portfolio nodes. I never want to display portfolio nodes on an own page. I came up with a concept for this, hope someone could confirm this would work and if its a good idea from an SEO point of view (for example). I also posted this question on the drupal forums, but i think this is a better place.
Anyway, this is the idea:
- I create a view to display all portfolio nodes.
- I create a panel page to override portfolio nodes.
- I put the view into the panel.
Now, whenever I want to link to a portfolio node, I end up with a list of all the portfolio nodes. So, I want to use anchors to get you to the right place in the view;
1. I thought I would use a little custom snippet to set an anchor for each node in the view (anchor would be the node-title).
2. With pathauto I set the path as follows: mysite.com/portfoliopanel/#node-title
I think this should work. I am going to try this out as soon as i can, but i am curious if anyone has done this before, or has any thoughts on this. Thanks for any comments!
Cheers,
Dagomar
edit
Ps I want to use panels 3 and latest views for this. Dont know if that is important, but just in case.