Posted by peterx on June 24, 2009 at 12:29pm
Jump to:
| Project: | Revisions RSS |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | alexjarvis |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#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.