Closed (fixed)
Project:
Revisions RSS
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Jun 2009 at 12:29 UTC
Updated:
6 Oct 2009 at 17:05 UTC
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
Comment #1
alexjarvis commentedUnfortunately 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.