Once I ran cron and created my usernodes they all ended up on the frontpage.

The module should set content type default to not "promoted". Not sure where this should be done, node_info hook does not seem to support setting workflow defaults, perhaps this should be done in enable or install hook?

As far as other defaults are concerned, perhaps usernode should make use of more settings allowed in hook_info (e.g. turn off body):
http://api.drupal.org/api/function/hook_node_info/5

Comments

fago’s picture

Status: Active » Fixed

actually, usernodes were already not promoted to the frontpage per default, however the "default setting code" was broken. thanks for the note - I've fixed it up. Furthermore I've added some more content type defaults as you suggested - I removed the body field and locked the content type name.

Anonymous’s picture

Status: Fixed » Closed (fixed)