By navs on
Hi,
I'd like to show the Role below the commentor's name
For Example
Submitted by Joe, Teacher, School Name
How can this be done? I want to edit the current text below each comment such as
"Submitted by Joe on Mon, 12/08/2008 - 09:24"
This should instead be
"Dec, 08: Joe, Teacher, School Name "
Please help.
Thanks
Navs
Comments
I assume you have custom
I assume you have custom profile fields added for the title. You will then have to modify the comment.tpl.php and get the information from the custom fields. This is the code you could use:
Then you want to find this code in the comment.tpl.php:
Remove the print $submitted part and replace it with this:
That should do the trick.