DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
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
user
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
Fix for Why isn't my submit function being called?
August 24, 2010 - 10:32am — Anonymous
/**
* Menu callback.
module
user
Read more
View of user posts
May 19, 2010 - 6:50pm — Anonymous
$view
=
new
view;
$view
-
>
name
=
'user_tracker'
;
$view
-
>
description
=
'Shows posts started by or participated in by a given user'
;
$view
-
>
tag
=
''
;
$view
-
>
view_php
=
''
;
$view
-
>
base_table
=
'node'
user
views
Read more
Fix for Example of hook_user()
May 12, 2010 - 12:49am — Anonymous
<
?php
// Put that as user_example.module
// Tested on D5
/**
* Implementation of hook_user().
*/
function
user_example_user
(
$op,
&
$form_values,
&
$account, $category =
NULL
)
{
switch
(
$op
)
user
Read more
1
2
3
4
5
6
next ›
last »