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: BuddyDev plugins not updating with BuddyDev Dashboard #33135

    Hi Eric,

    Thank you for the topic.

    I looked at your account and I can see the issue.

    currently, you have valid license(for receiving updates) for only 2 plugins:-
    – BuddyPress Moderation tools
    – BuddyPress Friendship Restrictions

    Access for all other premium plugins have expired. you are most probably using some of our free plugins which will receive update irrespective of the license status.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Not Able to Comment on group post #33127

    Hi Ankit,
    Since this is not the default behaviour, I am assuming you are using code or plugin to achieve that.

    I will suggest to ask the source of your custom code/plugin for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Issues With BuddyBlog and also with Moderation Tools #33122

    Hi Eric,
    Thank you for the reply.

    Please open a new topic to help us keep the discussion focused around the issues you are facing. I will assist you there.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Tosin,
    I could not remember that. If they worked earlier, It will continue to work. we haven’t changed anything in recent times that may break it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    It seems your problem is user is not marked as part of the sub site.

    In our case, we add a record(create a log that user belongs to this sub site) when a user is added to the sub site.

    Here is the list of actions when we record the user as part of current site’s member directory.
    https://github.com/sbrajesh/buddypress-multi-network/blob/master/core/class-bp-multi-network-actions.php#L30

    Here is it in plain English(if the above code does not make sense):-
    1. When a user activates their account on a sub site, we add them to the sub site.
    2. When a user is added to the sub site

    Since you are using WooCommerce, these actions may not be firing.

    Adding this code to your bp-custom.php

    
    add_action( 'user_register', function ( $user_id ) {
    	if ( function_exists( 'mnetwork_add_user' ) ) {
    		mnetwork_add_user( $user_id, get_current_blog_id() );
    	}
    } );
    
    

    May do the trick. Try registering a new user after putting it. Do they appear if they register on the sub site and login there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BP Nouveau vs Legacy template pack #33115

    Hi Daniel,
    Thank you for the question.

    1. You can safely switch the template pack. For most of the theme it will have no error. Some of the theme which hardcode some part specific to a template pack without checking if that pack is active, will cause issue.

    2. Right now, Legacy is better supported. Here is our current feeling
    https://buddydev.com/an-introduction-to-buddypress-template-packs/

    But I am hoping that with 7.0.0, even we will support Nouveau more than legacy.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Not Able to Comment on group post #33114

    Hi Ankit,
    I am sorry, I am unable to make sense of it.

    Please see our How to ask for support section here
    https://buddydev.com/support/forums/topic/forum-posting-guidelines/

    and share the details to help us understand and assist you.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Tosin,
    Are you sure it was compatible? We do not have any information about the compatibility.

    I am asking one of my team members to test and report back in next 2 days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    Thank you for using the plugin.

    Are you using the latest version of the plugin( 1.4.4)? Also, which theme are you using? Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: Using Community Builder Pro With AppPresser #33107

    Hi Manuel,
    Thank you for the question.

    Community Builder Pro is a normal BuddyPress Theme. It does not change any feature of the BuddyPress. It does improves on some of them though.

    If AppPresser works with normal BuddyPress theme, They will work with Community Builder. I haven’t used AppPresser, so I am unable to confirm it though.

    Can you please contact AppPresser team and ask if the plugin will work with any normal BuddyPress theme using BP legacy template pack?

    Regards
    Brajesh