Adam Howard
Well-known member
I've not yet tested this on XenForo 1.2Ok I am thinking to update my site to 1.2
Is there anything i need to do? with regards this modification working?
Suggest you try it first on a test site.
I've not yet tested this on XenForo 1.2Ok I am thinking to update my site to 1.2
Is there anything i need to do? with regards this modification working?
.messageUserInfo {
float: none !important;
width: auto !important;
}
.messageUserBlock div.avatarHolder .avatar img {
width: 48px;
height: 48px;
}
.Responsive .messageUserBlock div.avatarHolder
{
float: left;
padding: 5px;
}
.messageUserBlock h3.userText {
margin-left: 64px;
}
.messageUserBlock {
overflow: hidden;
margin-bottom: 5px;
position: relative;
}
.messageUserBlock .userBanner
{
max-width: 150px;
margin-left: 0;
margin-right: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
position: static;
display: inline-block;
}
.messageUserBlock a.username {
padding-top: 2px;
}
I've not tested this in 1.3.x as of yet.... Let me get back to you on this....Image not see on 1.3.0
<xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
<div class="avatarHolder">
<span class="helper"></span>
<xen:avatar user="$user" size="m" />
<!-- slot: message_user_info_avatar -->
</div>
</xen:hook>
<xen:follow user="$user" class="Tooltip" style="background: url('styles/followme.png') no-repeat 8px center; padding:5px; text-align:center; display:block; font-weight:bold;" />
<xen:if is="{xen:helper isIgnored, $user.user_id}"><a href="{xen:link members/unignore, $user}" class="FollowLink">{xen:phrase unignore}</a><xen:elseif is="{$canIgnore}" /><a href="{xen:link members/ignore, $user}" class="FollowLink">{xen:phrase ignore}</a></xen:if>
<xen:follow user="$user" class="Tooltip" style="background: url('styles/followme.png') no-repeat 8px center; padding:5px; text-align:center; display:block; font-weight:bold;" />
<xen:if is="{xen:helper isIgnored, $user.user_id}"><a href="{xen:link members/unignore, $user}" class="FollowLink">{xen:phrase unignore}</a><xen:elseif is="{$canIgnore}" /><a href="{xen:link members/ignore, $user}" class="FollowLink">{xen:phrase ignore}</a></xen:if>
<xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
<div class="avatarHolder">
<span class="helper"></span>
<xen:avatar user="$user" size="m" />
<!-- slot: message_user_info_avatar -->
</div>
</xen:hook>
Updated this into an add-on for XenForo 1.3.xImage not see on 1.3.0
We use essential cookies to make this site work, and optional cookies to enhance your experience.