Closed (works as designed)
Project:
Node published
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 18:09 UTC
Updated:
17 Feb 2010 at 12:32 UTC
I have my site setup so published nodes are also sent to Twitter using the Twitter module ( http://drupal.org/project/twitter ). Unfortunately the 'send to twitter' isn't performed when the node is published following a purchase. The user can however edit the published node and click save to send it to twitter.
Would be great if at the same time the node is marked for publication, the twitter publish action was also performed.
Any chance you could include this as a patch? Ty
Comments
Comment #1
avpadernoThe module calls
node_save()when saving a node; any module that implementshook_nodeapi()is then notified of the node being saved, and can take the opportune action.Comment #2
avpadernoThe code should be changed in Twitter. Actually, branch 6.x-3 doesn't even implement
hook_nodeapi()anymore.