Bradley Prout

Well-Known Member
upload_2017-6-26_19-3-58.png


Undefined FontAwesome icons how can i fix this?
 
Is your message_user_info modified at all? Specificlally this part:

Code:
                <xen:if is="@messageShowMessageCount AND {$user.user_id}">
                    <dl class="pairsJustified xbMessages">
                        <dt><xen:if is="@xb_fa_messageUserInfo"><i class="fa fa-comments fa-fw Tooltip" title="{xen:phrase messages}" data-offsetX="-6" data-offsetY="0"></i><xen:else />{xen:phrase messages}:</xen:if></dt>
                        <dd><a href="{xen:link search/member, '', 'user_id={$user.user_id}'}" class="concealed" rel="nofollow">{xen:number $user.message_count}</a></dd>
                    </dl>
                </xen:if>


We use the stock: messages phrase, double check that to make sure it's not modified either.
 
Actually looking at it we don't show text + icon by default so it was probably an edit you made. You'll need to modify the code again to stick the text right after the FA icon.
 

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