Is it possible to somehow get the newly created nodes of a content type into the same revision moderation queue as edits ?

Comments

jbjaaz’s picture

I've poked around the code but don't have my head totally wrapped around it.

That said, I'm not sure what you want can be done with revision moderation because newly created content only has one revision, which is the published one.

I'm going to assume you're looking to moderate new content as well as revisions?

What you could try, is set up the content type so new content is not immediately published. Next, create a view to display all unpublished nodes. From that screen, you can pull up the unpublished node, change it's status to published and save.

I hope that helps.

jacquesm’s picture

> I'm going to assume you're looking to moderate new content as well as revisions?

yes, exactly

it seems confusing that you end up with two streams of reviews, one for new content and one for edits.

I'll try your suggestion and see if I can get that to work, thank you very much !

toemaz’s picture

Title: newly created nodes » How to place moderate new nodes and revisions in a view together
Status: Active » Fixed

Changing the title to be more descriptive and placing it on fixed. Feel free to open it again.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.