Problem/Motivation

I have emfield video created on a Drupal 6 with the projet http://drupal.org/project/emfield, and i need to convert them to text field with isfield formatters on Drupal 7.

Proposed resolution

I used the content migrate module to migrate cck fields to the field API, so i have done a patch which convert emfield video to text_long / isfield formatters with content_migrate module placed in the latest 7.x CCK module version (http://www.drupal.org/project/cck).

Here are the upgrade steps :

  1. Enable isfield module with this patch.
  2. Use this documentation to migrate fields (emvideo field included) with content_migrate : http://drupal.org/node/1144136.

Note : This patch works also for the 7.x-1.2 version.

Comments

pierre_cotiniere’s picture

Issue summary: View changes

This patch work also for the 7.x-1.2 version.

jcisio’s picture

Status: Needs review » Fixed

Thanks. Committed a slightly modified patch to support text_with_summary too.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

wording