Replies
Hi,
Thank you for the question.The plugin will display the old profile photo until the new is approved.
Please let me know if you need any other assistance.
Regards
Brajesh- Brajesh Singh on April 6, 2020 at 5:54 pm in reply to: [Resolved] BuddyPress Member Types Pro: Member Filter didn't work #28599This reply has been marked as private.
- Brajesh Singh on April 6, 2020 at 5:42 pm in reply to: BP Activity Shortcode – Private Groups #28598
Hi Gene,
This is by design and there is not much we can do.BuddyPress lists private activities to user’s own profile or on the group page.
There is a parameter ‘show_hidden’ which we can allow but I have avoided it due to side effects.
If we add this parameter, It won’t honour if a member is part of the group or not and will list the activities of private groups to everyone. Which will be more problematic for users. That’s why we did not provide this option.
Knowing the side effect, do you still want it? If yes, I or @ravisharma can provide some snippet to make it work specifically for you.
Regards
Brajesh - Brajesh Singh on April 6, 2020 at 5:38 pm in reply to: [Resolved] BuddyPress Multi Network – troubleshooting set up #28597This reply has been marked as private.
- Brajesh Singh on April 6, 2020 at 5:37 pm in reply to: [Resolved] Can users block another user with BuddyPress Moderation Tools? #28596
Hi Carsten,
We have an addon plugin coming for the moderation tools that offer same functionality. It should be available this month freely to all the members who have access to Moderation tools plugin.Regards
Brajesh - Brajesh Singh on April 6, 2020 at 5:36 pm in reply to: [Resolved] BuddyPress Member Types Pro: Member Filter didn't work #28595This reply has been marked as private.
- Brajesh Singh on April 6, 2020 at 5:35 pm in reply to: Customizer suddenly only showing Widgets!? #28594
Hi Torben,
Thank you for the screenshot.I can see the issue now.
Your child theme is broken because it can not find the parent theme.
Please open childtheme/style.css and make sure that the line
Template: community-builder-prois there and not
Template: community-builderThat will fix it.
Regards
Brajesh - Brajesh Singh on April 6, 2020 at 5:09 pm in reply to: Customizer suddenly only showing Widgets!? #28592
Hi Torben,
I am sorry for the inconvenience.It seems the issue relates to invalid state of customizer.
Please click on the reset button of customizer to reset it to the initial state. That should fix it but you will loose any customization.
Please let me know if it works or not?
Regards
Brajesh - Brajesh Singh on April 6, 2020 at 8:30 am in reply to: [Resolved] BuddyPress Multi Network – troubleshooting set up #28574This reply has been marked as private.
- Brajesh Singh on April 6, 2020 at 4:02 am in reply to: [Resolved] BuddyPress Multi Network – troubleshooting set up #28568
Hi,
Thank you for using the plugin.Is your goal to prevent non members(who have not been added to the site) from logging to the site and posting to the feed?
The Multi Network plugin will help with limiting the listing of activities/members from current site(and not the network which is default).
It odes not prevent network users from logging to a site though. If you want this, I can help with this.To configure the plugin properly.
1. Please crate a file name ‘bp-custom.php’ and put this content
<?php define( 'BP_ENABLE_MULTIBLOG', true );2. Please put the ‘bp-custom.php’ file in your ‘wp-content/plugins directory
3. Deactivate the BUddyBoss plugin
4. Reactivate the BuddyBoss plugin
5. Save their settings pageThis is what makes it work with BuddyPress. I haven’t tried it with BuddyBoss though.
The above process forces BuddyPress to re-create tables with site specific prefixes. You were facing problem posting as tables were not created.
Please give it a try and let me know if it allows you posting or not?
Regards
Brajesh