public
Description: Various and sundry extensions written for Radiant CMS (http://radiantcms.org)
Homepage: http://matt.freels.name
Clone URL: git://github.com/freels/radiant-extensions.git
100644 20 lines (12 sloc) 0.683 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
= 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.6.5+ and the Shards extension found in the official Radiant repository.
 
To install, add page_group_permissions to vendor/extensions, and run:
 
rake db:migrate:extensions
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