Closed (fixed)
Project:
Golden Hour
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Feb 2007 at 12:46 UTC
Updated:
17 Apr 2007 at 14:23 UTC
When using the Golden Hour theme blog comments all show the author as anonymous, even for logged on authorized users. This may or may not be a Firefox only problem. I cannot confirm if it is also an IE problem. I did not test for other node types. Garland and several other themes show the correct authors for blog comments and they are correct in the database.
Still love this theme. We need to make it perfect.
Have a look.
Comments
Comment #1
jwolf commentedMy mistake. The comment username is being pulled from $node instead of $comment.
To fix this change line number 6 of comment.tpl.php from:
to
Just replace $node with $comment
I will add this fix to the next official release. In the meantime you can grab the latest development snapshot dated on or after Feb 28th.
Thanks!
Comment #2
jwolf commentedComment #3
jwolf commentedThis has been fixed with the relase of the 5.x.2.2 version.
Comment #4
jwolf commented