Planet Drupal
Automatic Entity Label: Automatically generate entity titles in Drupal
When creating entities in Drupal, "Automatic Entity Label" module will help to automatically generate titles for entities such as nodes, users, or taxonomy terms based on entity tokens.
EXPORT and IMPORT Drupal DATABASE with DRUSH command
Drush is the ultimate tool for Drupal and it does a great job in situations where we want to import or export our Drupal database with "drush sql-cli" and "drush sql-dump" commands.
FIX Drupal Git Error: unable to unlink old (Permission denied)
One of the most common errors you might get while working with Drupal on local is "error: unable to unlink old...". Now let's go through this scenario and see why it happens and how to fix it.