Импортирую данные с помощью скрипта в друпал, столкнулся с проблемой добавления картинок,
читал на орге на эту тему -
scripts for direct DB creation of nodes
http://drupal.org/node/67887
// field_image - CCK imagefield
$node->field_image[0]['value'] = $image;
но, что то не добавляется ничего.
Так же ковырялся с функцией из imagefield modul...
/**
* insert a file into the database.
* param $node
* node object file will be associated with.
* param $file
* file to be inserted, passed by reference since fid should be attached.
*
*/
function imagefield_file_insert($node, &$file, $field)
Может у кого то есть примеры скрипта для добавления имеджей?
Спасибо.
Комментарии
решение -
http://drupal.org/node/155817