Attached is a patch that allows the administrator to set the default Workflow Settings for Activity Stream nodes. When this patch is applied and you go to the main Activity Stream settings page you see the standard options:

[ ] Published
[ ] Promoted to front page
[ ] Sticky at top of lists

When set, these workflow settings apply to all nodes created by Activity Stream.

CommentFileSizeAuthor
activitystream.module.patch1.07 KBsamc

Comments

akalsey’s picture

Status: Active » Closed (works as designed)

Those settings are already available when you edit your content type. That's the "drupal way" of exposing those settings, and I'd rather leave it there than add a redundant set of options on the admin page.

samc’s picture

You're totally right. I'm not sure how I missed them there.

Are you interested in a patch that directs users to check the content type settings, e.g. some help text?

akalsey’s picture

Sure, that's not a bad idea.