Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: xprofile search #43601
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Abhist,
    Welcome to BuddyDev support forums.

    This is not a good way to achieve it as it might cause complications where the tables might have been used directly(instead of using the table name on BP object).

    Still, if you know how to find the language code, you can adapt the following code to modify tables

    
    add_filter( 'bp_xprofile_global_tables', function( $tables ) {
    
    	//$tables['table_name_data']  =  'my table name';
    	//$tables['table_name_groups']  =  'my table name';
    	//$tables['table_name_fields']  =  'my table name';
    	//$tables['table_name_meta']  =  'my table name';
    
    	// feel free to modify it here.
    	return $tables;
    });
    
    

    Please put this code in your wp-content/plugins/bp-custom.php and add the login to change your table name based on language conditions.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] rename bp-nouveau folder #43596

    Hi David,
    By hardcoding you are referring to the names of the css/js files? Once you have your own copy of the template pack, you control how the assets are loaded and from where, so you can rename them and update the code loading it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] Recherche plugin compatible #43595

    Hi,
    Welcome to BuddyDev forums.

    Thank you for your questions.

    1. Activity Polls:- We don’t have any plugin for that.
    2. For Points system:- Please try GamiPress plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] Profile page – sites #43594

    Hi Uros,
    If you are using BuddyPress with WordPress Multisite, you can enable the Blogs” component from Dashboard->Settings->BuddyPress->components scree and that tab will appear.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Eric,
    Thank you.

    The plugin supports BP Nouvea template pack.

    Please contact your theme author and request them to test for compatibility and provide a solution.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] rename bp-nouveau folder #43582

    Hi David,
    No, That would not eliminate the hard coding. That will make you the sole maintainer of that new template pack.

    The advantage is that in next BuddyPress update, your template pack will keep working. The disadvantage is that you will have to maintain and update this template pack on your own.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: YouTube and Tiktok Embeds on Mobile #43580

    Hi Lisa,
    Thank you for the post and the replies.

    The theme supports responsive embeds. Can you please share the code you used for embedding(Youtube embed as tiktok is not accessible in India)? In order to embed, you only need to paste the video url in the activity/post.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] Double account issue…!!! #43570

    You are welcome.

    Have a great day!

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Relationship between Member Types #43568

    You are welcome.

    1. No
    2. May be achievable but it is not part of the plugin.

    Regards
    Brajesh