Replies
- Brajesh Singh on August 17, 2020 at 3:18 pm in reply to: [Resolved] Mediapress only shows the camera icon of users videos on sitewide gallery #32516
You are welcome.
- Brajesh Singh on August 17, 2020 at 3:18 pm in reply to: [Resolved] Does BuddyPress Ajax Registration work with BuddyPress Better Registration code? #32515
Hi Carsten,
Thank you fro the question.1. No, It won’t work with that code. Though, we can provide similar code if needed(will need 1-2 days).
2. Yes. It adds all the fields from Base field.
The plugin removes the requirement of activation key. It auto activates your users.
Regards
Brajesh - Brajesh Singh on August 17, 2020 at 3:16 pm in reply to: Buddypress 7.0 question (BP Types UI) #32514
Hi Tosin,
Thank you for the question.When BuddyPress 7.0 comes out, The new version of Member Types pro will integrate with it. There will be only one way to register member types and that will be via BuddyPress Types UI. We will be adding additional features to extend it as we do currently.
Regards
Brajesh - Brajesh Singh on August 17, 2020 at 9:43 am in reply to: groups creator to be the only person who can upload video and photo #32503
Hi,
Thank you for the question.I am sorry, we do not provide support for RT Media. Please contact the relevant plugin authors for support.
Regards
Brajesh - Brajesh Singh on August 17, 2020 at 4:18 am in reply to: [Resolved] Mediapress only shows the camera icon of users videos on sitewide gallery #32496
Hi,
1. We do not have any specific guide for it. If you are using ubuntu, you can do sudo apt-get install ffmpeg from the terminal.2. No, It won’t work with shared server. Transcoding is a resource intensive process and will require VPS or dedicated hardware.
Regards
Brajesh - Brajesh Singh on August 17, 2020 at 4:04 am in reply to: Deactivation Plugin not redirecting to custom page #32494This reply has been marked as private.
- Brajesh Singh on August 17, 2020 at 4:03 am in reply to: [Resolved] Issue with Blog Categories for groups plugin #32493
Hi MS,
Welcome to BuddyDev.I am glad you have resolved it.
Regards
Brajesh - Brajesh Singh on August 17, 2020 at 3:58 am in reply to: [Resolved] show Xprofile Field Data in The Profile Header, exclude own profile #32491
Hi Carsten,
Thank you for the post.I have replied to your pther post
https://buddydev.com/support/forums/topic/show-xprofile-field-data-in-the-profile-header-exclude-own-profile-2/#post-32490Regards
Brajesh - Brajesh Singh on August 17, 2020 at 3:57 am in reply to: show Xprofile Field Data in The Profile Header, exclude own profile #32490
Hi Carsten,
Thank you for the question.You can use it like this.
/** * Buddypress Show Xprofile Field Data in The Profile Header. */ function yzc_add_xprofile_field_data_in_profile_header( $name ) { if ( bp_is_my_profile() ) { return; } $field_data = xprofile_get_field_data( 'Age', bp_displayed_user_id() ); if ( ! empty( $field_data ) ) { echo '<br/><strong>Alder:</strong> ' . $field_data; $field_data = xprofile_get_field_data( 'From', bp_displayed_user_id() ); if ( ! empty( $field_data ) ) { echo ' <br/> <strong>Fra:</strong> ' . $field_data; $field_data = xprofile_get_field_data( 'Job', bp_displayed_user_id() ); if ( ! empty( $field_data ) ) { echo '<br/><strong>Job:</strong> ' . $field_data; } } } } add_action( 'bp_before_member_header_meta', 'yzc_add_xprofile_field_data_in_profile_header' );Regards
Brajesh Hi,
Thank you for using Community Builder.Can you please check the demo on mobile and see if occurs there too?
We have two version Community Builder and Community Builder Pro. At the moment, Community Builder is behind some revisions.
Please let me know if happens on the demo too. We do plan to bring the updates in Community Builder in 2-4 weeks.
Thank you
Brajesh