Home » Questions » Computers [ Ask a new question ]

Drupal book outline only for nodes of specific type

Drupal book outline only for nodes of specific type

I have a Drupal site, which allows all logged in users to add and edit book pages. On the permissions page I have enabled they may also administer book outlines.

Asked by: Guest | Views: 154
Total answers/comments: 2
Guest [Entry]

You should look into the acl modules. There are acl modules that allow you a finer granularity which allows you to say certain users can only do certain tasks with nodes of a certain type.
Guest [Entry]

In User Management -> Permissions be sure to uncheck the relevant boxes in the authenticated users column, for instance "administer nodes" (and all the appropriate edit permissions) under node module and similarly for your forum and blog modules.