-
Prashant Singh replied to the topic Load more missing in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
What is the last action you did before seeing this? Also please check it once with the default theme.
Thanks
-
Prashant Singh replied to the topic Cannot post comment to a blog post from Activity stream in the forum How-to & Troubleshooting 7 years, 6 months ago
I have tested with the default theme and it seems all fine. Please test once with the default theme and if it is working for you please report it to your theme vendors.
Thanks
-
Prashant Singh replied to the topic buddypress install error in the forum Installing BuddyPress 7 years, 6 months ago
You can go with the above solution or can install this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then try to upload the zip of BuddyPress plugin.
Thanks
-
Mua ban dat Dien Thang Trung va co hoi doi doi cho nha dau tu "tre"'s profile was updated 7 years, 6 months ago
-
Everett Gray's profile was updated 7 years, 6 months ago
-
Darren Santo's profile was updated 7 years, 6 months ago
-
's profile was updated 7 years, 6 months ago
-
Adarsh Verma started the topic bbPress – Topics created not getting listed in BuddyPress User Profile in the forum Miscellaneous 7 years, 6 months ago
I’ve been using bbPress and BuddyPress since long and am aware that if a user creates a topic in any forum, that also gets listed in user profile -> Forums tab.
Here is what exactly I’ve done:
When I create a private group and attach a forum with it. And a non-admin member becomes a member of that private group. Now that member creates a top…[Read more]
-
Cao lon khoe manh's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Site Wide Activity in the forum Installing BuddyPress 7 years, 6 months ago
Welcome 🙂
Glad that it helped you 🙂
-
Prashant Singh replied to the topic Integrate WordPress search and bp group documents in the forum Third Party Plugins 7 years, 6 months ago
add_action( 'pre_get_posts', 'ps_bp_doc_search' );
function ps_bp_doc_search( $query ) {
if ( $query->is_search ) {
$query->set( 'post_type', array( 'post', 'page', 'bp_doc') );
}
}Please paste this function in your child theme’s functions.php. If there is no child theme then can use code snippets plugin…[Read more]
-
Prashant Singh replied to the topic Migrate from Ultimate Member to BuddyPress in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please take a backup before doing any changes. Users are there by default in WordPress so if you will remove the ultimate member and its extensions then also users will be there. What needs to be managed is if you have any associated data with UM like activities then they certainly will create the issue because BuddyPress has its own activity…[Read more]
-
Prashant Singh replied to the topic Site Wide Activity in the forum Installing BuddyPress 7 years, 6 months ago
You can leave it with default settings https://prnt.sc/l6hfat. Just drag and drop the widget wherever you want and then check.
-
Prashant Singh replied to the topic Site Wide Activity in the forum Installing BuddyPress 7 years, 6 months ago
Private group activities are by default excluded from the sitewide activity so this plugin already excludes them. No need to do any settings, it works out of the box.
Thanks
-
Prashant Singh replied to the topic Add Friend Problem in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Which theme you are using? Please go to any of the member’s profile and check there if you have add friend button or not.
Thanks
-
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 7 years, 6 months ago
Hi,
In place of current_user_can(‘moderate’) please use bb_current_user_can(‘moderate’)
Thanks
-
Prashant Singh replied to the topic Using XProfile fields in Admin Notification Mail after activation in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please use this filter apply_filters( ‘wp_new_user_notification_email’, $wp_new_user_notification_email, $user, $blogname ); to change the mail content.
Thanks
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
Please use screencast-o-matic, I am not able to see the video at all.
-
Lifestyle Buyer's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Background colour/ picture for BP activity updates in the forum Creating & Extending 7 years, 6 months ago
Hi,
Yes, you can color them by using the class names of activities like .activity_update for updates. All the activity types have unique class on them so you can use them to style them.
Thanks
- Load More