By editor, 26 August, 2016 Tips for Form API of Drupal 8 Tags Drupal 8 Drupal 7 Code Form Add html after a field (#field_prefix and #field_suffix).
By editor, 24 August, 2016 Get Entity, Node, Taxonomy from URL Path Tags Drupal 8 Drupal 7 Drupal 8 Drupal 7 Get the node $node = menu_get_object(); Get Path alias $alias = drupal_get_path_alias();
By editor, 22 August, 2016 Change Drupal 8 text field maximum length Tags Drupal 8 Code Drupal 7 Database If there no data, You can use field_update_field (tested on D7) Like:
By editor, 18 August, 2016 Drupal 8 clean URLs on Virtualmin Tags Drupal 8 Server Error Probleme 1. Showing /index.php/clean_url_path
By editor, 11 August, 2016 BEF : Views Exposed filter Options Tags Drupal 8 Drupal 7 Views Group exposed fields of a view exposed form. Install the module "Better Exposed Filters" (BEF).[drush en better_exposed_filters -y] Go to : THE_VIEW-> Advanced -> Exposed form Set : Exposed form style = Better Exposed Filters