On Wed, Nov 18, 2009 at 11:38 PM, William Smith william.darren@gmail.com wrote:
Not sure about a module for this, but you could probably get by with Actions.
Thank you for this nifty module. I will use it for some other purpose.
Other than that, all you would really need to do is create a custom module on your site
Yup i can write a module to achieve this, my concern is not to waste time on reinventing the wheel. I would like to clarify few things here 1. Is it worth enough to contribute this module to drupal community ? 2. I am writing this module for an organization in USA, do i need to get their permission before sharing the code ? 3. If the organization is not willing to share the code, it means they are violating drupal GPL constrain isn't it (i'm not sure about licensing) ?
Please enlighten me on this.
and do a node_load, node->author = $user->name, node_save
I think i need to change $node->uid as well.