public
Fork of nikosd/radiant-page-group-permissions-extension
Description: Organize your users into groups and divide up site-editing privileges accordingly
Homepage: http://mrgossett
Clone URL: git://github.com/pelargir/radiant-page-group-permissions-extension.git
README
= Page Group Permissions

Created by Matt Freels

This extension allows you to organize your users into groups and divide up site-editing privileges accordingly. It 
requires Radiant 0.8+ and the Shards extension found in the official Radiant repository.

To install, add page_group_permissions to vendor/extensions, and run:

rake db:extensions:migrate
rake radiant:extensions:page_group_permissions:update

Basic Usage:

Create and edit groups and add/remove members from the new groups tag.
Add page to a group by editing the page.
A member of a group has permission to edit any page owned by the group or children of said pages.

Enjoy!

Feedback appreciated at matt@freels.name


* 7/7/09 - Updated to work with Radiant 0.8+ [Matthew Bass]