Limit page creation

69 Views Asked by At

I (as admin) want to create a few pages in the wiki where the users may/can create subpages or similiar hierarchical structures.

Is it possible to automatically create a hierarchical order (e.g. a few spaces like Tutorials / Info / Resources) and restrict the users from creating pages outside those defined areas?

I already tried to revoke edit rights from the users and use Structures and only granting rights to edit the content of the structures. This seems to work pretty well, but when a user creates a new sub pages he has no rights to edit them later, because the new files get the global rights (no edit permission).

Is there a right way to do that?

1

There are 1 best solutions below

1
On

You can do this via Categories.

  1. Create a category for each structure (Tutorials, Info, Resources).
  2. Remove the global tiki_p_edit permission from the group, and edit the each category's permission to allow tiki_p_edit for that specific category.
  3. Categorize each of the wiki pages within the appropriate structure.
  4. Use the wiki "force categorization" option to automatically force newly created pages in the structure to be in the appropriate category.