Drupal 6: In the form where comments are added, hide the username+label since the user already knows who he is.

Usage: install the module.
Configuration in settings.php:
$conf['comment_hideusername_hide_subject'] = TRUE; // hide the subject too ?

Related Modules: You can use a more complete module like nodeformsettings to allow hiding of the username and many other user hook_alter_hacks.

Drupal 7: To hide the comment subject, you dont need this it can be configured in core. You'll still need it to hide the username though.

Project information

Releases