Replies
- 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
BrajeshHi Steven,
The problem is, it is plain markup and there are no simple way to hide it. Using css, It can be but will not work for all themes.
So, template override is the current suggested method. In future, if there are hooks available, It could be done via plugin.Regards
BrajeshI am sorry, we have stopped providing free support for 3rd party plugins which do not relate to our themes or conflict with our plugins due to lack of time.
Please contact relevant plugin author.
Regards
Brajesh- Brajesh Singh on August 15, 2020 at 4:02 pm in reply to: There seems to be some html issue and I am not able to fix it #32475
Hi Jon,
Welcome to Buddydev.I am sorry, we do not have any integration with BuddyPress Profile search in this plugin. If it worked, It was just by chance.
The Conditional profile fields plugin only deals with Registration/Edit profile. If Andrea suggested it, It must have worked earlier.
I regret my inability to look into it currently due to lack of time. It is not the feature we advertise currently(as we did not plan this). I hope that we may be able to add support in future.Regards
Brajesh - Brajesh Singh on August 15, 2020 at 3:57 pm in reply to: [Resolved] Allow notifications for follower request #32471
I assume you are usign a 3rd party plugin for followers.
Please contact the plugin developers for the question.Regards
Brajesh I assume you are using a 3rd party plugin for followers.
Please contact the plugin developers for the question.Regards
Brajesh