• warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '_colorbox_form_page_access' was given in /home/matteopo/public_html/mydrupalspace/includes/menu.inc on line 452.
  • warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'poormanscron_run_cron_check_access' was given in /home/matteopo/public_html/mydrupalspace/includes/menu.inc on line 452.

Bitácoras

Crear un preset imagecache en el propio módulo

  // CREATE A PRESET IMAGECACHE
  $imagecachepreset = imagecache_preset_save(array('presetname' => 'PRESET_NAME'));
  // Action
  $imagecacheaction = new stdClass ();
  $imagecacheaction->presetid = $imagecachepreset['presetid'];
  $imagecacheaction->module = 'imagecache';
  $imagecacheaction->action = 'imagecache_scale_and_crop';
  $imagecacheaction->data = array('width' => '200', 'height' => '200' );

CCK FIELD TUTORIAL

Crear tablas en los forms de drupal 6

 <?php

Crear tablas en los forms de drupal 6

 <?php

Form API, breve guía

Esta es una buena guía para crea una form en drupal 6
 

Léolo

http://www.filmaffinity.com/es/film484248.html

La Celebración de Thomas Vinterberg

http://elmundodelosasi.wordpress.com/2011/10/12/festen-la-celebracion-de-thomas-vinterberg/

Permisos carpetas drupal