Is this compatible with 2.3? because its set tu 2.2+
Can we expect a 2.3.x update soon @Ozzy47 ?![]()
Yea, just tried installing it on a vanilla local 2.3 install, no errors show, but neither does the profiles. Any ETA on a 2.3 update?
Could it possibly be dragonbyte's shop addon that adds little icons on the postbit?Recently updated to Xenforo 2.3. From what I can see is that all works except for the hover which does not show the gaming profile card. After some digging, seems related to the jQuery removal in XenForo 2.3.
View attachment 309634
I managed to change the code to non-jQuery. The issue though is that elements with class ".ah-gp-profile" are not being selected. They just don't seem te be rendered?
Its beyond me now @Ozzy47 will have to have a look.
/*Special formatting of Gamer Profile icons for users with banners*/
.memberHeader--withBanner .ah-gp-icons-container:not(:empty),
.memberTooltip--withBanner .ah-gp-icons-container:not(:empty){
background-color: rgba(255, 255, 255, 0.8);
line-height: 0;
padding: 2px 5px;
display: inline-block;
}
.memberHeader--withBanner .ah-gp-icon svg,
.memberTooltip--withBanner .ah-gp-icon svg
{
margin: 3px 0;
}
/* Scale Gamer Profile icons on hover */
.ah-gp-icon svg {
transition: transform 0.3s ease-in-out; /* Smooth transition */
}
.ah-gp-icon svg:hover {
transform: scale(1.2);
}
Recently updated to Xenforo 2.3. From what I can see is that all works except for the hover which does not show the gaming profile card. After some digging, seems related to the jQuery removal in XenForo 2.3.
View attachment 309634
I managed to change the code to non-jQuery. The issue though is that elements with class ".ah-gp-profile" are not being selected. They just don't seem te be rendered?
Its beyond me now @Ozzy47 will have to have a look.
Hint hint. Would pay.I would love to use this plugin if they update to 2.3
Me too.I would love to use this plugin if they update to 2.3
I managed to change the code to non-jQuery.
Would love Roblox profile support & Github profile support. Willing to compensate of course, DM me if you'd be interested. I haven't noticed any bugs on my forum as of yet.I’m taking this add-on back from Painbaker, since it’s been abandoned (again).
I’m open to updating it since I now have a bit more free time.
I would like everyone that is interested in this to post any requests they have, and what bugs are present in 2.3. That way I can consolidate a list of what I need to do.
Please don’t expect this update to be quick. I don’t have as much free time as I used to (made this in high school), but I’ll be working on it.
haven't noticed any bugs on my forum as
2.3.6What version of XF are you on?
This update addresses 2.3+ incompatibility.
1. Gamer profile popup now works again.
2. Icons now have style variation support and will change color depending on light and dark mode. Default color for dark mode is white, but can be changed in style properties
3. There is a new option in the style properties to style the icons in the post bit better using justify-content.
4. Name changed to Social Profiles. This is purely a name change, underlying code and naming schemes remain the same.
BlueSky.I was able to get this update out quicker than I thought. The new update pretty much only addresses 2.3 incompatibilities, aside from one new feature.
I plan on updating the profiles and adding new ones in a later update. Here is what is on my to-do list so far.
1. Update Twitter/X
2. Update some icons like Facebook and Steam
2. Remove Facebook Gaming
3. Add Reddit, Kick, Trovo. Gitlab, Github, and Roblox
Any others that I'm missing?
.ah-gp-profile {
z-index: 1;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.