So I have been working on setting up a site that has general information available that can be edited by authenticated users however I have a handful of pages that I'd to keep public but not editable.

What do I need to do or what modules would you recommend to accomplish this?

Thanks in advance!

Comments

joshmiller’s picture

General setting up a WIKI in Drupal 6...

As for your use case, "some pages editable, some not," well that can be skinned in at least two easy ways:

  1. Set up two content types, allow authenticated users to only edit one of them (This should get you started)
  2. Use a contrib module to get fine-grained content access control (I've had the most luck with Content Access in the past)

MJ

richard102’s picture

I like "Taxonomy access control lite" module for this.