Replies
- Brajesh Singh on February 28, 2020 at 5:49 pm in reply to: Is there a way extend or customize the "Recent Visitors For BuddyPress Profile" #27955
Hi Mical,
Thank you for the kind words using the plugin.This plugin does not have support for template override currently. Please allow me till this wednesday to update and add the template override support.
Regards
Brajesh Hi Chris,
Welcome to BuddyDev.The plugin displays the full content by default.
You can override posts.php in your theme and use the_excerpt() instead of the_content() there.
To override a template, Please copy ‘wp-content/plugins/buddyblog/templates/buddyblog/posts.php’ to youractive_theme/buddyblog/posts.php
Regards
Brajesh- Brajesh Singh on February 28, 2020 at 1:17 pm in reply to: Remove link from BuddyPress User Badges #27953
Hi Jana,
Thank you for using the plugin.Please use # in the link option in the badges. That will not link to anywhere.
Regards
Brajesh - Brajesh Singh on February 27, 2020 at 10:33 pm in reply to: Private Message Rate Limiter – Rate Limit User Activity #27947This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
Hi Christophe,
Thank you for clarifying. I see now.Yes, adding another hook will be better for showing acf form. I will add that.
Regards
Brajesh- Brajesh Singh on February 27, 2020 at 9:09 pm in reply to: [Resolved] Latest PHP version allowed by mediapress file error #27940
You are welcome 🙂
- Brajesh Singh on February 27, 2020 at 9:08 pm in reply to: Make the BP Non Editable Profile Fields Truly Non Editable #27939
Hi Joel,
Welcome to BuddyDev.Thank you for sharing and updating the code.
Regards
Brajesh Having multiple forms for the user on same page may not be a good idea.
We provided the hook to let you add your own fields(input fields and not forms).
And you can attach with the ‘mpp_gallery_updated’ hook to save the details.
I will still add the hook if it helps you.
Regards
Brajesh