Closed (outdated)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2012 at 14:10 UTC
Updated:
17 Sep 2018 at 13:23 UTC
Jump to comment: Most recent
Comments
Comment #1
moloc commentedI am not aware of any gallery conversion modules. So the conversion from image-nodes to media_gallery is not available.
Media Gallery uses the following:
Gallery Collections -> taxonomy term
Gallery (Album) -> node (with a media field)
Media -> media (files)
Comment #2
gmasky commentedThanks,
I tried using the node convert module but cannot map the fields you have stated above. The Image content type I have has the following fields
Title
Image Gallery (Term reference)
Image
Body
File attachments
Comment #3
Hetta commentedIf you got image nodes from D6 image, try this query:
UPDATE file_managed
SET type='image'
WHERE type='undefined'
(More here: http://drupal.org/node/1946586 )
Comment #4
ivnish