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

    Hi Laurent,
    I am sorry, your access expired as you had only purchased 1 month access.

    Since this is a bug fix, Please share your email and I will share a copy of the plugin via google drive.

    PS:- Please feel free to use private reply for sharing email.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Issam,
    Thank you for the question.

    There are 2 possible reasons for it:-

    1. The tables were not created. Please use phpmyadmin and check if tables were created for the sub site(prefix_number_bp_xyz where xyz is table name)

    2. If yes, You most probably haven’t added any one to this this sub site. Please add a user to this sub site and then make sure that user visits it at least 1 time(last active time needs to be recorded).

    PS:- I am sorry but I could not understand what you meant by activating BuddyDev support option? Please clarify.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Buddyblog error #29604

    Hi Hugo,
    Are you using any plugin or something else to redirect/restrict access? I don’t see any reason for it(unless you restricted it in BuddyBlog settings).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Justin,
    Thank you for the update.

    The BuddyPress page templates follow a different structure.

    To override registration page, Please create buddypress/members/index-register.php and this page will be used for registration page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Friendship restriction #29599

    Hi Clea,
    Thank you for confirming the fix. I will check the issue on profile and get back to you in couple of hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Buddyblog error #29598

    Hi Hugo,
    I am sorry for the trouble.

    Please visit Dashboard->settings->BuddyBlog and make sure that a post type is selected and some taxonomy is selected.

    Please save and it will go away.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Laurent,
    Thank you for the patience.

    Please upgrade to 1.6.2.

    It will cleanup visits for any user who get deleted in future. For already deleted users, It will not show them in the list but the count will be different.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Sotiris,

    Thank you for confirming.

    The suggestion is a service provided by BuddyPress and only client side is enabled by the theme.

    It is possible to make it friends only but that will make the suggestions at other places friends only too.

    Here is a couple of line you can put in bp-custom.php or your child theme’s function.php

    
    
    /**
     * Make suggestions friends only.
     */
    add_filter( 'bp_members_suggestions_args', function ( $args ) {
    	$args['only_friends'] = true;
    
    	return $args;
    } );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Friendship restriction #29580

    Hi Clea,
    Thank you for the patience.

    Please upgrade to 1.1.1 and let me know if that resolves your issue or not?

    Regards
    Brajesh