BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24787

    Hi Roger,
    Welcome to BuddyDev.

    I believe WC Multi Vendor and Dokan both have support for selling from profile via their pro addons.

    The problem you will face is showing products from one site on another site of the network. WooCommerce is specific to a site on the network and unless there is some explicit support(using switch_blog/restore_current_blog, You will have issues showing the products from one site on another.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    Brajesh Singh on in reply to: [Resolved] Group Members Temporary Friendships #51209
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24787

    Hi,
    Thank you.

    Please upgrade to 1.4.1 and put this in your bp-custom.php

    
    // enable multilingual tab support.
    // it allows associating a tab to a wpml language.
    add_filter( 'bpptc_enable_wpml_support', '__return_true' );
    
    

    It will show a “Scope: Language” section on the right side of tab creation/edit page.

    If you do not select a language for a tab, It will apply to all languages. If you select a language, It will be scoped to that language.

    I lack access to WPML and used their API. Have tested with the dummy data but I am unable to verify if it works or not. Please give it a try and let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    Brajesh Singh on in reply to: Member Gallery Names #51192

    Hi,
    The editing issue seems like a but bug with BP 12.0 compatibility.

    We will push an update next week for the BP 12.0 compatibility. For the time being, Please use it with BP 11.4 or try BP classic addon to see if it works.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    Brajesh Singh on in reply to: re-engineer Branded Login #51187

    Hi Cordial,
    Thank you.

    Please check back in late January. We have no plan to revive the branded login but there is a better solution coming.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24787

    Hi Bruno,
    Hope you are doing well.

    I looked through it and it is not feasible to implement it currently as the complete experience requires implementing pending profiles queue(table) and then the screens for approving/rejecting.

    We will have a solution next year for something similar.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    Brajesh Singh on in reply to: Buddyboss Badges Add-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

  • Keymaster
    (BuddyDev Team)
    Posts: 24787
    Brajesh Singh on in reply to: How can I change all my page titles back to H1? #51183

    This is a bad idea.
    My suggestion is to find what is causing the issue. It is not caused by BuddyPress.

    If you are able to locate the source of issue, you can reach out to the developers for a proper solution.

    Regards
    Brajesh