comment hideusername

Categories

Component ID

855932

Component name

comment hideusername

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

4116

Component created

Component changed

Component body

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.