DrupalBin
Submit Code
About
Recent Posts
Code
24 min 52 sec
ago
Fix for Code
1 hour 38 min
ago
Code
1 hour 39 min
ago
example array
1 hour 50 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
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
profile
Readonly module
July 15, 2008 - 9:35am —
timmillwood
<?php
// $Id$
function
readonly_menu
(
)
{
$items
=
array
(
)
;
$items
[
'admin/settings/readonly'
]
=
array
(
'title'
=>
t
(
'Read Only'
)
,
'description'
=>
t
(
'Which profile fields'
)
,
fields
profile
readonly
Read more
Fix for bug in _form_builder_handle_input_element() function in form.inc ..
April 5, 2008 - 5:21am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
/*
fapi
profile
Read more
Fix for bug in _form_builder_handle_input_element() function in form.inc ..
April 4, 2008 - 5:22pm — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
user_queue_member_admin
(
$form
,
$form_state
=
NULL
)
{
if
(
module_exists
(
'profile'
)
)
{
fapi
profile
Read more
Fix for bug in _form_builder_handle_input_element() function in form.inc ..
April 4, 2008 - 5:00pm — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
user_queue_member_admin
(
$form
,
$form_state
=
NULL
)
{
if
(
module_exists
(
"profile"
)
)
{
fapi
profile
Read more
Fix for bug in _form_builder_handle_input_element() function in form.inc ..
April 4, 2008 - 4:52pm — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
user_queue_member_admin
(
$form
,
$form_state
=
NULL
)
{
if
(
module_exists
(
"profile"
)
)
{
fapi
profile
Read more
Fix for bug in _form_builder_handle_input_element() function in form.inc ..
April 4, 2008 - 4:26pm — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
user_queue_member_admin
(
$form
,
$form_state
=
NULL
)
{
if
(
module_exists
(
"profile"
)
)
{
fapi
profile
Read more
bug in _form_builder_handle_input_element() function in form.inc ..
April 4, 2008 - 10:38am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
/*
fapi
profile
Read more
Code
January 20, 2008 - 10:56pm — Anonymous
function
profile_to_cck_configure
(
)
{
drupal_set_title
(
t
(
'Convert Profiles to CCK'
)
)
;
module
profile
Read more