DrupalBin
Submit Code
About
Recent Posts
how to add a ahah form element after submit
8 hours 57 min
ago
user_deco add functions
9 hours 8 min
ago
simple version
12 hours 1 min
ago
Fix for D6 path_set_alias
12 hours 57 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
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
6.x
Lazy Registration 6.x port (Deadwood)
December 20, 2008 - 9:53pm — Anonymous
<?php
// $Id: lazyreg.module,v 1.1 2007/03/05 12:49:53 pixelmonk Exp $
/* TODO FormAPI image buttons are now supported.
6.x
deadwood
goodwood
lazy registration
lazyreg
Add new comment
Read more
Callback overrides 5.x -> 6.x
May 31, 2008 - 4:38pm — Anonymous
// what we had in 5.x
function
mymodule_menu
(
$may_cache
)
{
$items
=
array
(
)
;
if
(
!may_cache &&
module_exists
(
'devel'
)
)
{
$items
[
]
=
array
(
6.x
hook_menu
hook_menu_alter
Read more
hook_menu
May 28, 2008 - 3:24pm — Anonymous
/**
* Implementation of hook_menu().
*/
function
annotate_menu
(
)
{
$items
=
array
(
)
;
$itmes
[
'admin/annotate'
]
=
array
(
'title'
=>
'Node annotation'
,
6.x
admin
category
hook_menu
Read more
Googleauth Port to 6.x googleauth.module
April 30, 2008 - 1:38pm — Anonymous
<?php
// $Id: googleauth.module,v 1.1 2007/07/13 18:22:22 ssnider Exp $
/**
* @file
* Implement a single sign on provider for Google Apps for Education
*/
/**
6.x
googleauth
Read more