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
php
Code
January 28, 2012 - 1:24pm — Anonymous
<?php
$timestamp
=
time
(
)
;
$signature
=
md5
(
$timestamp
.
'3002a61584'
)
;
// Replace with your own secret signature token. Example result:
// $signature = "ed8d12124fc7916b00e3ecd7dc2c1d6a"
?>
php
test
Fix for Fix for WSOD error from menu_execute_active_handler() - on homepage (using Panels
November 27, 2011 - 11:12am — Anonymous
menu_execute_active_handler
(
)
: returned
NULL
- it
's very bad!
WSOD detected!
ctools
error
fatal
menu_execute_active_handler
menu_rebuild
mysql
Panels
php
watchdog
wsod
Read more
Fix for WSOD error from menu_execute_active_handler() - on homepage (using Panels
November 27, 2011 - 11:12am — Anonymous
menu_execute_active_handler
(
)
: returned
NULL
- it
's very bad!
WSOD detected!
ctools
error
fatal
menu_execute_active_handler
menu_rebuild
mysql
Panels
php
watchdog
wsod
Read more
Fix for WSOD error from menu_execute_active_handler() - on homepage (using Panels
November 15, 2011 - 5:04am — Anonymous
menu_execute_active_handler
(
)
: returned
NULL
- it
's very bad!
WSOD detected!
ctools
error
fatal
menu_execute_active_handler
menu_rebuild
mysql
Panels
php
watchdog
wsod
Read more
Fix for Trying to write a PHP conditional to check if field is empty
October 20, 2011 - 1:16am — Anonymous
I have to fields
for
my post content type that are
for
images
.
conditional
field_image
php
Read more
Fix for Fix for Trying to write a PHP conditional to check if field is empty
August 18, 2011 - 7:17pm — Anonymous
I have to fields
for
my post content type that are
for
images
.
conditional
field_image
php
Read more
Fix for Trying to write a PHP conditional to check if field is empty
August 18, 2011 - 7:16pm — Anonymous
I have to fields
for
my post content type that are
for
images
.
conditional
field_image
php
Read more
Trying to write a PHP conditional to check if field is empty
August 18, 2011 - 6:42pm — Anonymous
I have to fields
for
my post content type that are
for
images
.
conditional
field_image
php
Read more
Re:
August 13, 2011 - 3:12am — Anonymous
freelance writer
php
poem
shakespeare
how to put a term description in the header if you don't have the termid in the url
July 14, 2011 - 7:15am — Anonymous
<?php
$view
= views_get_current_view
(
)
;
if
(
$view
-
>
result
[
0
]
)
{
$tid
=
(
int
)
(
$view
-
>
result
[
0
]
-
>
term_data_tid
)
;
$term
=
taxonomy_get_term
(
$tid
)
;
print
(
filter_xss_admin
(
$term
-
>
description
)
)
;
header
php
taxonomy
term description
views
Read more
1
2
3
4
5
6
7
next ›
last »