If you use default BP theme just replace that line after class=”comment-meta” to:
http://pastebin.com/LMbh4mwQ
However, I don’t know how to do same with group forums. Any ideas?
Thanks for the suggestion @wceolin
I found the following in functions.php which seems to be the code I need to replace:
`
`
I don’t know how to replace the code in functions.php – I’m happy to look up how to do that, but before I do I just wanted to check this is definitely the code I need to replace and I’m not barking up the wrong tree!
<?php
/* translators: 1: comment author url, 2: comment author name, 3: comment permalink, 4: comment date/timestamp*/
printf( __( ‘%2$s said on %4$s‘, ‘buddypress’ ), get_comment_author_url(), get_comment_author(), get_comment_link(), get_comment_date() );
?>