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!
Comments
Comment #1
crea commentedClosing all issues. Please reopen if still relevant with Node Comments 6.x - 2.x
Comment #2
arbel commentedstill and issue.
Comment #3
webwriter commentedSubscribe
Comment #4
jaxpax commented+1 on removing or alter prefix
Comment #5
userok commentedIt would be nice also. Anyone know a temporary or superficial solution to this?
Comment #6
userok commentedComment #7
userok commentedFor my particular case (my nodes are displayed using Contemplate module) I removed the first 4 characters using:
Comment #8
jaxpax commented@userok Thanks for the tip with the substr() function.
Comment #9
crea commentedIn 3.x comment types set up as "content" have full featured title.