DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
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
handler
AHAH callback
April 6, 2009 - 4:42pm — Anonymous
function
ca_taxonomy_term_js
(
)
{
module_load_include
(
'inc'
,
'ca'
,
'ca.admin'
)
;
$form_state
=
array
(
'storage'
=
>
NULL
,
'submitted'
=
>
FALSE
)
;
$form_build_id
=
$_POST
[
'form_build_id'
]
;
ahah
fapi
form
handler
Read more
Views2 field handler to link nodes to users
February 17, 2009 - 9:26am — Anonymous
<?php
// $Id$
/**
*@file
*The actual handler that provides the latest post(s) made by a user.
*/
/**
* Field handler to provide the latest post(s) made by a user.
*/
field
handler
lastpost
node
user
views
Read more