I’m having an issue where the {member_group_id} tag isn’t working in the Comment Entry Tag. The tag doesn’t get replaced with anything.
Here is the code I’m using to test:
{exp:comment:entries sort="asc" limit="20"}
{if count == "1"}
<ol>
{/if}
<li id="comment-{comment_id}">
<cite>{author}:</cite>
{member_group_id}
{comment}
</li>
{if count == total_results}
</ol>
{/if}
{/exp:comment:entries}Thanks,
- Chris