comment.tpl.php displays node creator's name, not commenter's
LynnS - July 3, 2009 - 21:50
| Project: | Painted Wall |
| Version: | 6.x-2.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | couzinhub |
| Status: | closed |
Jump to:
Description
I fixed this by just swapping out a simple comment.tpl.php file from another theme. I believe this is the problem, on line 11:
<?php echo t('!date by !name', array('!date' => format_date($comment->timestamp, 'medium'), '!name' => theme('username', $comment))); ?>I understand it's a breakdown of $submitted, but it ain't workin'.

#1
Just downloaded/installed version beta2 .. it works fine for me.
Any modification you might have done ?
#2
Tested in BETA 3 - working ok
#3
Automatically closed -- issue fixed for 2 weeks with no activity.