I ran into the same problems as the people in some of these topics:
http://drupal.org/node/117528
http://drupal.org/node/256225
http://drupal.org/node/122659

I primarily needed the ability to have the token [ogname-raw] work properly and be converted to what pathauto generates. So I created this patch which expands the functionality by allowing you to enter special identifiers in the path area. At the moment there are 2 available:

-- This will refrain from creating a link and result in a plain text crumb.

-- Cleans the given path according to your pathauto replacement rules.

I added a help section for the identifiers, their behavior, and how to use them.

Comments

jmstacey’s picture

I forgot that the identifiers need special handling so that your browser doesn't display them so let's try putting them in code tags:

<none> -- This will refrain from creating a link and result in a plain text crumb.
<pathauto> -- Cleans the given path according to your pathauto replacement rules.
MGN’s picture

Thanks! I needed it for 6.x-1.3 so I adapted your patch. I can't test it on 5.x, but it works as promised for 6.x ! I've posted the modified patch files for 6.x at #296516: Clean path using pathauto function.

babbage’s picture

Status: Needs review » Closed (duplicate)
freatida’s picture

I've been looking for this. Thanks for the patch. It mostly works for me using 5.x. Only problem I've spotted is that it doesn't change characters to lower case, as I've specified in my pathauto rules