I run a multiuser art blog using drupal and would like my contributors to have the ability to post-date their entries. If I am correct, the simplest way to do this is by changing the date under the "authoring information" when creating a new post. However, the authoring information fields are disabled for non-admin users.

Does anyone know how to enable these fields for other users? Or is there a better way to do this altogether?

Thanks for your help!

Comments

joe4’s picture

Here is a module that does exactly that.
http://drupal.org/project/edit_authoring_info

"This tiny module adds more granular permissions in order to let users edit a node's Authored by and/or Authored on field (without them being granted the all-powerful administer nodes permission)."

----------------------
Adoption Agency Reviews http://www.adoptionagencyratings.com

mgraesser’s picture

This module is only available for version 5. Is there a way to enable "authoring information" for non-admin users in Version 6?