DrupalBin
Submit Code
About
Recent Posts
Code
2 hours 4 min
ago
Fix for my user handler
2 hours 27 min
ago
Fix for my user handler
2 hours 30 min
ago
my user handler
4 hours 19 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
ajax
Fix for views_ajax show thumbnail
May 26, 2008 - 9:34pm — Anonymous
function
theme_views_ajax_page_item
(
$node
)
{
$file
=
next
(
$node
->
files
)
;
// return l(theme('image', $file->filepath, NULL, NULL, array('border' => 0)), $path, NULL, NULL, NULL, NULL, TRUE);
ajax
Custom theme
views
Read more
Fix for views_ajax show thumbnail
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);
ajax
Custom theme
views
Read more
Fix for views_ajax show thumbnail
May 26, 2008 - 9:17pm — 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
)
;
}
ajax
Custom theme
views
views_ajax show thumbnail
May 26, 2008 - 9:10pm — Anonymous
function
theme_views_ajax_page_item
(
$node
)
{
$file
=
current
(
$node
->
files
)
;
l
(
theme
(
'image'
,
$file
->
filepath
,
NULL
,
NULL
,
array
(
'border'
=>
0
)
)
,
$path
,
NULL
,
NULL
,
NULL
,
NULL
,
TRUE
)
;
}
ajax
Custom theme
views
Progressbar demo
January 23, 2008 - 12:43pm — Anonymous
<?php
/**
* page callback for javascript
*
* Normally I'd just include a javascript file
* but I wanted to put all the code in one file for this demo
*
*/
ajax
javascript
Read more
Attempting to ajax an interface to image.module
January 7, 2008 - 9:01am — Anonymous
function
galLoader_form_submit
(
$form_id
,
$form_values
)
{
$op
=
$_POST
[
'op'
]
;
if
(
$op
==
'submit'
)
{
$dir
=
'files'
;
if
(
file_check_directory
(
$dir
)
)
{
ajax
hair ripping
image.module
pain
Read more