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
No further development
No longer developed by its maintainers.- Project categories: Content editing experience
7 sites report using this module
- Created by boran on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.