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: 25485
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30020

    Hi Carsten,
    Thank you for using the plugin.

    Please upgrade to 1.0.1.

    It will fix the exclude issue. Does not override it anymore.

    To dosable the button, you can out this code in your fnctions.php(of theme) or in bp-custom.php

    
    
    add_filter( 'bublock_show_button_in_profile_header', '__return_false' );
    

    You cal put the button anywhere by using this code

    
    
    if ( function_exists( 'bublock_get_button' ) ) {
    	echo bublock_get_button( $user_id );
    }
    
    

    Where $user_id is the user’s id.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Theo

    Thank you for the reply.

    Please allow me till tomorrow as today’s update does not make the list look good enough. Can I ask you a question though:-

    Will you like the list of users as their avatars list or will you like it to be like the members directory(vertical list).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi John,
    Thank you for sharing the screenshots.

    from your screenshots, all I can see is you want the popup to be vertically centered. I do not think that is justified general use case(I will still provide a solution specifically for you).

    Reason:- The vertical length of screen space varies across phones and there is no guarantee that vertically pushing to top will make the whole form visible on mobile.

    When we talk about center, we mean horizontally centered content(which is already there for mobile devices).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jay,
    Thank you for the topic.

    Currently, the link urls are not filterable. They point to BuddyPress register and WordPress login url.

    We can filter on BuddyPress register and the WordPress login url to point to your my-accounts page. It might have some side efefcts. Will you like to go this way?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Issam,
    It seems there are some confusions about Multi network.

    When you use BuddyPress Multi Network Plugin, It allows to to create completely separate network.

    In other words, everything is separated.

    – Profile
    – Groups
    – Friends
    – Activities

    each of these are specific to a sub site. So, once you activate it, anything which was earlier there, will become part of your main site(depending on root blog id) and all the sub sites will have completely separate user, group, activity, profile, friends. It is like starting a fresh on each of the sub network.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Error #30008

    Thank you.

    That’s good to know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Theo,
    Thank you.

    We will be releasing it today or tomorrow .

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi John,
    I will check with 1-2 themes today to confirm the issue and will get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    No issues.

    Regards
    Brajesh

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