DrupalBin
Submit Code
About
Recent Posts
Code
15 min 6 sec
ago
Fix for Code
1 hour 29 min
ago
Code
1 hour 29 min
ago
example array
1 hour 40 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
D5
file_copy to remote site
July 14, 2008 - 6:58am —
amitaibu
/**
* Copy a file from one site to another.
*
* Error I get "The selected file files/Snap1.png could not be uploaded, because the destination is not properly configured."
*/
D5
Read more
cck variables get printed as null in Drupal 5 view
June 10, 2008 - 5:57am — Anonymous
//in template.php----------------------------
function
phptemplate_views_view_list_promotion_box
(
$view
,
$nodes
,
$type
)
{
/*
$fields = _views_get_fields();
CCK
D5
views
Read more