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

    Hi Jay,
    Thank you for the details.

    It is very easy to get the ajax login/registration working with any link. All we need is update the selector.

    If you can share me the site url and the credentials again in a private reply, I can update the settings of BuddyPress Ajax login there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Linda,
    Thank you for confirming .

    About the 2nd issue:-
    Even though I understand that you want facebook style link sharing with option to replace images, I am not aware of any existing solution for BuddyPress.

    We may write a plugin in future but we are waiting on BuddyPress team as BP Attachment is coming as part of BuddyPress 7.0.0. Our decisions will be based on what is coming with BuddyPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30024

    You are welcome.

    PS:- I will be adding option to turn it off/on from admin as well in the upcoming releases.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30022

    Hi Carsten,
    Thank you.

    You can use the following to disable it in the members list

    
    add_filter( 'bublock_show_button_in_members_directory', '__return_false' );
    

    The plugin does not differentiate between various members list though.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    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: 25357

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

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

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

    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: 25357
    Brajesh Singh on in reply to: [Resolved] BuddyBlog Error #30008

    Thank you.

    That’s good to know.

    Regards
    Brajesh