[AH] Social Profiles (legacy)

[AH] Social Profiles (legacy) 3.1.5

No permission to download
seems to be cards are still popping behind certain elements like images from giphy addon

z-index issue maybe?
 
seems to be cards are still popping behind certain elements like images from giphy addon

z-index issue maybe?

Would mind DMing me a link to your site so I can look. I just tested on my forum and it works fine.

For anyone else, his issue was with @BassMan's Sticky Post Bit modification. The fix is to add z-index: 1 to .message-user.

Code:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: sticky;
        top: 37px;
        z-index: 1;

        .message-userArrow {
            right: -11px;
        }
    }
}
/**********/
 
Last edited:
For some reason the Twitter/X and Facebook options are not there when I go to edit my profile. All of the other sites are there? They are all enabled in the ACP.

@Matt C.
 
Last edited:
Just click on the field in custom user fields. They're under the User tab on the left navigation.


Weird. They are all there except those two.
IMG-3793.jpg
 
The Facebook and Twitter fields are default in XF. I think I remember reading they no longer ship with those on new installs.

Regardless, just add them back. Make sure the field ID's are "twitter" and "facebook".
 
The Facebook and Twitter fields are default in XF. I think I remember reading they no longer ship with those on new installs.

Regardless, just add them back. Make sure the field ID's are "twitter" and "facebook".
thanks worked perfectly
 
Hey @Matt C. Is it possible to add EA username to the list as many games are now cross platform?

Sorry the origin option shows the EA logo but the icon in the profile doesn't link to anything specific or username doesn't come up.
 
Last edited:
I've been working on a fully featured rewrite of this add-on that finally does away with using custom user fields, allowing you to manage the social profiles through the admin control panel instead of templates including sorting and importing/exporting functionality.

brave_screenshot_localhost.webpbrave_screenshot_localhost (1).webp

Major differences
  • Admin-managed social profiles with sorting, importing and exporting
  • Dedicated social profiles tab on member profiles (in addition to gamer cards)
  • Supports regex validation
  • Individual profile edit and view permissions
  • Easy icon management with FontAwesome, SVG, or image upload
  • Automatically imports existing custom user fields for easy migration
This will be released as a new add-on and will not be free anymore (Price TBD), however the current version will remain listed, just no more updates. Since, I will be charging for this, regular updates will be prioritized going forward when needed. I'm taking feedback now if anyone has any suggestions.
 
Back
Top Bottom