I really like the Page Group Permissions extension created by Matt Freels.
The extension is the sole member of his
radiant-extensions<
http://github.com/freels/radiant-extensions/tree/master>repository
at GitHub.I've made a tweak to the extension, and instead of forking
Freels
radiant-extensions repo, I created my own repo with just
page_group_permissions<
http://github.com/MrGossett/radiant-page-group-permissions-extension/tree/master>.
I also incorporated the change Daniele
Gozzi<
http://github.com/danielegozzi/radiant-extensions/tree/master>made
to use form_tag helpers instead of hard-coded form tags.
I was encountering errors on Radiant 0.6.7 and Rails 2.1 because the
authenticity token was not set as part of the params posted in the forms the
extension uses. So, in each of the 4 forms the extension uses, I added the
following:
<%- if protect_against_forgery? -%>
<input type="hidden" name="<%= request_forgery_protection_token %>"
value="<%= escape_javascript form_authenticity_token %>" />
<%- end -%>
My fork is available at
http://github.com/MrGossett/radiant-page-group-permissions-extension/tree/master--
Tim Gossett
_______________________________________________
Radiant mailing list
Post:
Radiant@...
Search:
http://radiantcms.org/mailing-list/search/Site:
http://lists.radiantcms.org/mailman/listinfo/radiant