Enabling context in a panel plugin 17/02/2016 Leandro Luvigne Backend Developer In Drupal 7: /** * Plugin definition. */ $plugin = array( 'title' => t('TITLE'), 'category' => t('CATEGORY'), 'render callback' => 'callback_render_function', 'all contexts' => TRUE, // Enables the context of the panel );
Contexts Modifying weight blocks in context Pepe García How modify weight blocks in context, useful when two contexts execute in the same route. Read article Modifying weight blocks in context La Drupalera José García García
Otros Cómo solucionar el bloqueo del 'autoplay' de Chrome en Drupal Juan Delgado Salmerón Llegas a tu puesto de trabajo como cualquier otro día, inicias tu proyecto Drupal para ponerte manos a la obra y, de repente, te e Read article Cómo solucionar el bloqueo del 'autoplay' de Chrome en Drupal La Drupalera Jdelgado
Users Reset the administrative user password with Drush in Drupal 7 Antonio Jesús Mantis Benítez In this snippet we will reset the Drupal administrative user password using a Drush command Read article Reset the administrative user password with Drush in Drupal 7 La Drupalera ajmantis