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 Parsing GET/POST parameters into an array Juan Jesús Trigo Parsing GET/POST parameters into an array. Read article Parsing GET/POST parameters into an array La Drupalera jjtrigo
Others Change the theme of your portal with Drush Pepe García The objective of this snippet is to teach you how to change the theme of your portal through Drush with vset. Read article Change the theme of your portal with Drush La Drupalera José García García
Others Problem installing composer on ubuntu with php versions Cristo Perera Rincón The problem I raise is due to duality of php (cli), which means several versions of php are installed in our computer. Read article Problem installing composer on ubuntu with php versions La Drupalera cperera