simulating folders with indexing
Hi everybody, I would like to create a site which contains a list of products. I need to put each product into only one category. I would like to simulate the presence of folders with indexing. Let me show you an example: I need to insert a node called 'Pizza with Cheese'. A category tree is available like this: food > italian food > pizzas When I choose the Pizzas category during the node creation I would like to automatically create the url for the node like: http://example.com/food/italian_food/pizzas/pizza_with_chees Moreover I would like that on the 'Pizza with Cheese' page a breadcrumb shows something like 'Food > italian food > pizzas'. I also would like that each of the urls: http://example.com/food/ http://example.com/food/italian_food/ http://example.com/food/italian_food/pizzas/ could display list of nodes inserted into them. I know there are different modules with similar functions (pathauto, taxonomy_breadcrumbs) however I was not able to configure them to what I explained above. Could someone guide me into deploy something similar to what I described? This should be an often requested deployment for SEO. Thanks, Fabio Varesano
On 2/13/07, Fabio Varesano <fabio.varesano@gmail.com> wrote:
Let me show you an example: I need to insert a node called 'Pizza with Cheese'. A category tree is available like this: food > italian food > pizzas
Sounds like a good use of the pathauto pattern [catpath]. If you have problems with that pattern then take a look (and/or report it) in the pathauto issue queue http://drupal.org/project/issues/pathauto Regards, Greg
Thanks Grag for your reply. I tried with [catpath] as suggested and it didn't worked... However when I tested the same config with version 5.x-1.x instead of 5.x-1.0 it worked perfectly. Maybe it's a bug in the 1.0 version. I already noticed the developers. Thanks, Fabio Greg Knaddison - GVS wrote:
On 2/13/07, Fabio Varesano <fabio.varesano@gmail.com> wrote:
Let me show you an example: I need to insert a node called 'Pizza with Cheese'. A category tree is available like this: food > italian food > pizzas
Sounds like a good use of the pathauto pattern [catpath]. If you have problems with that pattern then take a look (and/or report it) in the pathauto issue queue
http://drupal.org/project/issues/pathauto
Regards, Greg
participants (2)
-
Fabio Varesano -
Greg Knaddison - GVS