So I have a website for recipes and what I want is for each recipe to be checked before it is indexed and available to everyone.

If a regular user submits a recipe, I want them to still be able to see their recipe but I don't want anyone else to be able to see it.

When a moderator comes in and "edits" the recipe (reviews it) I want it to then be published and accessible to all.

What is the best way to go about doing this? Is there a way to do this without code and if not what should I add to my submitted node to make sure this happens? Thanks !

Comments

kunalkursija’s picture

Hi,

I dont know if un-published node will be indexed for search.

But there is an permission called "View own unpublished content" on permissions page.

So by that way any un-pubslished node can be seen by the user who created it.