DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
encoding.com
Fix for change CCK field path in Rules when node is saved - use Custom PHP
August 14, 2010 - 8:07pm — Anonymous
I put my own queries into the Custom PHP field
//this is the path to the actual uploaded to pass to the encoding.com script
$_SESSION
[
'videoup'
]
=
'[node:field_video-filefield-filepath]'
;
//upd
CCK
encoding.com
rules
Read more
change CCK field path in Rules when node is saved to receive the encoding.com transcoded file - doesn't change path
August 14, 2010 - 12:57pm — Anonymous
return
array
(
0 =
>
array
(
'fid'
=
>
'[node:field_video-filefield-fid]'
,
'filepath'
=
>
'sites/default/files/transcoded/[node:field_video-filefield-filename].flv'
)
,
)
;
CCK
encoding.com
rules