[SOLVED][Drupal Pathauto] Automatic alias checkbox coming up on all pages by itself

| | 1 min read

A number of Drupal users were encountering a scenario in their Drupal site where the Drupal Pathauto automatic alias checkbox was coming up on all pages by itself. If you are a Drupal user facing the same situation in your Drupal site then read on to find out to know the cause of the issue and the easy workaround for the issue.

Almost all Drupal users encountering the scenario had installed the Drupal Jammer module in their Drupal installation which was causing the automatic alias checkbox to be displayed on all node pages. To solve the issue follow the solution that was implemented successfully by most number of Drupal users.

  • Implement hook_form_alter in one of your custom modules
  • Use
    $form['path']['#access'] = FALSE;

Hope that helps.

The easiest way to solve a Drupal issue is to hand it to the Drupal experts. We can provide a wide range of Drupal services to help you maintain and manage your Drupal websites. Get in touch with us to know more.