By shiolo on
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
=-=
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.
How can I set the Nodequeue
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
any suggestion to accomplish
any suggestion to accomplish this or other module?
=-=
create a view filtered by unpublished nodes of a specific content type.
But the files ARE published,
But the files ARE published, I want people to upload the nodes but I want to check them later, but meanwhile it's published.
=-=
if you don't want nodes published by default
edit the content type , and set it to unpublished.
nono, you are misunderstaning
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
=-=
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.