Mobile app version of vmapp.org
Login or Join
Bryan171

: Drupal: Published settings by role I have a content type on my drupal site that anonymous users can create. However, I don't want anonymous submissions to start out marked as "Published" --

@Bryan171

Posted in: #Drupal #Moderation

I have a content type on my drupal site that anonymous users can create. However, I don't want anonymous submissions to start out marked as "Published" -- they need to be approved before being posted live. What is the best way to accomplish this?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Bryan171

2 Comments

Sorted by latest first Latest Oldest Best

 

@Bryan171

You don't need contrib modules for this. You can edit the content type and set it to be unpublished by default. Only users with the administer nodes permission will be able to mark it as published.

There are a couple of modules that also split out publishing permission from administer nodes, in case you want to allow someone the right to publish without granting them full administer nodes perms.

HTH

10% popularity Vote Up Vote Down


 

@Annie201

The workflow module can be used for this purpose -- this page has a good overview.

Also you might take a look at these modules, one of which might work well for you:

drupal.org/project/moderation http://drupal.org/project/modr8 drupal.org/project/content_moderator

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme