When I ask Drupal to display items using the taxonomy/term/# url I get a nice RSS feed at the bottom of the page.

When I ask Drupal to display items using the /taxonomy_menu/#/# url I get NO nice RSS feed at the bottom of the page.

Can this be fixed. I like the RSS feed at the bottom of the page and according to my logs my users are looking for it.

Comments

ñull’s picture

I fully agree with this. That the button is missing is one thing, but even the
<link rel="alternate" type="application/rss+xml" title="Category title" href="taxonomy/term/#/0/feed" />
is missing in taxonomies that are viewed with the taxonomy menu. So with browsers like Firefox you are not even able to add the taxonomy's feed with it's RSS button in the right bottom corner of the browser window. It simply will not appear on taxonomy_menu pages.

The avarage user will not get the idea to clic the taxonomy (category) under a node to arrive at the real taxonomy term that includes that all. Why isn't the taxonomy menu doing that job?

I posted it as a feature request: http://drupal.org/node/38075