• Report Links
    We do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.

[JoyFreak] Disable Member Tooltip


🦊 DNSProxy Layer 7 DDOS Protection 🥷 / DMCA Ignored 🫡 / Advanced Browser Checks 🕸

XMAN

Well-known member
Joined
Jul 12, 2021
Messages
33,393
Reaction score
248
Points
63
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