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

alexjarvis’s picture

Assigned: Unassigned » alexjarvis
Status: Active » Closed (fixed)

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.