DrupalBin
Submit Code
About
Recent Posts
Failed relationship
7 hours 15 min
ago
Fix for Code
8 hours 29 min
ago
Fix for Code
8 hours 33 min
ago
Fix for Code
8 hours 52 min
ago
more
Tags
CCK
fapi
jquery
menu
module
Panels
php
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
Insterting cck multiple value fields into a views list.
View
Download
Fix
February 5, 2008 - 1:18am — Anonymous
ok i have this in my views.tpl.php
file
<?php
print
$field_property_images_fid
[
'views_image'
]
[
'0'
]
[
'view'
]
?>
and i did a
<?php
print_r
(
$field_property_images_fid
)
;
?>
and when it printed it just printed out al the images in the
array
CCK
views