Posted by bloggeredit on May 27, 2008 at 10:43am
Jump to:
| Project: | Pathauto |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I cannot make taxonomy term feed work with pathauto. For example:
/taxonomy/term/1/0/feed --> /food/fish/feed doesn't work
Pathauto properly aliases taxonomy terms but not the feed element. When I use /food/fish/feed instead of a feed page, I get the regular category page.
This only happens with taxonomy feeds, all other feeds work as expected.
What am I doing wrong?
Also, Pathauto does not use the internationalization module for taxonomy or am I missing something?
Comments
#1
Ok I found a solution:
In taxonomy tems path settings, Internal feed alias text must be set to 0/feed. "feed" won't work.
I am closing this then.
#2
Correct - that field was added because some views users need "feed" instead of "0/feed".
#3
Hi.
I confirm that I had to put 0/feed in the "Internal feed alias text" field to have a functional feed redirection. I think that the help message:
should be changed to be more comprehensible.
By the way, is it possible to change the "feed" word and have for example "monterme/rss" instead of "monterme/feed"?
Thanks.
#4
Current text is The text to use for aliases for RSS feeds. Examples are "0/feed" (used throughout Drupal core) and "feed" (used by some contributed Drupal modules, like Views).
And no, I don't think it would be possible. This has to translate to a real Drupal system path.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.