xSean
Member
Noticed that any user that opts to hide their online status does not get added into $online.counts.unseen, so the "...and X more" phrase is never used.
Made sure to test this with the "widget_members_online" template as default.
Made sure to test this with the "widget_members_online" template as default.
Code:
<xf:if is="$online.counts.unseen">
<a href="{{ link('online') }}">{{ phrase('ellipsis_and_x_more', {'count': $online.counts.unseen}) }}</a>
</xf:if>
<xf:else />
{{ phrase('no_members_online_now') }}
</xf:if>