one Video file field (provied by the CCK mediafield module), and one Embedded Video field (provided by the CCK emfield module).

I can't find the CCK mediafield, i create the content type, add action, but i can't find the cck mediafield

Thanks for your help

Comments

pfournier’s picture

You have to install the mediafield module: http://drupal.org/project/mediafield.

The Manage fields table for your newly created CCK type should look something like

Labe Name Type
title title title
taxonomy taxonomy taxonomy
local_video field_local_video Video file
remote_video field_remote_video Embedded Video
body body_filter body_filter

Assuming you got the same names as me, when you configure your action, you should put have Local Video Field Name = field_local_video and Local Video Field Name = field_remote_video.

Patrick

pfournier’s picture

Sorry, I meant: Local Video Field Name = field_local_video and Remote Video Field Name = field_remote_video.

toma’s picture

Thanks for your reply, sound a great module

toma’s picture

For the Embedded Video, i need just to use text field ?

pfournier’s picture

No, you need to install the emfield module and use the Embedded Video field provided.

pfournier’s picture

Status: Active » Closed (fixed)

Closing the issue.