Group context: Path prefix
This module extends the group module. Once enabled, every group can be assigned a URL path prefix. And any content within a group with a path prefix will have its URL path rewritten accordingly.
For example, given:
- A group named Private with the prefix
/private, - And an article with the alias
/my-first-post, - And that article is placed in the private group,
The article's path will be rewritten to /private/my-first-post.
The plugin context is especially useful when integrated with the Group sites module, which provides additional access controls to support micro-site-like functionality.
Using group sites and continuing with the example above, if an administrator requests the path /private/admin/content, only content within the private group (or not in any other group) will be displayed.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.