BuddyDev

Search

Replies

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

    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: 25130
    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: 25130
    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: 25130
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    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: 25130
    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: 25130
    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    Hi,
    I am sorry for the delayed reply. You can overwrite the lightbox single template if needed to add any extra data. If you have suggestion about the position of the “View original”, Please let me know and I will add it.

    At the moment, we are sorry but we are unable to add support for your second request(ability to click on single image and open in lightbox). It does not add much value and the implementation will need significant amount of time. We can do it in one of the future major versions though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: [Resolved] Group Members Temporary Friendships #51181

    Hi Dianne,
    I am sorry, I could not assist earlier.
    I will post a solution in next 24 hours.

    Thank you
    Brajesh