Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Are you referring to little marker we have built into XenBase as an option?
<li id="{$messageId}" class="message
<li id="{$messageId}" class="message <xen:if is="{$message.user_id} == 2">customMessage</xen:if>
<li id="{$messageId}" class="message <xen:if is="in_array({$message.user_id}, array(2, 3, 4))">customMessage</xen:if>
<div class="messageInfo primaryContent">
<xen:if is="@xb_adminPostIndicator">
<xen:if is="{$message.isNew} AND !in_array({$message.user_id}, array(1, 2))"><strong class="newIndicator"><span></span>{xen:phrase new}</strong></xen:if>
<xen:if is="in_array({$message.user_id}, array(1, 2)) AND {$message.isNew}">
<strong class="adminPostIndicator"><span></span>@xb_newAdminPost_phrase</strong>
</xen:if>
<xen:if is="in_array({$message.user_id}, array(1, 2)) AND !{$message.isNew}">
<strong class="adminPostIndicator"><span></span>@xb_adminPost_phrase</strong>
</xen:if>
I too wondered about this. Excellent.I would like to be able to post "admin posts" and have them highlighted as such, but keep them separate to personal posts. I've created a new account but the tab appears for all admin accounts. How can I turn it on/off on a per admin account level please?