Drupal for User Editable content

uthfull - August 13, 2008 - 19:04

I need to get working on a website where registered users can edit any content that is on the website ( like a wiki). I have to make it work like a directory, say like yellow pages or a telephone directory. Any user who registers, can simply open up a category, like a city or a particular thing like say auto spares and edit the page to enter the required information. I am staying away from using a wiki because that would require users to go through the entire source of the page when they edit it and abide by the wiki markups. Is there any way by which I can achieve this using Drupal. I have basic knowledge of PHP.

It is possible. The easiest

vsnguyen - August 13, 2008 - 21:18

It is possible. The easiest way I could think of doing this right off the bat is allow registered to have the ability to edit all nodes under User Management/Access Control. But just to be save, I suggest you also turn on "Create New Revision" for each content type.

The down side when allowing all registered users the ability to edit all nodes is that they could also delete any node they want (I could be wrong about this).

Alright... The website I'm

uthfull - August 14, 2008 - 07:53

Alright... The website I'm trying to make is a wiki styled information portal having all the names, addresses and numbers of the residents, businesses and shops in my locality which can be updated and removed by the residents as they please... I could've gone with a wiki instead but I'm trying to build a community around it and Drupal thus was a definite choice. But I don't want them to be meddling with every node on the website... just the directory under which everything will be categorized.

Alright... The website I'm

uthfull - August 14, 2008 - 07:53

Double post.. sorry.

 
 

Drupal is a registered trademark of Dries Buytaert.