Needs review
Project:
Node Relativity
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2007 at 00:28 UTC
Updated:
26 Feb 2008 at 01:54 UTC
I would like to be able to use [relativity_parent] in my PathAuto URLs. For example, I am developing a site for a home builder and have Content Types "Community" and "Homesite." A homesite can only have one parent community so I would want to create a URL from this pattern:
communities/[relativity_parent]/homesites/[title]
If this is already supported please let me know how.
If this is not too hard, point me in the direction and I might be able to add the feature.
Comments
Comment #1
owahab commentedThis might be useful: http://drupal.org/node/151731
Comment #2
jacquesm commentedI've just posted a simple patch that should help you in achieving this:
http://drupal.org/node/205981
Comment #3
jhedstromI'm updating the status of this since there is a patch that seems to add the only missing pathauto integration (parent-titlepath). I haven't tested the patch yet.