---
title: "Disabling Comment Titles for Users in Drupal"
description: "One of the different settings you can adjust for your comments is the comment title, or the subject. By default, members are allowed to enter a title, or subject for their comment. If no subject..."
url: https://www.inmotionhosting.com/support/edu/drupal/disable-title/
date: 2013-11-21
modified: 2023-10-12
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Disabling Comment Titles for Users in Drupal

One of the different settings you can adjust for your comments is the *comment title*, or the *subject*. By default, members are allowed to enter a title, or subject for their comment. If no subject title is entered, then one will be created by using the first 29 characters of the body of the comment. If you wish to make this the default setting, simply follow the instructions below.

## How to Disable Comment Titles for Users in Drupal

1. [Log into your Drupal admin interface](/support/edu/drupal/logging-into-drupal8-dashboard/).
2. [![](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-menu.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-menu.png) Look to the top menu bar on the page and click on the **Menu** tab.
3. [![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-structure.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-structure.png) A second menu bar will appear. From there, click on the **Structure** option.
4. [![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-content-type.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8__common-images_select-content-type.png) From the *Structure* screen, find and click on the **Content Types**.
5. [![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_1-select-manage-fields.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_1-select-manage-fields.png) The next screen is the list of content types currently in use on your site. Click on the **Manage fields** link on the dropdown to the far right of the row for the content type you want to adjust. In this case, we will be working with the *Article* type.
6. [![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_2-select-comment-edit.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_2-select-comment-edit.png) This is the *Article Settings* page. This lists the various fields that are in use for the *Article* content type. Click on the **Edit** link from the dropdown on the right for the *Comment Settings* row.
7. [![the configuration screen for the module](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_3-disable-title.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_3-disable-title.png) This is the *Comment settings* page. Look for the *Comment Form Settings* area and uncheck the checkbox entitled **Allow comment title**.
8. Once the setting has been disabled, click on the **Save settings** button at the bottom to activate the change. Here you can see that when disabled, the member will not be given the choice of entering a custom subject or comment title when adding a comment. Before After [![menu list before the change](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_before.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_before.png) [![menu list before the change](https://www.inmotionhosting.com/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_after.png)](/support/wp-content/uploads/2013/11/edu_Drupal-8_107_disable-comment-title_after.png)
