[AH] Social Profiles

[AH] Social Profiles 3.0.0 Patch Level 2

No permission to download
Hi @Ozzy47. When you get a chance, could you try to add options to disable the tooltip and re-arrange the order of icons?

Also requesting all the main social networks to be added: Instagram/TikTok/Telegram/Reddit. And an updated X icon, please :)
 
Last edited:
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?

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.

1724600168144.webp

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.
 
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.
Could it possibly be dragonbyte's shop addon that adds little icons on the postbit?
 
I have refreshed the add-on by making the following changes:
  • Updated or tweaked the icons to match the networks' brand guidelines
  • Updated profile links (Epic, Blizzard, and EA now link to Exophase profiles)
  • Added Telegram, Reddit, Instagram, and TikTok.
  • Renamed Origin to EA
  • Renamed Guidled.gg to Guilded
  • Removed Facebook Gaming and Oculus (both are discontinued by Meta)
  • Removed Skype due to lack of use
  • Removed non-working links to Discord profiles
  • Changed the visual effect that colored icons white to a semi-opaque background, which works better for complex SVGs and gradients
  • Added a visual transform effect to icons on hover
Note that I only edited the public templates and did not touch admin templates or installation files. In order for Epic, Blizzard and EA banners to show, the add-on installation files will need to be updated.

icons.webp

Instructions:
  • Install the 3.0.0 Patch Level 1 version of this add-on
  • Replace the contents of the ah_gamerprofiles_svg and ah_gamerprofiles_macros templates with the contents of the attached files
  • In 'Custom user fields,' create telegram, reddit, instagram, and tiktok
  • Under Style properties > [AH] Gamer Profiles, change 'Steam icon color' to #FFF
  • Under Style properties > [AH] Gamer Profiles, uncheck the 'Unify icon colors when user has a profile banner' option
  • Under Style properties > [AH] Gamer Profiles > Message user info container, remove all code from the "Freeform CSS/LESS code" field
  • Add the following to your extra.less:
Code:
/*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);
}
 

Attachments

Last edited:
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.

I would love to use this plugin if they update to 2.3
 
I would love to use this plugin if they update to 2.3
Me too.
2.4 is coming and most add-ons aren't compatible with 2.3.
Being on latest version comes with a massive drawback.

Idk if xenforo can do something for all add-ons whose only issue is jQuery removal? (if that's even a thing)
 
I'll happily pay for gitlabs, github & roblox profiles to be added on this plugin. I am encountering an issue with the plugin as well if you could assist in DMs.
 
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.
 
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.
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 have fixed the gamer profile popup issue in 2.3. Converted existing code to JavaScript and had to rewrite the CSS involved. Will release this update in the next few days. There are some other things I need to address such as changing the icon color for dark mode.

I'll probably ending up releasing a point version update addressing these issues and then work on adding any other requests people have.
 
Matt C. updated [AH] Gamer Profiles with a new update entry:

[AH] Social Profiles 3.0.0 Patch Level 2

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.

Read the rest of this update entry...
 
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?
 
Last edited:
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?
BlueSky.
 
@Matt C. Also Matt, Can you please try to fix the issue/conflict with vanity URLs?

Eg: https://www.revillution.net/smokey/ is my profile's URL on my site.

When you click "Gamer cards" it doesn't load them, but instead reloads the page within the iframe.

I know it's because of the vanity URL because when I disable that, it works. The add-on is

[tl] Profile Vanity URL .​


If needed, I can get a copy to you for testing/fixing. Thanks!
 
Everyone, I apologize but there is a slight issue with the gamer card popup. Text in the post will overlap the gamer profile popup. I forgot to add "z-index="1" in the CSS when rewriting it.

For a quick fix please add this to extra.less
Code:
.ah-gp-profile {
    z-index: 1;
}

You can also just add it to the ah_gamerprofiles.less template and it will be overwritten/fixed in the next update.

Again, sorry guys.
 
Back
Top Bottom