I need some help... badly! I've been banging my head off the ole drupal wall for days now trying to figure out something which I thought should be simple. But I full except that it is not simple because of the way I have my structure setup... maybe I've gone too far down a one way road and now I'm hitting a brick wall.
Ok here's what I have:
a primary menu which opens up various nodes. (These menu items are mirrored with terms in a taxonomy vocabulary)
each of these nodes has a sub-menu, which takes its items from nodes that are linked to the specific taxonomy term
some of the sub-menu items open up "projects" which are related to the sub-menu item using CCK Node References.
Then using views and blocks I have been able to get these relevant "project" menus to appear at the right sub-menu item.
so far so good.
the sub menu appears on the left-sidebar and the "projects" are shown in a teaser list on the right sidebar
all I want is that when I click "read more.." for the "project" teaser that this will show in the main central area but for the life of me I can't find a solution.
Perhaps it is due to the approach I have taken so far, if so then help me simplify it all.
any help greatly appreciated.