Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 4.0.0
-
Fix Version/s: None
-
Component/s: Article Comments
-
Labels:None
-
Environment:juice.lab.sourcefabric.org
Description
Inside list of article_comments, value of reader_email is moderator's email, instead of submitted value from the comment form.
in other workds, this code:
{{ list_article_comments order="bydate asc"}}
<p>$gimme->comment->reader_email: {{ $gimme->comment->reader_email }}</p>
{{ /list_article_comments }}
returnsthis result:
$gimme->comment->reader_email: admin@juiceblog.com
$gimme->comment->reader_email: admin@juiceblog.com
$gimme->comment->reader_email: admin@juiceblog.com
$gimme->comment->reader_email: admin@juiceblog.com
in other workds, this code:
{{ list_article_comments order="bydate asc"}}
<p>$gimme->comment->reader_email: {{ $gimme->comment->reader_email }}</p>
{{ /list_article_comments }}
returnsthis result:
$gimme->comment->reader_email: admin@juiceblog.com
$gimme->comment->reader_email: admin@juiceblog.com
$gimme->comment->reader_email: admin@juiceblog.com
$gimme->comment->reader_email: admin@juiceblog.com