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.
<xen:if is="{$message.is_admin}">
<strong class="newIndicator adminPostIndicator"><span></span><xen:if is="{$message.isNew}">@xb_newAdminPost_phrase<xen:else />@xb_adminPost_phrase</xen:if></strong>
</xen:if>
<xen:if is="{$message.is_moderator}">
<strong class="newIndicator modPostIndicator {xen:if $message.is_admin, 'adminPostIndicator',''}"><span></span><xen:if is="{$message.isNew}">New Mod Post<xen:else />Mod Post</xen:if></strong>
</xen:if>
.XenBase .modPostIndicator.adminPostIndicator {
display: none;
}
.XenBase .newIndicator.modPostIndicator {
color: #234a71;
background: #d7edfc;
border: 1px solid #a5cae4;
}