Replies
- Brajesh Singh on September 9, 2020 at 6:01 pm 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 RestrictionsAccess 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 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- Brajesh Singh on September 8, 2020 at 10:32 pm 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 - Brajesh Singh on September 8, 2020 at 7:10 pm in reply to: Branded login and Limit Login Attempts Reloaded plugin #33118
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 - Brajesh Singh on September 8, 2020 at 6:48 pm in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33116
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#L30Here 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 siteSince 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 - Brajesh Singh on September 8, 2020 at 6:38 pm 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 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- Brajesh Singh on September 8, 2020 at 6:31 pm in reply to: Branded login and Limit Login Attempts Reloaded plugin #33113
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 - Brajesh Singh on September 8, 2020 at 6:21 pm in reply to: I want to edit the page title in the BuddyPress Branded Login #33112
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 - Brajesh Singh on September 8, 2020 at 9:12 am 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