Categorias

Increase your website traffic with Attracta.com

Bitácora de admin

  • 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.
    $view = views_get_view($id);
    $display_id = 'Page';
    $view->set_display($display_id);
    $view->init_handlers();
    $form_state = array(
      'view' => $view,
      'display' => $view->display_handler->display,
      'exposed_form_plugin' => $view->display_handler->get_plugin('exposed_form'), //exposed form plugins are used in Views 3
Cambiar el include/cache.inc en la linea 42:
 
Desde
 
if (isset($user->cache) && $user->cache > $cache->created) {
 
a
 
if (isset($user->cache) && $user->cache > $cache->expire) {
  // 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' );
 Nivel alto
<?php

function my_form($form_state)

{

  $users = array

  (

    array('uid' => 1, 'first' => 'Indy', 'last' => 'Jones'),

    array('uid' => 2, 'first' => 'Darth', 'last' => 'Vader'),

    array('uid' => 3, 'first' => 'Super', 'last' => 'Man'),

  );
  foreach(

$users as $user)

<?php

function my_form($form_state)

{

  $users = array

  (

    array('uid' => 1, 'first' => 'Indy', 'last' => 'Jones'),

    array('uid' => 2, 'first' => 'Darth', 'last' => 'Vader'),

    array('uid' => 3, 'first' => 'Super', 'last' => 'Man'),

  );
  foreach(

$users as $user)

Esta es una buena guía para crea una form en drupal 6
 
http://www.filmaffinity.com/es/film484248.html