Hi,

I am creating a resouce repository that has several sections based on PARENT taxonomy terms. These terms all have children that are not important for the purposes of this request. Nodes/resources can appear in multiple sections.

For each of my nodes the path needs to be /taxonomy/type/content so it inherits styles and blocks that are set up for each section.

- only the parent taxonomy terms are used, all child terms are discarded.
- taxonomy/ is created on the fly as nodes can be in multiple sections

For instance
node/1 is an image and is available in taxonomy1 and taxonomy2

If node/1 is visited from taxonomy1/images/ then its url should become taxonomy1/images/content/
If it is visited from taxonomy2/images then its url needs to be taxonomy2/images/content

I'm not sure how this would be achieved but it may be possible with pathauto/views or some custom php in the node page to take the referring URL.

I would appreciate a swift response to this problem. Any code to be given back to the community.

Thanks