-
Prashant Singh replied to the topic Welcome Form on WP Page in the forum Creating & Extending 6 years, 3 months ago
You have to use the shortcode in the template wherever you want.
-
Prashant Singh replied to the topic how to remove component from bp notifications? in the forum How-to & Troubleshooting 6 years, 3 months ago
Have you tried asking at the plugin support forum?
-
Prashant Singh replied to the topic Buddypress widget as shortcodes in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
If you do not want to use plugins then I will suggest to write a new one for yourself. You can take references from all those shortcode plugins.
Thanks
-
Prashant Singh replied to the topic Profile fields in the forum Creating & Extending 6 years, 3 months ago
Please check this plugin https://wordpress.org/plugins/bp-xprofile-custom-field-types/.
They are already adding profile fields with select2 js support, mentioned in the features as well.
Thanks
-
Prashant Singh replied to the topic Add Friend button with ajax in the forum How-to & Troubleshooting 6 years, 3 months ago
It’s because the js code is written to work with buddypress pages. Still you can take references from here https://stackoverflow.com/questions/14491524/adding-add-friend-button-anywhere-in-the-buddypress-site
And see if this of any help or not.Thanks
-
Prashant Singh replied to the topic Looking for code snippet to add member's recent posts to profile in the forum Creating & Extending 6 years, 3 months ago
Great to hear that it helped you ????
-
Prashant Singh replied to the topic Welcome Form on WP Page in the forum Creating & Extending 6 years, 3 months ago
I have copied the edit.php and change-avatar.php into a PHP snippet plugin and these both display on the page fineโฆ however, they do not work!
You have to override them in your child theme, then only it will work.
Thanks
-
Prashant Singh replied to the topic how to remove component from bp notifications? in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
Please paste following code in bp-custom.php or in your child theme’s functions.php:
remove_filter( 'bp_notifications_get_notifications_for_user', 'ai_bp_reaction_custom_format_buddypress_notifications');
Hopefully, this will work for you.
Thanks
-
Prashant Singh replied to the topic Get buddypress notifications from bbpress groups forums activity in the forum Creating & Extending 6 years, 3 months ago
This is for forum subscribers https://github.com/buddydev/bbp-bp-notify-new-topic
But if you know how to edit the code then it will do the trick for you.
Thanks
-
Prashant Singh replied to the topic Incorrect all member number count in the forum How-to & Troubleshooting 6 years, 3 months ago
BuddyPress only shows members in members list when they log in once otherwise if they are registered but haven’t logged in yet then they will not be listed on the member directory page.
Thanks
-
Prashant Singh replied to the topic BUG or ? Users accounts switch automatically in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
I have checked your registration process and it is working all fine. I found one thing that, suppose my user is pscool and then it is stripping the last alphabet in the username and just showing pscoo.
Thanks
-
Prashant Singh replied to the topic Buddypress Profile Error in the forum How-to & Troubleshooting 6 years, 3 months ago
Great to hear this ๐
-
Prashant Singh replied to the topic Redirect to member home? in the forum How-to & Troubleshooting 6 years, 3 months ago
Great ๐
-
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 6 years, 3 months ago
Everything is mentioned there. You have to just do proper setting in Geo My WP.
Thanks
-
Prashant Singh replied to the topic Buddypress Profile Error in the forum How-to & Troubleshooting 6 years, 3 months ago
I just asked to save the permalink again. Have you registered the account there?
-
Prashant Singh replied to the topic Some Base Titles don't appear in profiles in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
It’s just a style issue. Please paste the following CSS:
.profile .profile-fields td.label {
color: #6B6B6B;
}Hopefully, it will fix your problem.
Thanks
-
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 6 years, 3 months ago
It works with the default members directory. It never needs an extra page to do so.
-
Prashant Singh replied to the topic filter user activity show only images in the forum Creating & Extending 6 years, 3 months ago
-
Prashant Singh replied to the topic BuddyPress Menu Links on Miltisite in the forum Miscellaneous 6 years, 3 months ago
-
Prashant Singh replied to the topic Incorrect Status and Hiding Forum from Amdmin in the forum How-to & Troubleshooting 6 years, 3 months ago
Hi,
Try these steps:
1. go to forums > all forums
2. edit the forum of your choice
3. change the visibility to private.Thanks
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago