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

salvis’s picture

Project: Subscriptions » Image Publishing
Version: 5.x-2.1 » 5.x-1.x-dev

This means that Image Publishing is creating nodes without making the usual hook_nodeapi() calls that core does.

egfrith’s picture

Please check to see if the patch at #323160: Use forms api to create image node fixes this.

egfrith’s picture

Title: Subscription email messages not being sent when using Image Publisher » Subscription email messages not being sent when using Image Publishing
Status: Active » Fixed

I have now tested this, and it is indeed fixed.

salvis’s picture

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.