I'm making extensive use of the Node Hierarchy module along with PathAuto for a current project in Drupal 7 and need some additional features. I've created a sandbox project 'Node Hierarchy Extras' to try and incorporate any related modules that I code up.

Recursive Pathauto
There's a sub-module 'Recursive Pathauto', based on the previously posted code for Drupal 6 with some adjustments. This module keeps the auto-generated paths in sync, based on changes to the nodes or menu structure.

Feeds Mapper
A mapper for the feeds module. This allows importing hierarchical nodes. Currently only GUID is supported as a target field.

Basic testing on a clean 7.14 installation has been done. Let me know if you find this useful or have any problems / suggestions.

Sandbox project is here http://drupal.org/sandbox/glyde/1608314

Comments

andrew@oscailte.org’s picture

Title: Node Hierarchy Extras for 7.x - Recursive Pathauto » Node Hierarchy Extras for 7.x
andrew@oscailte.org’s picture

Issue summary: View changes

Added Feeds Mapper