I'm using Features and Spaces and I'm trying to figure this module out as it's the one they suggest. I'm trying to set up a multi-level path like so:

some-place/some-place/some-other-place/{group-name}/

For so reason this module doesn't allow multiple path levels the only thing I can use is:

{group-name}/

Is there a work around for this? Where is the documentation?

Comments

WoozyDuck’s picture

Priority: Normal » Major

I need to know the answer to this request as well not only because I want to have different path for the groyps (OG) but because if you name your group's URL to something like "misc", it would be a conflict between the existing folder (/misc) and user will get an error message so I would rather to have something like jranck88 has suggested.

WoozyDuck’s picture

Priority: Major » Critical
pfrenssen’s picture

Priority: Critical » Normal

A critical support request?

pfrenssen’s picture

Status: Active » Closed (works as designed)

Features and Spaces do not support the four-level path prefix you need. You need to write your own module using the Purl API. How this works is explained in the readme. You can look at purl_pair.inc for an example of a two-level path prefix. You can use this as a base for your own implementation, extending it to four levels.