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.

Supporting organizations: 
Module development

Project information

Releases