Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

publish content after varification by admin

I have created video gallery with help of cck . I have created a content type. Now My requirment is that when user add video it should not be published to all user.When admin active that content then it should be publish. How can i do this please suggest me if there is any module for that.I am using drupal 6.

Thanks

like image 786
rajanikant Avatar asked Oct 11 '22 03:10

rajanikant


1 Answers

There is several modules implementing this kind of publication workflow:

  • Workflow
  • Content Moderation
  • Moderation
  • Revisioning
  • Modr8

I only have experience with Revisioning which was pretty easy to install and straightforward to use. Workflow seems overkill for a simple publication workflow without a lot of additional features/behaviors.

Revisioning is also the only module to have a Drupal 7 release. Speaking for Drupal 7, once you get there you have the Workbench and Maestro modules.

like image 181
Pierre Buyle Avatar answered Nov 03 '22 04:11

Pierre Buyle