Replies
- Brajesh Singh on February 20, 2025 at 1:51 am in reply to: Problem with plug in on Community Pro theme #55113
Hi Steve,
Thank you for letting me know. I am glad they helped and the functionality is working.Regards
Brajesh Hi Avi,
You can out it in your child theme’s functions.php or in a new file wp-content/plugins/bp-custom.phpRegards
Brajesh- Brajesh Singh on February 20, 2025 at 1:50 am in reply to: User Testimonials – Child theme route, deactivate Friends Only Testimonials #55111
Hi Ronald,
Welcome to BuddyDev support forums.1. There is no friends only restrictions. By default, all logged members can write testimonials. This behaviour can be modified by the filter
bp_testimonial_user_can_write
2. You can copy any/all files from
bp-user-testimonials/testimonials
to your child theme/testimonials directory and modify as you need.Hope that helps.
Regards
Brajesh - Brajesh Singh on February 20, 2025 at 1:31 am in reply to: Activity feeds don’t filter per-person when using a domain for a WPMU subsite #55110
Hi,
I am sorry for the unpleasant experience of the spam/offensive content you might have received. We have removed the spam content and the user account who posted it.I am closing this topic to avoid any further experience like this.
Regards
Brajesh - Brajesh Singh on February 20, 2025 at 1:28 am in reply to: BuddyBoss and User Profile Tabs Creator Pro • BuddyPress Plugins • #55109
Hi,
I am sorry for the unpleasant experience of the spam/offensive content. We have removed the spam content and the user account who posted it.I am very sorry for the spam.
Regards
Brajesh Hi,
I am sorry for the unpleasant experience of the spam/offensive content. We have removed the spam content and the user account who posted it.Also, I am sorry for not replying on this topic earlier, do you still need help?
Regards
BrajeshHi Avi,
BuddyPress does limit it for group.You can override and remove any comment restrictions(for all activities) using the following code
add_filter( 'bp_activity_can_comment', '__return_true', 100 );
Regards
Brajesh- Brajesh Singh on February 19, 2025 at 12:24 pm in reply to: How to limit the activity stream in total? #55097
Please try setting per_page and max both. If that does not work, something is changing you max.
Regards
Brajesh - Brajesh Singh on February 19, 2025 at 12:22 pm in reply to: Notification Issue with BP Group Activities Notifier plugin #55096
Thank you.
The problem is the theme. Please try checking the same on any other theme, It would work fine. Vikinger has many issues due to its use of React/javascript based code.
Regards
Brajesh Hi Josh,
You can use css and set display:none to hide it. That will not remove the text from markup but hide it(You need to set it on the element that wraps the @…)Regards
Brajesh