Closed (fixed)
Project:
NodeSymlinks
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 09:09 UTC
Updated:
10 Jul 2012 at 15:51 UTC
I have products in multiple categories(terms), i'm using the module taxonomy menu to generate my menus.
So a product could be accessible via several menu items.
But by using pathauto only, I have the same path for this kind of product and also only one breadcrumb.
I would prefer:
ex: product1 has 3 categories and product2 has 1 category:
http://mysite.com/cat1/product1 - Home > cat1 > Product1 Title
http://mysite.com/cat2/product1 - Home > cat2 > Product1 Title
http://mysite.com/cat3/product1 - Home > cat3 > Product1 Title
http://mysite.com/cat3/product2 - Home > cat3 > Product2 Title
Comments
Comment #1
wojtha commentedIt could be used for similar functionality, but only if you are creating "categories" via menu. It will not work with taxonomy automagically. You will have to create the menu item for each category manually.