Hi all,

I'm using the "upload image" module which creates a new node for attached images. It is assigning those nodes to the primary domain no matter what site it is created from. Is this a similar issue to http://drupal.org/node/252877?

I'm hopefully going to be upgrading the site to D6 within the next few weeks so am curious whether this is also an issue in D6 and I should work on solving it now and porting to D6 or not.

Thanks.

Comments

agentrickard’s picture

Status: Active » Closed (duplicate)

It is in issue with how upload image handles itself. Nothing to be done here. Same problem exists in 6.x. You need custom bridge code in hook_nodeapi() to attache the proper domain information to the image node.