Hello,

I'm looking for a module (prefer) or advice.
I would like new nodes of a certain content type to change the user id randomly. Meaning they will be "owned" by other users.

Any idea?

Udi

Comments

spovlot’s picture

Check out Rules at http://drupal.org/project/rules . You can create events such as "After Content Save". You might need to create some custom code to handle the "assign random user id" which seems to be a unique requirement. If you look under the Documentation page, you will find lots of screencasts and tutorials.

Scott

zisser’s picture

Thanks.
I thought about this. but the main thing was how to create a rule that will do the trick..
I'm guessing the random part is easy.. I just need some help getting started.

da_solver’s picture

Hi,
I would read this carefully http://drupal.org/node/644164.

Afterwards, please edit your post and move it to the "Post Installation" forum. That's where folks discuss configuration issues.

Hope that helps.
Thank you for sharing:)

spovlot’s picture

To learn about Rules, I suggest following the series at NodeOne - http://dev.nodeone.se/node/984

Also, please edit this issue to change the area to "Post-Installation" as explained.

zisser’s picture

Sorry I did not return here for some time... I was so very busy.
Thanks for the link I will review it.

andyhu’s picture

Nice share, thx!