Replies
Hi Matt,
Thank you for the question.1. Confirm password is built in BuddyPress. Most probably your theme or template pack does not support it. Please check them.
2. Country Code + Mobile Number:- I am not aware if any plugin allows validation as it needs support for some sms gateway. It can be done but it will need custom development specific to your need and career for sms.
Regards
Brajesh- Brajesh Singh on April 18, 2019 at 6:57 am in reply to: [Resolved] Can not translate some text #22385
Marking it resolved as per the blog comments.
- Brajesh Singh on April 18, 2019 at 6:56 am in reply to: [Resolved] BP Member Types Pro Cover Image option #22383
Hi Sam,
Hope you are doing well.We have got this feature in the plugin now. With BuddyPress Member Types pro 1.3.2 and above you can set default cover image for each member type.
https://buddydev.com/plugins/buddypress-member-types-pro/
If you don’t set a cover for a certain type, we won’t override the default cover image in that case.
Regards
Brajesh Hi Andres,
Thank you for the topic.I am not sure which plugin you tried but I am aware that
https://wordpress.org/plugins/events-manager/is compatible with BuddyPress. I am not using it personally, so can’t say much. May be you can give it a try too.
Regards
Brajesh- Brajesh Singh on April 17, 2019 at 3:50 pm in reply to: [Resolved] Multiple sites/domains, same userbase, & simultaneous updates #22377
Please do note that above plugin does not sync users, you will need another plugin to do that.
- Brajesh Singh on April 17, 2019 at 3:48 pm in reply to: [Resolved] Multiple sites/domains, same userbase, & simultaneous updates #22376
Hi,
Thank you for the details.
Please take a look at thishttps://wordpress.org/plugins/wpsitesynccontent/
It may work well for you.
Regards
Brajesh - Brajesh Singh on April 17, 2019 at 3:25 pm in reply to: [Resolved] Activity Sitewide stream filter posts by category #22375
Hi Plamen,
Thank you.Please use the code from my last reply. I am addin git below too
function buddydev_disable_activity_blog_comment_recording_conditionally( $enabled, $blog_id, $post_id, $user_id, $comment_id ) { // use $post_id to decide. // set $enabled= false; to stop recording comment. if ( ! in_category( 'community', $post_id ) ) { $enabled = false; } return $enabled; } add_filter( 'bp_activity_post_pre_comment', 'buddydev_disable_activity_blog_comment_recording_conditionally', 20, 5 );It wills top recording activity for comments which are not on posts from ‘community’ category.
Regards
Brajesh - Brajesh Singh on April 17, 2019 at 3:22 pm in reply to: [Resolved] The CSS for how (BuddyDev) BP Deactivate Account page is shown on Buddypress. #22374
Hi Kristian,
Please see
https://buddydev.com/support/forums/topic/the-css-for-how-the-buddyblock-page-is-shown-on-buddypress/#post-22372This plugin does not come with any css. For normal theme it works as it inherits the standard styles. In case of youzer, they add very specific css.
They can add the css for it too if they want. We are unable to provide any css for it.
Regards
Brajesh - Brajesh Singh on April 17, 2019 at 3:20 pm in reply to: [Resolved] The CSS for how the BuddyPress Username Changer page is shown on Buddypress. #22373
Hi Kristian,
This plugin does not contain any css. It inherits from your current theme.We are unable to assist you with Youzer as the issue lies with Youzer.
Please see my reply here.
Regards
Brajesh - Brajesh Singh on April 17, 2019 at 3:17 pm in reply to: [Resolved] The CSS for how the BuddyBlock page is shown on Buddypress. #22372
Hi Kristian,
I am sorry, we do not have any plan to support Youzer.Most of our plugins(except a few major ones), do not include css and they simply inherit from your current theme. Youzer does things in a non standard way making the compatibility an issue.
You will need to get the support from youzer developers as they are the one who override with specific styles.
The last time I checked it 3 weeks ago on a client’s site, their css was too much specific.
Regards
Brajesh