Hi there,
I want to allow users to submit their own Web links to my "Links page", but the user-submitted links shall be moderated. Therefore I use the Module "Modr8" (http://drupal.org/project/modr8) to add the content type "Web Link" (as generated through this module) to the moderation queue by default. For any other content type this works absolutely fine. (Note that the node to be moderated still has to be in "published"-status).
Now unfortunately any link that is submitted automatically GETS listed in the Web Link-Page even though it is marked to be in "moderation queue". I would appreciate it very much, if there would be a hook or anything provided to maintain a moderated Link-Page...
hQuadr.at
Comments
Comment #1
ideaoforder commentedI've used content_moderation in the past (4.7.x) to accomplish this successfully. I think it's a little strange that nodes must be "published" to be moderated with modr8. It seems to me that modr8 should open up true moderation privileges to users based on role, as content_moderation did/does. That way, it works in a more "Drupalesque" way and doesn't require devs to code for specific modules. I've not checked, but if content_moderation has a 5.x version, it might be worth looking into.
Cheers.