I just noticed a problem that I don’t seem to be able to track down.
The {author} and {name} variables are not being returned within my comment_entries tag.
I have a stripped down template that is just pulling in data and testing the edit_comments plugin.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{exp:edit_comments:javascript edit_link='includes/_edit_comments'}
</head>
<body>
{exp:comment:entries weblog="forums" sort="desc" limit="20"}
<p>By name should show up here >( {name} ) author here > ( {author} ) on {comment_date format="%Y %m %d"}</p>
{exp:edit_comments:wrap_comment comment_id="{comment_id}" author_id="{author_id}"}
{comment}
{/exp:edit_comments:wrap_comment}
{exp:edit_comments:edit_link comment_id="{comment_id}" author_id="{author_id}"}
<div class="posted">[{text}Edit Comment{/text}]</div>
{/exp:edit_comments:edit_link}
{/exp:comment:entries}
</body>
</html>
Its results are here.
Would someone have an idea as to how to address?
Thanks
Running ExpressionEngine 1.6.2
(1.6.3 Change Log does not refer to any updates that would affect what I’m seeing)
