[JoyFreak] Disable Member Tooltip

XMAN

Active member
Joined
Jul 12, 2021
Messages
19,648
Reaction score
43
Points
38
Description
This guide will run you through on how to disable member tooltip the efficient way without having to edit more than one template.

Guide
  1. Go to Admin CP > Appearance > Templates > Search:
    Code:

    helper_js_global
Find:

Code:

<!--XF:JS-->
Paste below:

Code:

Code:
<xf:js>
XF.MemberTooltip = XF.Element.newHandler({
});
XF.Element.register('member-tooltip', 'XF.MemberTooltip');
</xf:js>

Continue reading...
 
Top