this link is very unnecessary for guests. how to disable it? I still want the usernames, just not the link to the reactions popup. the reactions_summary template doesn't give any clues on how to do this
I do not know if I understand you right try
Edit template: PAGE_CONTAINER
between head tag
<xf:if is="!$xf.visitor.user_id">
<style>
.message .reactionsBar {display: none;}
</style>
</xf:if>
Sorry I was not clear. In each post, there is the reaction summary list. It is a link that opens up a reaction summary popup which lists out all the users. I just want it unlinked, not hidden. thanks!