I am using drupal as a semi-wiki, and wanted all users to be able to edit any page, but didn't want to allow them to administer pages (gives access to too many other things such as configuring the front page)

This patch will add the permission 'edit others pages' to the page module.

CommentFileSizeAuthor
page_perms.diff619 bytesSyntoad

Comments

Syntoad’s picture

Forgot to set status to patch.

drumm’s picture

This should be done in a more generic way so all node types can have consistent permissions.

moshe weitzman’s picture

furthmore, 'edit others x' has the same meaning as a row in the node_access table. we no longer do this sort thing via permissions.

dries’s picture

This can already be done.

Gabriel R.’s picture

Moshe, Dries,

how would one add a permission for "Edit Other's Elements"?

I am interested in doing this for Book Pages.

Thanks.