Member card removal

You can disable all overlays with this:

Admin CP -> Appearance -> Style Properties -> Overlays and Tooltips -> Enable Overlays

Or to completely remove the overlay trigger for usernames and avatars you need to edit:

js/xenforo/xenforo.js

Find and remove the red code from the register:

Rich (BB code):
XenForo.register("a.OverlayTrigger, input.OverlayTrigger, button.OverlayTrigger, label.OverlayTrigger, a.username, a.avatar","XenForo.OverlayTrigger");

Then refresh the page to get the latest js.
 
Thank you for the information in post #2 Jake.

It would be wonderful to see this a switch in the Admin CP, but having instructions to quickly hack the code is awesome.
 
Top Bottom