DrupalBin
Submit Code
About
Recent Posts
What is this?
display suite field group
Code
Code
Code
Code
Fix for UC Node Checkout - Base Product Title into Token
Code
Import a content type from a file.
Alteration to Trying to alter contact form to allow pre-selecting of cid
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
test
theme
user
views
more tags
Home
module development
Fix for Secondary Tabs
November 22, 2009 - 7:13pm — Anonymous
function
MyModule_menu
(
)
{
$items
[
'user/%user_uid_optional/info'
]
=
array
(
'title'
=
>
'Info'
,
'page callback'
=
>
'user_view'
,
'page arguments'
=
>
array
(
1
)
,
'access callback'
=
>
'
module development
Read more
Secondary Tabs
November 22, 2009 - 9:22am —
simonsays1980
function
MyModule_menu
(
)
{
$items
[
'user/%user_uid_optional/info'
]
=
array
(
'title'
=
>
'Info'
,
'page callback'
=
>
'user_view'
,
'page arguments'
=
>
array
(
1
)
,
'access callback'
=
>
'
module development
Read more
The admin panel isn't showing despite clearing the cache a few times.
August 21, 2008 - 11:38pm — Anonymous
<?php
// $Id$
/**
* Display help and module information
* @param path which path of the site we're displaying help
doesn't work!
module development
onthisdate
Read more
« first
‹ previous
1
2