Is there a module or a way to simulate a wiki page for some users role in Drupal 7 ?
Asked
Active
Viewed 2,084 times
1 Answers
4
With the module called Organic Group (usually called OG) you can create wiki pages. http://drupal.org/project/og
OG is creating the notion of group post which can be standard group post (only the author can edit a page) or the wiki group post (every member of the group can edit the page).
Otherwise Drupal is able to use revisions, you can use that to allow your users to edit the content.

Artusamak
- 2,470
- 19
- 19
-
1While Organic Groups does provide wiki functionality, it does *WAY* more than just add a wiki to your site. Unless you're looking for all the groupware features, you may want to look into upgrading some of the Drupal 6 modules for building a wiki site intead: http://openconcept.ca/blog/ethan/creating_a_drupal_6_wiki/drupal – Matt V. Mar 08 '11 at 13:44