Hi, I heard about some modules (modr8 or revision moderation) for moderation of nodes posted by the users. I need that when a user publishes a node, it must me published and everyone must be able to see normally, but I need a list created so I can later check it's not rubbish and apporove definitely. Which module do you reccomend?
thanks

Comments

vm’s picture

In this case you don't need a moderation module, if the nodes are published.

IMO, you just need a view listing all recent content that has been published so that you can check it.

Though you can take this a step further, grab the nodequeue.module and the flag.module and allow "spam" flags on your nodes that users can use to report spam.

shiolo’s picture

How can I set the Nodequeue module to show all the new published nodes from one type, but once I checked a node it should disappear from the list...
thanks

shiolo’s picture

any suggestion to accomplish this or other module?

vm’s picture

create a view filtered by unpublished nodes of a specific content type.

shiolo’s picture

But the files ARE published, I want people to upload the nodes but I want to check them later, but meanwhile it's published.

vm’s picture

if you don't want nodes published by default

edit the content type , and set it to unpublished.

shiolo’s picture

nono, you are misunderstaning me. I want people to create nodes. This nodes are published when they create them. Then I should have a list of the new nodes published, that weren't checked. So I will check that they are okey and if not I will unpublish the node.
thanks

vm’s picture

then you need more filters. maybe updated: date or some such.

get the advanced_help.module which uncovers a great deal of documentation for views.module.