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: 25472
    Brajesh Singh on in reply to: Buddyblog limit submissions addon suggestion #43635

    Hi Tosin,
    Thank you for reminding. Our priorities have changed and this addon for BuddyBlog is not in our priority list currently.

    We do plan to create it sometime sin the future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: BuddyPress User Profile Tabs Creator Pro #43611
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Buddypress Auto-Follow from other registeration page #43609

    Hi Iken,
    Here is the code that will automatically make the user follow their sponsors. Please put it in your bp-custom.php

    https://pastebin.com/aveM7v2d

    Let me know if it works for new registrations or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Buddypress Auto-Follow from other registeration page #43606

    Hi Iken,
    At BuddyDev support forums, we do not offer custom services. Your requirements are not related to our plugin.

    You are looking for custom integration with 3rd party plugins which we do not provide.I do hope to assist you partially with it in my free time but a full integration support is not feasible.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Tosin,
    Please upgrade to 1.2.5 and let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi Tosin,
    Please upgrade to 1.2.5 and let me know if it works for you or not?

    Regards
    Brajesh

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

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