Hi,

I would like to know if there is a possibility to change the maximal limit of characters used in the subject of comments,
because when I enter Subjects longer than 64, or so, characters I cannot type in more.
And if there is a way, I would like to know how to do it.

I appreciate your help,

Johannes

Comments

markj’s picture

It would be possible to lengthen the comment subject field by using form_alter() in a custom module, but the database field that holds the subject is only 64 characters long. I don't think you want to modify the database definition.

Good question though -- why can't the comment subject be as long as node title, 255 characters?