I tried to duplicate a Conversation Unread Count at the userbar.
I use this code:
When I press mark as unread for a conversation, the original inbox showed 1 unread count.
But for my user bar, it still show 0. In other words, it didn't update Live.
Any idea?
I use this code:
Code:
<strong class="itemCount {xen:if {$visitor.conversations_unread}, 'alert'}">
<span class="Total">
{xen:number $visitor.conversations_unread}
</span>
<span class="arrow"></span>
</strong>
When I press mark as unread for a conversation, the original inbox showed 1 unread count.
But for my user bar, it still show 0. In other words, it didn't update Live.
Any idea?