Replies
- Brajesh Singh on July 24, 2020 at 3:36 pm in reply to: [Resolved] DP Emoji and Giphy not working #31924
Thank you for clarifying.
We are planning to Bring BP Giphy for other themes too in future. BP Emoji needs content editable area and it won’t be available for theme unless themes start using content editable instead of text area.
Regards
Brajesh - Brajesh Singh on July 24, 2020 at 3:33 pm in reply to: [Resolved] DP Emoji and Giphy not working #31921
Hi Jared,
Thank you for using the plugin.Are you using them with Community Builder or Community Builder pro theme? The following 3 plugins only work with Community Builder/Community Builder pro theme
1. BP Emoji
2. BuddyPress Giphy
3. BP Better Experience.Please let me know and I will assist.
Regards
Brajesh - Brajesh Singh on July 24, 2020 at 2:03 pm in reply to: [Resolved] Facebook Like Activity Stream and BuddyBoss Issue #31919
Hi Phil,
Welcome to BuddyDev forums.Thank you for using the plugin.
@ravisharma has looked into it and it seems to be an issue with how BuddyBoss loads media (passes user id).We are looking a bit more into it to check if we can have a solution (or I will share some code for the time being and report the issue to BuddyBoss). I will post back in couple of hours.
Regards
Brajesh Hi Emon,
Welcome to BuddyDev.is it about activity shortcode plugin?
I am sorry, it is not a priority as BuddyPress’s next version will have blocks available for embedding activities and our efforts will be a waste.
Regards
Brajesh- Brajesh Singh on July 24, 2020 at 1:52 pm in reply to: [Resolved] Where to change BP Text for activity update #31916
Hi Daniel,
Thank you for confirming.Regards
Brajesh - Brajesh Singh on July 24, 2020 at 1:47 pm in reply to: [Resolved] Change buddypress username minimum length to 3 #31915
Hi Tosin,
I am sorry for the delayed reply.You can add the following code to make it work with the user name availability checker too.
/** * For Username availability checker. */ add_filter( 'buddydev_uachecker_username_error', function ( $message, $username ) { // There was no error, return. if ( empty( $message ) ) { return $message; } // make sure it is our 4 letter issue. if ( ! empty( $username ) && strlen( $username ) < 4 ) { // let us allow 2 letter or above. $allowed_length = 2; // change it to impose your own limit. if ( strlen( $username ) < $allowed_length ) { $message = __( 'Username should have atleast 2 characters' ); } else { $message = ''; // reset. } } return $message; }, 10, 2 );Regards
Brajesh - Brajesh Singh on July 24, 2020 at 1:29 pm in reply to: Need Clear notification on user profile #31914
Hi Sureh,
Thank you for using the plugin.I am sorry, we are unable to update it at the moment due to other priorities. It will need some theme specific changes I am guessing.
If you are a developer, Please feel free to send a pull request on github
https://github.com/sbrajesh/bp-clear-notificationsThank you
Brajesh - Brajesh Singh on July 24, 2020 at 1:27 pm in reply to: [Resolved] Buddypress block not working properly #31913
Hi Tosin,
I am sorry for the inconvenience.
which theme are you using?
Regards
Brajesh - Brajesh Singh on July 23, 2020 at 3:14 pm in reply to: [Resolved] Automatic recognition when registering via Google #31900
All the best.
Regards
Brajesh Hi Theo,
My apologies for taking time to reply you on this one. We were undecided on which direction to go.Currently, BuddyPress team has their own plans to implement a media component(in next 2 releases, either 7.0 or by 8.0).
We are exploring the option for MediaPress without BuddyPress or to work in conjunction with what BuddyPress offers(yet to be seen). There does not seem any benefit of duplicating the efforts.
We have abandoned our plans for RT media import and our main focus is to provide better usability, improve the structure and may be to explore a better integration with WordPress.
We are also exploring the option to move our video/docs/audio from MediaPress to a separate free addon. That should help us focus better on photo gallery experience. Working with video/audio in core has been a problematic decision due to the nature of web playable video/audio format.
We will have some major updates for MediaPress this year mostly focusing on improving experience.
Regards
Brajesh