-
360 Digitizing Solutions's profile was updated 7 years, 6 months ago
-
May Loc Nuoc Kangen's profile was updated 7 years, 6 months ago
-
Alison Robert's profile was updated 7 years, 6 months ago
-
Blythe Events's profile was updated 7 years, 6 months ago
-
Lucille Elliott's profile was updated 7 years, 6 months ago
-
Rache Malone's profile was updated 7 years, 6 months ago
-
Martin Pope's profile was updated 7 years, 6 months ago
-
's profile was updated 7 years, 6 months ago
-
situs Judi Ceme Online terpercaya di megaceme's profile was updated 7 years, 6 months ago
-
LKPUNIKOMJOGYA's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Non-static method bphelp_remove_profile_links::remove_xprofile_links() in the forum How-to & Troubleshooting 7 years, 6 months ago
It is from a third party plugin https://github.com/bphelp/bp-remove-profile-links, not BuddyPress. It seems there is no active development there from the last 5 years so you are safe to do this in the plugin, it will not be updated.
-
Prashant Singh replied to the topic BuddyPress/LearnPress Integration not working even with bridge. in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
Please confirm if you are using this plugin https://wordpress.org/plugins/learnpress-buddypress/ or not?
Also when you install BuddyPress then choose template pack ‘legacy’ instead of nouveau in its settings(Settings-> BuddyPress-> Options) and then install learn press and this bridge plugin.
It seems like they are not compatible with the…[Read more]
-
Prashant Singh replied to the topic how to skip 'activate' after clicking activation link from email in the forum How-to & Troubleshooting 7 years, 6 months ago
-
Prashant Singh replied to the topic Lost setting in the forum Installing BuddyPress 7 years, 6 months ago
In Customize section please go to BuddyPress Nouveau -> General BP Settings. There you will find the option.
Thanks
-
Prashant Singh replied to the topic Delete emails and restore from defaults. in the forum How-to & Troubleshooting 7 years, 6 months ago
No, it will not list theme. Please check https://buddypress.org/support/topic/migrate-from-ultimate-member-to-buddypress/
-
Prashant Singh replied to the topic Group creation in the forum Creating & Extending 7 years, 6 months ago
200,000+active installations and people do use it for their community site. If there is any genuine bug please let us know we will try to fix it for sure. It’s an open source project, everybody in the community is putting their effort into making it better. If you are telling a bug then you are helping the community to make it better so that next…[Read more] -
Prashant Singh replied to the topic Group creation in the forum Creating & Extending 7 years, 6 months ago
Hi,
It’s sad to hear that BuddyPress does not meet your requirements. I have used it so many times but never saw like this what you have mentioned. Is your site in the Spanish language where you tried installing BuddyPress?
Thanks
-
Prashant Singh replied to the topic who clicked on my link in the forum Miscellaneous 7 years, 6 months ago
Hi,
Please check this plugin: https://buddydev.com/plugins/recent-visitors-for-buddypress-profile/
Thanks
-
Prashant Singh replied to the topic Non-static method bphelp_remove_profile_links::remove_xprofile_links() in the forum How-to & Troubleshooting 7 years, 6 months ago
class bphelp_remove_profile_links {
function remove_xprofile_links() {
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
}
add_action( 'init', array( 'bphelp_remove_profile_links', 'remove_xprofile_links' ));Please try replacing the above code with this code:
add_action( 'init',…[Read more] -
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 7 years, 6 months ago
Hi,
Please use this code:
add_action('bbp_template_after_user_details', 'ps_show_forum_form');function ps_show_forum_form(){
if(bbp_is_user_home() && current_user_can('moderate')){
echo do_shortcode('');
}
}It will echo a form on the profile itself.
Thanks
- Load More