DrupalBin
Submit Code
About
Recent Posts
message i get when running openssl s_client -connect 150.203.86.21:443
Fix for Code
Code
add_to_cart_by_sku_contents()
Fix for page.tpl.php
Page.tpl
foreach is beeing disregarded dispite variable is array. Please help. Outside Drupal it works as standalone.php file
foreach is beeing disregarded dispite variable is array inside drupal. Please help. Outside Drupal it works as standalone.php
Fix for filefield implementation in an admin page. "An HTTP error 0 occurred. /drupal/?q=filefield/ahah///"
PHP Code custom.module
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
›
auzigog
›
Recent Posts
auzigog
View
Posts
display formatters commerce field
September 10, 2010 - 8:36pm —
auzigog
$instance
=
array
(
'field_name'
=
>
$field_name
,
'entity_type'
=
>
'node'
,
'label'
=
>
'Product'
,
'bundle'
=
>
$content_type
,
'description'
=
>
'Choos
Read more
simpletest running twice.
September 10, 2010 - 5:47pm —
auzigog
/**
* @file
* Defines abstract base test class for the Commerce module tests.
*/
/**
* Abstract class for Commerce testing.
Read more
Fix for Create product reference field
September 9, 2010 - 8:40pm —
auzigog
public
function
testTestTest
(
)
{
// Test creating a Product Display content type
$type
=
array
(
'type'
=
>
'product_display'
,
'name'
=
>
st
(
'Product Display'
)
,
'base'
Read more
Chat with ksenzee about hook_modules_enabled bug
September 8, 2010 - 6:20pm —
auzigog
[
2:57pm
]
auzigog: ksenzee: you know more about drupal core issues than i
do
.
Read more
features hook_COMPONENT_alter
August 6, 2010 - 8:06pm —
auzigog
/**
* Alter existing views to include due dates
*/
function
casetracker_duedate_views_default_views_alter
(
&
$views
)
{
//dsm($views, 'new module working.
Read more
features default hooks
August 6, 2010 - 7:27pm —
auzigog
content_default_fields
context_default_contexts
fieldgroup_default_groups
filter_default_formats
imagecache_default_presets
menu_default_menu_custom
menu_default_menu_links
menu_default_items
Read more
driven_diff - theme not workign
August 6, 2010 - 12:46pm —
auzigog
<?php
// $Id: driven_diff.module,v 1.2 2010/04/03 23:18:07 arhak Exp $
// unequivocal administrative varnames with colon over CSS compliant ids (back-end only)
define
(
'DRIVEN_DIFF__VAR_WARN_LEVEL
Read more
theme registery alter
August 3, 2010 - 8:10pm —
auzigog
function
ctcd_theme_registry_alter
(
&
$theme_registry
)
{
///dsm($theme_registry);
dsm
(
'here in theme_registry_alter'
)
;
if
(
isset
(
$theme_registry
[
'table'
]
)
)
{
$theme_registry
[
'table'
]
[
'funct
theme
Read more
debug of not workign code
July 28, 2010 - 7:26pm —
auzigog
array
(
0 =
&
gt;
array
(
'file'
=
&
gt;
'/Users/auzigog/Development/cvs/contributions/modules/meetings-DRUPAL-6--1/meetings.module'
,
'line'
=
&
gt;
21
,
'function'
=
&
gt;
'meetings_get_
Read more