Closed (fixed)
Project:
Pathauto
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 May 2008 at 10:43 UTC
Updated:
5 Mar 2010 at 06:00 UTC
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
Comment #1
bloggeredit commentedOk 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.
Comment #2
gregglesCorrect - that field was added because some views users need "feed" instead of "0/feed".
Comment #3
Jean-Philippe Fleury commentedHi.
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.
Comment #4
dave reidCurrent 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.