I've come across the issue that Taigachat doesn't seem to pick up the effects that the username styling from the shop should apply. Any chance I can get a fix for it?
Just did some digging, I found a solution Template to Edit: dark_taigachat_list Find the line beggining with <a {xen:if $message.user_id, 'href="{xen:link members, $message}" '}class="username" itemprop="name">....... EDIT that entire line to this <a {xen:if $message.user_id, 'href="{xen:link members, $message}" '}class="username" itemprop="name"><xen:username user="$message" rich="true" /></a><xen:if is="!{$message.me} && !{$message.activity}">:</xen:if> I've highlighted the important part.