Copied from main forum, may get more information here. I'm also willing to pay for help with this, it's important that it works correctly and I'm spending too much time trying to figure it out (20+hours)

Hi,
I have a site with multiple sections based on taxonomy terms. ie. Biology, Chemistry, Maths etc.

Is it possible to have a different node page for each one so that, for example, when I click on a link in the biology section, it is directed to the biology/node page?

My problem stems from resources (nodes) being available in more than one section. At the moment I have views setup with urls such as $arg/images where the $arg is the taxonomy term such as biology.

This works perfectly for displaying the list of nodes, please see http://www.whatdandidnext.co.uk/toolkit/biology/images .

When you click on a node title in that list the url is no longer at biology/ it just returns to /node/nid so the styles and menus don't remain. I need it to link through to a node page that keeps the biology style?

I can't use pathauto to assign a url at biology/ for the node because it could also appear in the chemistry section.

Comments

Hitby’s picture

With the help of rizqi this issue has been solved.

Solution at http://drupal.org/node/241267