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
Paste below:
This guide will run you through on how to disable member tooltip the efficient way without having to edit more than one template.
Guide
- Go to Admin CP > Appearance > Templates > Search: helper_js_global
Code:
<!--XF:JS-->
Code:
<xf:js>
XF.MemberTooltip = XF.Element.newHandler({
});
XF.Element.register('member-tooltip', 'XF.MemberTooltip');
</xf:js>