diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index d573ed7..54256dd 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -32,6 +32,7 @@ tal:define="reply reply_dict/comment; depth reply_dict/depth|python:0; author_home_url python:view.get_commenter_home_url(username=reply.author_username); + has_author_link python:author_home_url and not isAnon; portrait_url python:view.get_commenter_portrait(reply.author_username); published python:wtool.getInfoFor(reply, 'review_state') == 'published';" tal:attributes="class python:'comment replyTreeLevel'+str(depth); @@ -40,8 +41,7 @@ tal:condition="python:canManage or published">
- -
@@ -69,12 +69,12 @@ Posted by Poster Name -