• Fixed gamer card popups not being positioned correctly 100% of the time on each member tooltip. I tested my solution on my localhost installation, my own forum, and another forum with many different users and different pages to make sure positioning was accurate 100% of the time.
Please let me know if there any issues after installing, but I'm confident this issue is fixed.
Sorry for the multiple updates, found a bug:
  • Fixed guests being able to see social profile icons in member tooltip, even with permission turned off for guests.
  • Separated style property for enabling social profile icons in member tooltip and member profile. The reason these were previously linked was because both icons had the possibility of displaying over a profile banner and the gamercard popup was not previously compatible with the member tooltip. But with the previous update fixing this problem, there is no longer reason to link both the member tooltip and member profile in one style property.
1756208487249.png

  • Further simplified the macros template by removing style property and permission checks and moving them to the template modifications.
  • No longer require dedicated custom CSS classes for member tooltip or member postbit. Now using XenForo classes to identify elements.

This should be the last update for a while, unless someone else identifies a problem.
Primarily a maintenance release:
  • Gamercard popup now relies entirely on CSS. Javascript code is removed.
  • Due this change, gamercard popups now work on boths the member tooltip and member profiles. Previously, the Javascript version would not work with the member card tooltips.
  • Macros template is simplified to accommodate these changes. No longer required to have two different macros for the icons. All places that have these icons, will use the same macros. This also make customizations easier if you are adding your own icons.
Back
Top Bottom