Could this module work with paths?
peterx - June 24, 2009 - 12:29
| Project: | Revisions RSS |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | alexj |
| Status: | closed |
Jump to:
Description
Could this module work with Path so the link to page /horse/trainers can be /horse/trainers/rss instead of node/388/revisions/rss? This would let people replace old articles with new articles without the link changing.

#1
Unfortunately this would be extremely difficult to do. The problem is that when you go to /horse/trainers under the covers Drupal is going to /node/###. /horse/trainers is just an path alias. Hooking into that alias is non-trivial and it wouldn't handle new nodes replacing old very gracefully. I'll continue looking into this as a possible future enhancement, but for the moment this feature won't be implemented.