[F.A] Walky updated 🔥 [Foro.Agency] Colored Username Everywhere with a new update entry:
Fixed bug
Read the rest of this update entry...
We are using statistics addon shown in the screenshot:
We have 2 tabs:
1. Latest threads, in this tab the usernames displayed with colored and everything is normal, this is the code:
Code:
<div class="listBlock itemDetail itemDetailName">
<xf:username user="$thread.User" rich="true" />
</div>
2. Latest posts, in this tab the usernames displayed without color, this is the code:
Code:
<div class="listBlock itemDetail itemDetailName">
<xf:username user="{$thread.last_post_cache}" rich="true" />
</div>
Why first code is giving colored usernames while the second is not?