Can we have the option to remove the "Re: " prefix from comment titles in the admin interface?
friolator - September 15, 2009 - 13:31
| Project: | Node comments |
| Version: | 6.x-2.0-beta1 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Right now this is hardwired into nodecomment.module at line 434:
<?php
// Set up an automatic title
$re = t('Re: ');
?>The problem is that not all of our comments are actually comments -- that is, in most instances we're using nodecomments as a way to allow people to rate nodes using the fivestar module, so each comment is really a Review that has standard drupal comments attached to it. In that case, having "Re: " in front of the title of a review doesn't really make sense because it's not in reply to something. We'd like to be able to set this on a case by case basis for different content types, because in the case of actual comments, we do want this prefix.
thanks!
