How Display User's Badges on Member Page Without Member Card?

I’m having trouble with

Displaying a user’s badges on the My Account page without having to include the Member Card part of the widget

Working in
Wix Studio Editor

What I’m trying to do
Describe the goal or outcome you’re hoping for

What I’ve tried so far

Read the forums, argued with the Wix help bot, web searching.

Extra context

I’m not super experienced with Wix, but am comfortable with code. So I’ll need help with where or how to insert a piece of scripting to make this work, but I’m not afraid to troubleshoot it once I know where it goes.

If it’s part of a widget, it means you’ll have to use the whole widget, or none of it - so you’re right to explore code :slight_smile:

We have a wide range of APIs available, and in this case, we’ll want to use the badgeAssignments APIs - Query Badge Assignments | API Reference - to query the badges a member has.

You may need to get the current member to use the member ID in the above API - which you’ll get via - Get My Member | API Reference

And then once you have the data, you can connect it to elements via frontend code. This article has more details about working within the code panel and how that works - Wix Studio: Working with the Code Panel | Velo

Thank you very much for getting me started, I really appreciate it!

I’ll take a swing at it this week. fingers crossed I only beat my head on one or two brick walls along the way :slight_smile: