Hello
I am using Gallery Remote and the Image Publishing module (http://drupal.org/project/image_pub), and noticing that images posted using this tool are not getting "seen" by the subscriptions module.
I set up Subscriptions to notify me for the Image type, and uploaded an image, ran cron, and received the notification.
Posted an image using Gallery Remote, ran cron, and did not receive any notifications.
If this belongs on the Image Pub group, I'll happily post there - Not sure where the issue really lies.
Comments
Comment #1
salvisThis means that Image Publishing is creating nodes without making the usual hook_nodeapi() calls that core does.
Comment #2
egfrith commentedPlease check to see if the patch at #323160: Use forms api to create image node fixes this.
Comment #3
egfrith commentedI have now tested this, and it is indeed fixed.
Comment #4
salvisThanks!