• Resolved JosiahW

    (@josiahw)


    How can I make BadgeOS display users badges earned across multisites?

    I have multiple multisites. One for our community which is BuddyPress, one for education which uses sensei, one for our blog, etc etc

    If a user earns a badge on one site will that badge display on their user profiles on the other sites as well? If not how can I make this possible?

    https://wordpress.org/plugins/badgeos/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    What method are you trying right now?

    If you’re using the [badgeos_achievements_list] shortcode, there is a multisite parameter you can use, that should query and display for all of the sites in the network.

    Thread Starter JosiahW

    (@josiahw)

    I am trying to show each users earned badges on their profile page. If a user clicks on another users profile it shows them what badges that user has earned on all sites.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hmm.

    Sounds like it’d need to be a custom solution since I can’t think of any built-in drop-in snippet that will handle this, especially with the displayed user on the page as opposed to the current logged in member.

    Something I’d like to get into a future release is a more surefire way to display achievement information for a user across multiple sites that is easy to use.

    One of the biggest problems is that we would need to gather up as much data as we can from within each subsite before returning to the originating request, because we wouldn’t be able to query for extra data ahead of time. due to each site in the network having its own posts/postmeta tables.

    I believe we have some functions that try that, but I think I’ve seen weak areas that would need to be refined as well.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Any changes or further questions for this one Josiah?

    Thread Starter JosiahW

    (@josiahw)

    No, good to close out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Users across Multisite’ is closed to new replies.