Is this possible? I’ve tried a lot of different things. I can get obviously show comments just from the current user, but I can’t get the initial results to filter in a way where an entry isn’t showed at all if there’s not a comment from the user.
Anyone point me in the right direction? For the sake of an example, I’ll put what I have below, but I obviously need another layer at the exp:channel:entries level to filter the output before it even gets to showing the actual comments.
{exp:channel:entries channel="channel1" disable="trackbacks|member_data|pagination" show_future_entries="yes" orderby="title" sort="asc" limit="8"}
<h2>{title}</h2>
<p> {exp:comment:entries entry_id="{entry_id}" comment_id="{comment_id}" sort="desc" orderby="date" limit="10" dynamic="yes" }<br />
<br />
{if logged_in_member_id == author_id}<br />
{comment}<br />
{/if}<br />
<br />
{/exp:comment:entries}<br />
{/exp:channel:entries}Moved to Community Help forum by Moderator