D Derrick Kyle LeBrocq Member Mar 5, 2013 #1 Is there any way to disable the member card and go straight to the profile? If so, what is the code to do so? Thank you<3
Is there any way to disable the member card and go straight to the profile? If so, what is the code to do so? Thank you<3
Jake Bunce Well-known member Mar 5, 2013 #2 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. Upvote 0 Downvote
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.
AndyB Well-known member Apr 16, 2013 #4 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. Upvote 0 Downvote
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.
Dan Well-known member May 7, 2013 #5 http://xenforo.com/community/resources/remove-membercard-feature.1793/ Upvote 0 Downvote