I set:
in node:
"View published content" for all
"View own unpublished content" for all without anonymous
in publish content:
"Publish any content" only for rule author (BTW is twice the same "Publish any content" why? is it a bug?)
"Publish own article content" only for rule author
"Publish any article content" only for rule moderator

So I expected that this setting will allow registered users to add articles without publication, users with role author will allow to add article to frontpage and moderator will allow to publish any article.
But when registred user (and he/she aren't author or moderator) add article, the article appears on frontpage with status published.

what i did wrong?

Comments

aaronbauman’s picture

Status: Active » Closed (works as designed)

Sounds like you're trying to implement a publishing / workflow.
This is not the right module for that functionality.

All this module does is enable a one-click "publish" or "unpublish" link to nodes for users with appropriate permissions.

Luna Vulpo’s picture

Sounds like you're trying to implement a publishing / workflow.

something like that.

This is not the right module for that functionality.

Which one is?

All this module does is enable a one-click "publish" or "unpublish" link to nodes for users with appropriate permissions.

And All what i need is to have by default "unpublish" for users without permissions. And by default "publish" for users with permissions.

aaronbauman’s picture

I can't recommend any module in particular, but I can recommend that you set your content type(s) to "unpublished" by default (on the Content Type Edit form, e.g. admin/content/node-type/foo). That will get you at least halfway there.