Closed (duplicate)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2005 at 00:47 UTC
Updated:
1 Jul 2007 at 01:57 UTC
pathauto generates aliases for URLs of the form: /taxonomy/term/n/0 and not /taxonomy/term/n. image.module generates breadcrumb trails without the /0 suffix, which causes the URL aliases to not be shown.
In actual fact pathauto generates /image/tid/n breadcrumbs which pathauto has nothing to do with. I've just submitted a workaround patch for pathauto -- see it at http://drupal.org/node/23829
If this patch is committed you can use it in conjunction with this patch which makes image.module generate breadcrumb trails with the trailing '/0'.
You can see it in action at http://www.lewiz.org/image
| Comment | File | Size | Author |
|---|---|---|---|
| image-urlsuffix.patch | 1.89 KB | lewiz |
Comments
Comment #1
drewish commentedmarking this as a duplicate of http://drupal.org/node/129148