another day, another patch

This time to the 'node relativity' module.

The module did not include an option to allow you to list all the parent nodes as a path for pathauto.

In my case, I have a countries, regions and cities table. The format for a city url is:

/geoinfo/countryname/regionname/cityname.html

That really needs walking recursively back up the chain of parent nodes to figure out the url for the city page, based on the title of the parent alone you wouldn't get further than region.

The patch is relative to the development version of the node relativity module, and if you should ever need it you can find it here:

http://drupal.org/node/205981

I also spent a bit of time on theming the city node pages, so now all the non-functional links are gone from it.