DrupalBin
Submit Code
About
Recent Posts
Failed relationship
6 hours 48 min
ago
Fix for Code
8 hours 2 min
ago
Fix for Code
8 hours 6 min
ago
Fix for Code
8 hours 26 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
Fix for views_ajax show thumbnail
View
Download
Fix
May 26, 2008 - 9:22pm — Anonymous
function
theme_views_ajax_page_item
(
$node
)
{
$file
=
current
(
$node
->
files
)
;
// return l(theme('image', $file->filepath, NULL, NULL, array('border' => 0)), $path, NULL, NULL, NULL, NULL, TRUE);
$path
=
$node
->
nid
;
return
l
(
$file
->
filepath
,
'node/'
.
$node
->
nid
,
NULL
,
NULL
,
NULL
,
NULL
,
TRUE
)
;
}
ajax
Custom theme
views