DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
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
admin
display current database name being used in page.tpl.php
January 3, 2012 - 7:34am — Anonymous
<?php
global
$user
;
global
$db_url
;
if
(
$user
-
>
uid
==
1
)
{
// display for admin only
print
'<h3>Current Database:'
.
admin
Read more
determine block visibility only for admin
March 3, 2011 - 3:35pm — Anonymous
global
$user
;
if
(
(
$user
->
uid
)
==
1
)
{
return
TRUE
;
}
else
{
return
FALSE
;
}
admin
block visibility
php
Fix for Fix for Fix for Fix for Fix for admin_extras.module
January 21, 2011 - 2:58pm — Anonymous
<?php
// $Id$
/**
* @file admin_extras.module
* Set the Admin Panal to allways expanded.
*/
function
admin_extras_form_admin_settings_form_alter
(
&
$form
,
&
$form_state
)
{
$form
[
'admin_too
admin
module
Read more
Fix for Fix for Fix for Fix for admin_extras.module
January 21, 2011 - 2:41pm — Anonymous
<?php
// $Id$
/**
* @file admin_extras.module
* Set the Admin Panal to allways expanded.
*/
function
admin_extras_form_admin_settings_form_alter
(
&
$form
,
&
$form_state
)
{
$form
[
'admin_too
admin
module
Read more
Fix for Fix for Fix for admin_extras.module
January 21, 2011 - 2:30pm — Anonymous
<?php
// $Id$
/**
* @file admin_extras.module
* Set the Admin Panal to allways expanded.
*/
function
admin_extras_form_admin_settings_form_alter
(
&
$form
,
&
$form_state
)
{
$form
[
'admin_too
admin
module
Read more
Fix for Fix for admin_extras.module
January 21, 2011 - 1:50pm — Anonymous
<?php
// $Id$
/**
* @file admin_extras.module
* Set the Admin Panal to allways expanded.
*/
function
admin_extras_form_admin_settings_form_alter
(
&
$form
,
&
$form_state
)
{
$form
[
'admin_too
admin
module
Read more
Fix for admin_extras.module
January 21, 2011 - 1:30pm — Anonymous
<?php
// $Id$
/**
* @file admin_extras.module
* Set the Admin Panal to allways expanded.
*/
function
admin_extras_form_admin_settings_form_alter
(
&
$form
,
&
$form_state
)
{
$form
[
'admin_too
admin
module
Read more
admin_extras.module
January 21, 2011 - 1:29pm — Anonymous
<?php
// $Id$
/**
* @file admin_extras.module
* Set the Admin Panal to allways expanded.
*/
function
admin_extras_form_admin_settings_form_alter
(
&
$form
,
&
$form_state
)
{
$form
[
'admin_too
admin
module
Read more
Fix for Settingsvalue are not saved
June 2, 2010 - 10:41am — Anonymous
/**
* Form builder; return the brunnenberg settings form.
*/
function
brunnenberg_settings
(
)
{
$form
=
array
(
)
;
$form
[
'brunnenberg_einzelzimmer'
]
=
array
(
'#type'
=
>
'textfield
admin
settings
Read more
Settingsvalue are not saved
June 2, 2010 - 9:37am — Anonymous
/**
* Form builder; return the brunnenberg settings form.
*/
function
brunnenberg_settings
(
)
{
$form
=
array
(
)
;
$form
[
'brunnenberg_einzelzimmer'
]
=
array
(
'#type'
=
>
'textfield
admin
settings
Read more
1
2
next ›
last »