How to programmatically apply an image style in Drupal 08/06/2016 Antonio Jesús Mantis Benítez Drupal/PHP Developer The objective of this snippet is to enable you to render an image with code using a Drupal image style. $output = theme('image_style', array('style_name' => 'STYLE_NAME', 'path' => 'PATH_TO_IMAGE'));
Others Showing errors during the development José Antonio Rodríguez In Drupal 7, we can modify the configuration of the PHP to maximize the level of error notifications. Read article Showing errors during the development La Drupalera jarodriguez
Otros Creación de término de taxonomía en Drupal 8 José Antonio Rodríguez Carvajal Creación de un término de taxonomía desde código, indicando el vocabulario donde irá. También permite jerarquizar si se rellena el parámetro “parent”. Read article Creación de término de taxonomía en Drupal 8 La Drupalera jacarvajal
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