CarpCharacin

Registered
I just updated my site to XenForo 1.5.12 and there were two outdated templates that I merged with the parent version. Now the online status indicator is missing on avatars.
 
You probably merged incorrectly.

The top of the template should look like:
Code:
<xen:require css="message_user_info.css" />

<div class="messageUserInfo" {xen:if $user.user_id, 'itemscope="itemscope" itemtype="http://data-vocabulary.org/Person"'}>
<div class="messageUserBlock {xen:if $user.isOnline, online} {xen:if @xb_animated_online, 'xbOnlineAnimated', 'xbOnlineRegular'}">
   <xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
       <div class="avatarHolder">
           <span class="helper"><span></span></span>
           <xen:avatar user="$user" size="@xb_avatarSize" img="true" />
           <xen:if is="{$user.isOnline}"><span class="Tooltip onlineMarker" title="{xen:phrase online_now}" data-offsetX="<xen:if is=" @xb_animated_online">-10<xen:else />-22</xen:if>" data-offsetY="-8"></span></xen:if>
           <!-- slot: message_user_info_avatar -->
       </div>
   </xen:hook>

<xen:if is="!{$isQuickReply}">

This is updated for 1.5.12, we'll be pushing out an official update shortly.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back