Replies
- Brajesh Singh on February 7, 2021 at 11:09 pm in reply to: Having an issue with Profile Privacy plugin #36097
Hi Kathy,
I am sorry for the confusion.I have updated the settings on the staging site. Please try registering a new user account on the staging site and it will be listed in the directory now.
Please use the same settings on the live site.
Regards
Brajesh - Brajesh Singh on February 7, 2021 at 8:04 pm in reply to: [Resolved] Extended User Groups – Filter by Group Type #36091
Hi Kevin,
Thank you for the suggestion.At the time of the plugin release, the concept of Group types was not available with BuddyPress/BuddyBoss.
We will update the plugin in next 1-2 weeks with the group type option.
Regards
Brajesh - Brajesh Singh on February 7, 2021 at 8:02 pm in reply to: [Resolved] Community builder – posting urls not displaying featured image #36090
You are welcome.
I am glad it worked.
Regards
Brajesh Hi,
Thank you for the suggestion.
we have it on our release plan.We have already re-written it partially and hoping to make a release announcement sometimes around our upcoming theme.
Thank you
Brajesh- Brajesh Singh on February 7, 2021 at 8:00 pm in reply to: Having an issue with Profile Privacy plugin #36088This reply has been marked as private.
- Brajesh Singh on February 7, 2021 at 10:30 am in reply to: Having an issue with Profile Privacy plugin #36083This reply has been marked as private.
- Brajesh Singh on February 7, 2021 at 9:58 am in reply to: [Resolved] Community builder – posting urls not displaying featured image #36081
Hi David,
Thank you for using the theme.In the free version, the default behaviour of BuddyPress applies while in pro, we are letting site admins decide if the want to truncate/add read more etc.
You can disable truncation via code in the free version too
// Disable activity content truncation. add_filter( 'bp_activity_maybe_truncate_entry', '__return_false' ); add_filter( 'bp_activity_excerpt_length', function($length) { return 1000;// number of characters to show by default in the activiyt excerpt. } );You can put these in your child theme’s functions.php
In the pro version, these are available as settings.
Regards
Brajesh - Brajesh Singh on February 7, 2021 at 9:53 am in reply to: Having an issue with Profile Privacy plugin #36080
Hi Kathy,
Congratulations on your launch.
I am sorry for the inconvenience. Please link me to the site.Our plugin has a setting for visibility in members directory as well as for being searchable. These must be set to Yes to make the profile visible in the directory.
Can you please check that is the case?
regards
Brajesh - Brajesh Singh on February 6, 2021 at 11:48 pm in reply to: BP Profile Visibility Manager Problem with messaging #36077
Hi Michael,
I am sorry for the delayed release. It is available now.Please upgrade to 1.8.6. It will not exclude any users from message compose box auto complete.
Regards
Brajesh - This reply has been marked as private.