I would like to be able to publish photos but just for one group (made with organic grous); this should be made in this module, or maybe in the Image Gallery....

The idea is to make an easy way for groups to publish photos which ara available just to one group they are subscribed to.

Comments

kitt’s picture

Addressed in this fix: http://drupal.org/node/70841

enboig’s picture

I tried this patch:

 $node->images['_original'] = file_directory_temp() . '/' . $filename;

if ($node = node_submit($node)) {
// let the image module generate the preview/thumbnail
_image_build_derivatives($node, true);

// save the node
node_save($node);
}

But right now no photo is published. I modified the lines where I fount "node_save($node);".
What do I need to do to make it work?

thanks a lot.

yngens’s picture

Version: 4.7.x-1.x-dev » master

I also need this feature, but for 5.0

bwynants’s picture

yngens’s picture

bwynants, thanks for the link, but it does not solve the problem addressed in here. i have already installed and successfully running this module for 5.0. but i need "integration with organic groups" so that to be able to put pictures being upload to automatically put under OG group. currently you have to first upload all the pictures to website and then put every single picture under organic group one by one. which is very uncomfortable. i am aware of existence of og gallery module, but i believe it would be much better solution if we could select organic groups when uploading pictures with this module.

enboig’s picture

Gallery remote will not allow you to select a group; I suppose the way to do this would be to be able to select a default group in the web, and then post using the usual program. I don't know if it is easiest to have it implemented in this module, or create a new "default posting group" module which by default make all posts of a user to a default group (or groups.....)