Enable or disable the "submitted by Username on date" text when displaying posts of the above type is currently enabled globally in the theme settings. This should really be set on each individual page, story or whatever. And then you can still have the global override as well.
Comments
Comment #1
nsk commented+1, I urgently need this.
Comment #2
brst t commentedSame here.
Perhaps this could eventually become a distinguishing feature between the node types, 'story' and 'page'.
I think this is something you should be able to toggle when defining a node type.
Comment #3
Gabriel R. commentedI would like this too, in case anyone cares :-)
For now, a solution is to override the default $submitted variable if you're using PHPtemplate. Don't ask how, I didn't figure it out how yet.
Comment #4
magico commentedJust create different template files (node.tpl.php, comment.tpl.php, etc) without this variable.