Hi.
I looking for assistance in using PURL the swap certain content type prefix, i.e. swapping the node/123 to job/123 etc. I’m working on openAtrium feature where my content type is a "job" and I like to add a new tab like job/%/applications. I need to replace the node/ prefix, otherwise I have my view node/%/applications display on all content types, not on job's pages only.
One note - since the system is already using PURL for groups prefix (group/node/%) there might be a conflict on the second PURL rewrite.
TNX

Comments

fatfish’s picture

How about pathouto? http://drupal.org/project/pathauto.
The thing is it will not resolve the issue described sinse pathauto turn to action oonly after the view has been built.

jmiccolis’s picture

Status: Active » Fixed

Purl is not designed to be used to swap parts of a url out in this manner, pathauto is the way to go here. You'll need to expose additional paths to pathauto however to cover the /node/%/applications pages, but that is certainly possible.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.