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
Comment #1
pfournier commentedYou 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
Comment #2
pfournier commentedSorry, I meant: Local Video Field Name = field_local_video and Remote Video Field Name = field_remote_video.
Comment #3
toma commentedThanks for your reply, sound a great module
Comment #4
toma commentedFor the Embedded Video, i need just to use text field ?
Comment #5
pfournier commentedNo, you need to install the emfield module and use the Embedded Video field provided.
Comment #6
pfournier commentedClosing the issue.