-
Prashant Singh replied to the topic Groups – Content in the forum How-to & Troubleshooting 6 years, 1 month ago
For me with the default theme (twenty sixteen) and Nouveau template it’s working fine and both the groups have different description.
Thanks
-
Prashant Singh replied to the topic Groups – Content in the forum How-to & Troubleshooting 6 years, 1 month ago
You just need to debug that so it is fine to deactivate rest one by one and then can activate again if they are not creating issue. So it’s like deactivate one and check if issue gone or not if not then activate it back immediately and try deactivating next one.
You can also keep a backup if you feel that it can create any issue there. Also you…[Read more]
-
Prashant Singh replied to the topic Groups – Content in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please check once with default theme and if it is still same try deactivating plugins except BuddyPress and check.
Thanks
-
Prashant Singh replied to the topic DIrect messaging problem in the forum How-to & Troubleshooting 6 years, 1 month ago
Welcome ????
-
Prashant Singh replied to the topic DIrect messaging problem in the forum How-to & Troubleshooting 6 years, 1 month ago
Please check: https://wordpress.stackexchange.com/questions/23401/how-to-apply-a-patch
WordPress have a good explanation as well https://make.wordpress.org/core/handbook/tutorials/working-with-patches/
-
Prashant Singh replied to the topic Malfunctioning private message in the forum Installing BuddyPress 6 years, 1 month ago
Thanks and same to you 🙂
-
Prashant Singh replied to the topic Malfunctioning private message in the forum Installing BuddyPress 6 years, 1 month ago
-
Prashant Singh replied to the topic BuddyPress causing error in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
Have you contacted the theme vendors or not? Please ask them to check if the theme is compatible with the latest version of BuddyPress or not.
Thanks
-
Prashant Singh replied to the topic Malfunctioning private message in the forum Installing BuddyPress 6 years, 1 month ago
Ok, If I understood you then you have to open the mentioned files ‘src/bp-templates/bp-nouveau/includes/members/template-tags.php’ and ‘src/bp-templates/bp-nouveau/js/buddypress-messages.js’ and then have to remove all the lines that are marked red and have to add all lines that are in green at proper places.
Thanks
-
Prashant Singh replied to the topic Malfunctioning private message in the forum Installing BuddyPress 6 years, 1 month ago
ok
-
Prashant Singh replied to the topic Malfunctioning private message in the forum Installing BuddyPress 6 years, 1 month ago
Great 🙂
-
Prashant Singh replied to the topic Malfunctioning private message in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
In the compose message screen just type the username and then add your message and send that’s it.
Thanks
-
Prashant Singh replied to the topic Buddy Press User Profile Avatar Picture Preview not Showing in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
This seems to be a plugin conflict. Can you please check once by disabling plugins one by one also if plugins seem fine then please check with the default theme once.
Thanks
-
Prashant Singh replied to the topic can not set activity-feed as home page without causing redirect loop in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please try this snippet:
if( !function_exists('ps_login_redirect') ) {
function ps_login_redirect($redirect_to, $request, $user) {
$redirect_to = 'your_sitewide_activity_page_url';
return $redirect_to;
}
add_filter('login_redirect','ps_login_redirect',10,3);
}Hopefully, this will help…[Read more]
-
Prashant Singh replied to the topic How to change "reply-to" email in buddypress activation email?? in the forum How-to & Troubleshooting 6 years, 1 month ago
Great 🙂
-
Prashant Singh replied to the topic Regarding Activity Page in the forum How-to & Troubleshooting 6 years, 1 month ago
Glad to know that it helped you ????
-
Prashant Singh replied to the topic Regarding Activity Page in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
You can simply remove the page from the settings and there will be no site-wide activity and profile activity will still be there. Please see: https://screencast-o-matic.com/watch/cF6hYuYo8I
Also if you want to completely remove that page then just go to pages in dashboard and find that page called ‘Activity’ and trash it.
Thanks
-
Prashant Singh replied to the topic How to change "reply-to" email in buddypress activation email?? in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Use this one to change from email.
add_filter('wp_mail_from','custom_email_from');
function custom_email_from( $mail ) {
$mail = 'noreply@example.com'; // Replace the email address here //
return $mail;
}Thanks
-
Prashant Singh replied to the topic Selecting which other subdomains can view/access a group in the forum Miscellaneous 6 years, 1 month ago
Glad to know that it worked for you 🙂
Two ways to add content there:
1. To edit ‘Create a group’ page we need to override the file create.php(buddyPress->bp-templates->bp-legacy/bp-nouveau->buddypress->groups) in the child theme and then add your content there.
2. The easiest method will be to use this hook
bp_nouveau_groups_create_hook(…
[Read more] -
Prashant Singh replied to the topic After installing buddypress, google captcha is no longer displayed in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
For a new query please always post a new thread instead of writing in some other thread.
Secondly, this plugin is for auto-posting blog posts so one can not share the BuddyPress activity with this. It may be possible but not without customization.
If you want to use BuddyPress and want to share activity posts on social media or want to let…[Read more]
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago