DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for 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
tab
Fix for location_user_category.module
August 19, 2011 - 9:14am — Anonymous
<?php
/**
========User Location Category module=======
* file: location_user_category.module
* Puts The User Location fieldset in specific profile category,
* so that is displayed on other tab
location
profile
tab
user
User Location
user location category
Read more
location_user_category.module
August 19, 2011 - 8:45am —
zet
<?php
/**
========User Location Category module=======
* file: location_user_category.module
* Puts The User Location fieldset in specific profile category,
* so that is displayed on other tab
location
profile
tab
user
User Location
user location category
Read more
location_user_category.install
August 19, 2011 - 8:35am —
zet
<?php
/**
* @file
* Installation / uninstallation routines for location_user_category.module.
*/
/**
* Implentation of hook_uninstall().
*/
function
location_user_category_uninstall
(
)
location
profile
tab
user
User Location
user location category
Read more
location_user_category.module
August 19, 2011 - 8:33am —
zet
<?php
/*file: location_user_category.module
========User Location Category module=======
*- puts The User Location fieldset in specific profile category,
*so that is displayed on other tab than t
location
profile
tab
user
User Location
user location category
Read more
User Location on specific Profile category/tab
August 19, 2011 - 8:33am —
zet
<?php
/*file: location_user_category.module
========User Location Category module=======
*- puts The User Location fieldset in specific profile category,
*so that is displayed on other tab than t
location
profile
tab
user
User Location
user location category
Read more
location_user_category.info
August 19, 2011 - 8:25am —
zet
name = Location User Category
description = Put user locations fieldset on specific profile category.
;dependencies
[
]
= location
dependencies
[
]
= location_user
package = Location
core = 6.x
category
location
profile
tab
user
User Location
user location category
User Location on specific Profile category/tab
August 19, 2011 - 8:21am —
zet
<?php
/*file: location_user_category.module
========User Location Category module=======
*- puts The User Location fieldset in specific profile category,
*so that is displayed on other tab than t
category
location
profile
tab
user
User Location
user location category
Read more
Adding tab
November 16, 2009 - 8:05am — Anonymous
function
uc_deliverynote_menu_alter
(
&
$items
)
{
$items
[
'admin/store/orders/%uc_order/deliverynote'
]
=
array
(
'page callback'
=
>
'uc_deliverynote_report'
,
'access arguments'
=
>
array
(
'view al
menu
tab
ubercart
Read more
Can't map tab to function callback
June 19, 2008 - 6:56pm — Anonymous
$items
[
'admin/settings/gmapper/add'
]
=
array
(
'title'
=
>
t
(
'Add Map'
)
,
'description'
=
>
t
(
'Add An Empty Map'
)
,
'callback'
=
>
'add_empty_map'
,
menu
tab
Read more