Neophyte Drupal user: I'm trying to establish permissions that allow registered users to submit to the submission queue only, not to publish on the front page. Sounds simple but I can't figure it out.

Using 4.3.2

Thanks

Comments

conner’s picture

Thought I should mention that I'm doing the intuitive thing: giving permission to "post comments" and not to "post comments without approval," but I think what I need is this dual control over "create story."

Thanks, any feedback would be appreciated.

Bèr Kessels’s picture

Hi,

You have to go to
mysite/?q=admin/node/settings

Then you can set the default node settings there.

If anybody from any role that does not have 'administer node' permission set, posts a node, that node will follow the settings from that page automatically.

So if you set the checkbox promote of Personal Blog Entry true, all people who post a blog but cannot administer blogs will post blogs that go to the frontpage automatically.

Ber
Mediarevolution.org :: het platform voor online muziek

conner’s picture

Thanks. That does exactly what I was hoping.