Getting the complete route of a file 15/02/2016 Juan Jesús Trigo Drupal/PHP Senior developer In Drupal 7: // Load data file from fid. $file = file_load($fid); // Create external url from uri. $external_url = file_create_url($file->uri);
Fields Eliminating text resizing Juan Jesús Trigo Eliminate the possibility of completely resizing the texts. Take out the “grippies” of Drupal just like the resizing of the html component. Read article Eliminating text resizing La Drupalera jjtrigo
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
Forms Hiding the CKEditor Diego Marrufo Rodríguez This snippet disables the rich text in Drupal 7 for all the fields of type text or large text. Additionally, it disables the CKEditor toolbar like the selection of the text format Read article Hiding the CKEditor La Drupalera dimaro