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
Others Trim string in Drupal 7 way Pepe García In this snippet we will know how to trim any string in Drupal way using the truncate_utf8 function. Read article Trim string in Drupal 7 way La Drupalera José García García
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 How to programmatically apply an image style in Drupal Antonio Jesús Mantis Benítez The objective of this snippet is to enable you to render an image with code using a Drupal image style. Read article How to programmatically apply an image style in Drupal La Drupalera ajmantis
Others Testing and creating a table Juan Jesús Trigo The objective of this snippet is to show if a table exists in the system and to create one if it does not already exist. Read article Testing and creating a table La Drupalera jjtrigo
Others Enable/Disable the administrator interface in specific paths Pepe García In the following code, the implementation of hook_admin_paths_alter() is shown to exclude or add the paths that we consider necessary or unnecessary to show with the administrative theme. Read article Enable/Disable the administrator interface in specific paths La Drupalera José García García
Others Importing data from a CSV file Diego Marrufo Rodríguez For that, you should create a PHP file (For example, in the DOCUMENT_ROOT of Drupal) and include the source code that indicates continuation. Read article Importing data from a CSV file La Drupalera dimaro
Others Solve the ‘Segmentation Fault’ error using Drush Rafael Vergara The objective of this snippet is to try to eliminate the ‘Segmentation Fault’ error which appears when any Drush command runs. Read article Solve the ‘Segmentation Fault’ error using Drush La Drupalera rvergara
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 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