BuddyDev

Search

Buddyboss Badges Add-On

  • Participant
    Level: Initiated
    Posts: 5
    John Jarvis on #51114

    I have a lot of members and would like to upload each specific badges in csv file. Does anyone know the CSV header used and the syntax?

  • Keymaster
    (BuddyDev Team)
    Posts: 24238
    Brajesh Singh on #51184

    Hi John,
    My apologies for the delayed reply.

    If you have created badges on your site and want to associate with user you can import them into

    
    your_db_prefix_badge_relationships
    

    table. “your_db_prefix” is specific to your site.

    We are storing user_id, badge_id in this table and both are integer. Any csv file with 2 fields where first is for user_id and second is for badge_id will allow you to import.

    If you need to look for badge id, it is available in your_db_prefix_badges table.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved