views

Fix for Views validation of a handler's displays

  1.     // We don't know which display we are on and so we must check them all.
  2.     dsm(array_keys($this->view->display));
  3.     // I get an array of THREE THINGS!

Views validation of a handler's displays

  1.     // We don't know which display we are on and so we must check them all.
  2.     dsm(array_keys($this->view->display));
  3.     // I get an array of THREE THINGS!

Fix for Views argument handling code

  1. static $arguments;
  2. print_r($arguments, TRUE);

Scroll to the Views configuration form

  1. diff --git js/ajax.js js/ajax.js
  2. index a8f70bb..52c8292 100644
  3. --- js/ajax.js
  4. +++ js/ajax.js
  5. @@ -13,6 +13,8 @@ Drupal.Views.Ajax = Drupal.Views.Ajax || {};
  6.  Drupal.Views.Ajax.setForm = function(t

Code

  1. SELECT node.nid AS nid,
  2.    node_data_field_imagen_principal.field_imagen_principal_fid AS node_data_field_imagen_principal_field_imagen_principal_fid,
  3.    node_data_field_imagen_principal.field_image

Fix for UC_Views

  1. OK so this in the .module:
  2. <?php
  3. /**
  4.  * Implementation of hook_date_api_fields().
  5.  * on behalf of core fields.
  6.  *
  7.  * All modules that create custom fields that use the
  8.  * 'views_handler_field_d

Fix for Fix for UC_Views

  1. <?PHP //within uc.views.module
  2.  
  3. /**
  4.  * Implementation of hook_date_api_fields().
  5.  * on behalf of core fields.
  6.  *
  7.  * All modules that create custom fields that use the
  8.  * 'views_handler_field_da

Fix for UC_Views

  1. <?PHP //within uc.views.module
  2.  
  3. /**
  4.  * Implementation of hook_date_api_fields().
  5.  * on behalf of core fields.
  6.  *
  7.  * All modules that create custom fields that use the
  8.  * 'views_handler_field_da

UC_Views

  1. <?PHP //within uc_views.views.inc
  2.   // Add shipping details to uc_views
  3.   $data['uc_shipments']['table']['group'] = t('Ubercart shipment');
  4.   $data['uc_shipments']['table']['join']['uc_orders'] = a

history data for recently viewed nodes

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * Implementation of hook_views_handlers().
  6.  */
  7. function mymodule_history_views_handlers() {
  8.   return array(
  9.     'info' => array(
  10.       'path' => drupal_get_path('module',
Syndicate content