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

    Thank you for confirming Linda.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi JJ,
    Thank you for confirming.

    I am glad it worked properly 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Members without profile picture #28172

    Hi Laurent,
    Thank you for the patience.

    Please add this to your bp-cusotm.php and let me know if it works or not?

    
    
    add_action( 'bp_after_has_members_parse_args', function ( $args ) {
    
    	if ( bp_is_members_directory() ) {
    		$args['meta_key']   = '_has_avatar';
    		$args['meta_value'] = 1;
    	}
    
    	return $args;
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi John,
    I had a look.

    Since you are using CSS Grid, I do not see a way to move it(as it is inside a different contaioner).

    The solution is to modify the posting form yourself.

    Please copy form.php form wp-content/plugins/bp-simple-front-ed-post to yourtheme/feposting/form.php

    and modify the markup.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Eamon,
    Thank you for the patience.

    Please upgrade to 1.2.9. It adds the markup compatible with BuddyBoss.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Please use the following css

    
    body.mediapress #primary{
    
      padding: 0;
    }
    
    

    That should fix it.

    Regards
    Brajesh

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

    Hi Linda, JJ
    Thank you for the patience.

    Please upgrade to 1.0.3

    Now, you can select link target from plugins settings(Dashboard->Settings->Activity Plus).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: This plugin not work with other themes? #28156

    Hi Kino,
    Thank you.

    1. Why we do not use a settings page and instead use the customizer

    Please see. This is the recommended way.

    https://developer.wordpress.org/themes/customize-api/

    2. We can make a control panel like most of the BuddyPress themes do. It is a simple task( most of the themes are using a modified version of the Redux framework(even BuddyBoss uses this)). We did use it in past but it is not something we want to do it in future.

    I know this change might not feel good for some who are accustomed of the old framework/panel, but this is for the better.

    3. Unlike the plugin, Community Builder advertises itself as a framework and to change the colors/layout/most of the thing, you do not need to know css or modify css.
    The live customizer allows you to preview the changes and update.

    4. I believe You are right, BuddyPress activity experience needs to improve. We have worked on to improve it and in future, we will be doing a lot more.
    We plan to change the way BuddyPress themes work. I know that Community Builder is not for everyone, that’s why we have 4 more themes lined up. They will suit the specific needs better as they focus on design and are not framework.

    I am pretty sure the current set of features we have offered(notifications/messages/profile cover/activity media/emoji/giphy etc), no other theme has(BuddyBoss theme does have emoji/giphy if you use BuddyBoss platform plugin instead of BuddyPress).

    We look forward to push this more (and I hope others will follow).

    Please keep checking our themes till August this year and be part of the change.

    Regards
    Brajesh