DrupalBin
Submit Code
About
Recent Posts
Fix for Code
Code
Code
Fix for YesCT make an acronym
YesCT make an acronym
Code
block_menu
Node lookup
Fix for Video tag RegExp
Video tag RegExp
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
Panels
simpletest
test
theme
user
views
more tags
Home
views
Fix for Views validation of a handler's displays
March 11, 2010 - 10:44am — Anonymous
// We don't know which display we are on and so we must check them all.
dsm
(
array_keys
(
$this
-
>
view
-
>
display
)
)
;
// I get an array of THREE THINGS!
validation
views
Read more
Views validation of a handler's displays
March 11, 2010 - 10:12am — Anonymous
// We don't know which display we are on and so we must check them all.
dsm
(
array_keys
(
$this
-
>
view
-
>
display
)
)
;
// I get an array of THREE THINGS!
validation
views
Read more
Fix for Views argument handling code
February 25, 2010 - 6:33am — Anonymous
static
$arguments
;
print_r
(
$arguments
,
TRUE
)
;
argument handling code
views
Scroll to the Views configuration form
February 17, 2010 - 2:33pm — Anonymous
diff --git js/ajax.js js/ajax.js
index a8f70bb..
52c8292
100644
--- js/ajax.js
+++ js/ajax.js
@@ -13,6 +13,8 @@ Drupal.Views.Ajax = Drupal.Views.Ajax ||
{
}
;
Drupal.Views.Ajax.setForm = function
(
t
javascript
views
Read more
Code
February 16, 2010 - 10:30am — Anonymous
SELECT
node.nid
AS
nid
,
node_data_field_imagen_principal.field_imagen_principal_fid
AS
node_data_field_imagen_principal_field_imagen_principal_fid
,
node_data_field_imagen_principal.field_image
nodereference
views
Read more
Fix for UC_Views
February 3, 2010 - 5:17pm — Anonymous
OK so this in the .module:
<?php
/**
* Implementation of hook_date_api_fields().
* on behalf of core fields.
*
* All modules that create custom fields that use the
* 'views_handler_field_d
ubercart
views
Read more
Fix for Fix for UC_Views
January 27, 2010 - 4:09pm — Anonymous
<?PHP
//within uc.views.module
/**
* Implementation of hook_date_api_fields().
* on behalf of core fields.
*
* All modules that create custom fields that use the
* 'views_handler_field_da
ubercart
views
Read more
Fix for UC_Views
January 27, 2010 - 4:05pm — Anonymous
<?PHP
//within uc.views.module
/**
* Implementation of hook_date_api_fields().
* on behalf of core fields.
*
* All modules that create custom fields that use the
* 'views_handler_field_da
ubercart
views
Read more
UC_Views
January 27, 2010 - 12:53pm — Anonymous
<?PHP
//within uc_views.views.inc
// Add shipping details to uc_views
$data
[
'uc_shipments'
]
[
'table'
]
[
'group'
]
=
t
(
'Ubercart shipment'
)
;
$data
[
'uc_shipments'
]
[
'table'
]
[
'join'
]
[
'uc_orders'
]
= a
ubercart
views
Read more
history data for recently viewed nodes
January 25, 2010 - 8:15pm —
mikey_p
<?php
// $Id$
/**
* Implementation of hook_views_handlers().
*/
function
mymodule_history_views_handlers
(
)
{
return
array
(
'info'
=
>
array
(
'path'
=
>
drupal_get_path
(
'module'
,
history
hook_views_data
views
Read more
1
2
3
4
5
6
7
8
9
…
next ›
last »