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
    Brajesh Singh on in reply to: [Resolved] Members without profile picture #28201

    Hi Laurent,
    That’s good to know.

    Best Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: User view count partially not working #28199

    Thank you for the understanding. I am glad that is is working.

    We do assist with code but anything that needs more than 15 minutes of coding is beyond our forum support.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi James,
    Thank you.

    1. The function is defined in the same file. Please check line 561.
    Also, you are right about the toggle button. This needs to be updated. There is a solution though.

    You can set the panel visibility to ‘none’ like this

    
    
    add_filter( 'cb_panel_visibility', function ( $visibility, $user_scope, $panel ) {
    
    	if ( 'right' === $panel ) {
    		$visibility = 'none';
    	}
    
    	return $visibility;
    }, 10, 3 );
    

    and it will take care of it for the toggle as well as the panel.

    2. You are welcome. Yes, more document are coming in near future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Buddypress Giphy #28197

    Hi Linda,
    Thank you for the question.

    Are you using it with Community Builder Theme? BuddyPress Giphy/ BuddyPress Emoji are specific to our themes(current and upcoming).

    Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Members without profile picture #28188

    Hi Laurent,
    Thank you.

    Currently BuddyPress User query does not support multiple keys or user meta query in other ways.

    I will suggest sticking with one plugin to have only one meta for the presence of avatar.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi James,
    Thank you for using Community Builder.

    1. The filter is correct and your code is correct too. You need to apply that code in your child theme’s functions.php
    cb_get_panel_visibility () is implemented in includes/core/layout/cb-layout-conditional-functions.php

    2. Sorry about the broken link. I will update it.
    Here is the correct link for downloading/working with Child theme
    https://buddydev.com/community-builder/getting-started/using-community-builder-child-theme/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Eamon,
    Thank you.

    I have resolved this issue. I am waiting on another report about some BuddyBoss incompatibility to see what issue is and if I can get them in this release itself.

    I will post back in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Kevin,
    Welcome to BuddyDev forums.

    Please provide more details about the issue. Is it related to functionality/appearance.

    Also, Activity Plus is not tested with BuddyBoss, we do plan to check with BuddyBoss in future.

    The moderation tools is tested to work with BuddyBoss. Please share the issue and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: User view count partially not working #28178

    Hi Mike,
    I am sorry but the above code will not work. You can not directly interchange the user id and post id.

    Also, I am sorry, but providing this type of custom code is beyond our forum support.

    Regards
    Brajesh