Closed (duplicate)
Project:
Domain
Version:
5.x-1.14
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2010 at 00:26 UTC
Updated:
8 Apr 2010 at 13:36 UTC
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
Comment #1
agentrickardIt 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.