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
module
Fix for Changing Form Cache for AHAH manipulation
November 4, 2011 - 3:17pm — Anonymous
function
ehu_photos_js
(
)
{
$cache
=
cache_get
(
'form_'
.
ahah
cache
module
Read more
Fix for Changing Form Cache for AHAH manipulation
November 4, 2011 - 3:16pm — Anonymous
function
ehu_photos_js
(
)
{
$cache
=
cache_get
(
'form_'
.
$_POST
[
'form_build_id'
]
,
'cache_form'
)
;
$node
=
(
object
)
$_POST
;
$form
=
$cache
-
>
data
;
$form_state
=
array
(
'values'
=
>
$_POST
)
;
ahah
cache
module
Read more
Fix for Fix for Search_api module. Line 1556 has fatal error. need assistance.
September 17, 2011 - 1:49pm — Anonymous
<?php
/**
* @file
* Hooks provided by the Search module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Define a custom search type.
*
* This hook allows a module to tell search.m
drupal 7
fatal error
module
search_api
Read more
Fix for Search_api module. Line 1556 has fatal error. need assistance.
September 17, 2011 - 1:47pm — Anonymous
<?php
/**
* @file
* Hooks provided by the Search module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Define a custom search type.
*
* This hook allows a module to tell search.m
drupal 7
fatal error
module
search_api
Read more
Search_api module. Line 1556 has fatal error. need assistance.
September 17, 2011 - 1:45pm — Anonymous
<?php
/**
* @file
* Hooks provided by the Search module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Define a custom search type.
*
* This hook allows a module to tell search.m
drupal 7
fatal error
module
search_api
Read more
wsod on admin/config gives following errors
August 17, 2011 - 1:15pm — Anonymous
Warning: usort(): Array was modified by the user comparison function in system_status() (line 2240 of /path/modules/system/system.admin.inc).
Warning: strcmp() expects parameter 1 to be string, array
module
strcmp
system
wsod
Read more
wsod on admin/config gives following errors
August 17, 2011 - 1:14pm — Anonymous
Warning: usort(): Array was modified by the user comparison function in system_status() (line 2240 of /path/modules/system/system.admin.inc).
Warning: strcmp() expects parameter 1 to be string, array
module
strcmp
system
wsod
Read more
wsod on admin/config gives following errors
August 17, 2011 - 1:14pm — Anonymous
following errors when attempting to access admin/config and receive a wsod:
Warning: usort(): Array was modified by the user comparison function in system_status() (line 2240 of /path/modules/syste
module
strcmp
system
wsod
Read more
file_exists passes but file_move generates error: The selected file could not be copied, because no file by that name exists...
August 1, 2011 - 4:39pm — Anonymous
if
(
file_exists
(
$file
[
'filepath'
]
)
)
{
file_move
(
$file
[
'filepath'
]
,
$fdpath
.
'/unpub/'
.
$newName
.
module
Read more
Fix for views accordion js
June 29, 2011 - 12:12pm — Anonymous
// $Id: views-accordion.js,v 1.1.2.17 2010/10/16 16:47:32 manuelgarcia Exp $
Drupal.behaviors.views_accordion =
function
(
context
)
{
if
(
Drupal.settings.views_accordion
)
{
$.
each
(
Drupa
accordion
module
Read more
1
2
3
4
5
6
7
8
9
…
next ›
last »