I have setup books, but I am wanting to set them up so that people can post pages, but the site admin must approve the pages before they are published.

How can I do that?

Regards

Fred

Comments

vm’s picture

set the workflow as unpublished on the content type in question.
create a list with views.module showing all unpublished content or views_bulk_operations.

another method may be to look into the rules.module , workflow.module and some of the moderation modules like modr8.module and moderation.module

derfz’s picture

Awsome, thank you for the pointers.

I managed to resolve my problem with the modr8 module.

Regards

Fred