Token or similar support?
surge_martin - December 31, 2008 - 06:25
| Project: | Feed Path Publisher |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I want to create custom RSS feeds for individual paths automatically, essentially passing through an argument to a view designed to accept one. That part is straightforward, but currently I would have to manually set up FPP to look for each path.
This is also complicated by the fact that pathauto prefers to use hyphens as a separator, but Drupal seems to prefer a plus, at least for Taxonomy term names. Perhaps a means of using the ID instead would make it easier.

#1
surge_martin: Can you tell me exactly what you'd like to do? Because you mentioned the Pathauto and Taxonomy modules, I suspect you want to do something along the lines of creating an RSS feed for each taxonomy term when viewing that term's list of posts. The Taxonomy module handles this behavior natively, and you can configure the Pathauto module to provide aliased paths to those feeds.
To address your second point:
Pathauto will use whatever separator you assign it. By default, this is a hyphen.
I have forgotten when, exactly, Drupal uses the plus symbol in the URL, but I know it happens under very specific circumstances. These situations are almost always overridden by the Pathauto module if you've configured it properly.
#2
#3
Waiting for more info from surge_martin.