Replies
Hello Giuseppe,
I have modified tab settings for the listing tab. Please check and acknowledge me.
Regards
Ravi- Ravi on April 5, 2022 at 7:05 am in reply to: [Resolved] Having name and last name in post and header #44287
Hello Giuseppe,
Thank you for your explanation. As per my understanding, you are looking at something like this:
https://www.awesomescreenshot.com/image/25216651?key=272e8011145b93da19bfa054cea4cd1e
If yes,
Try the following code:
/** * Before activity post form. */ function buddydev_before_activity_post_form() { add_filter( 'bp_get_user_firstname', 'bp_get_loggedin_user_fullname', 10, 2 ); } add_action( 'bp_before_activity_post_form', 'buddydev_before_activity_post_form' ); /** * After activity post form. */ function buddydev_after_activity_post_form() { remove_filter( 'bp_get_user_firstname', 'bp_get_loggedin_user_fullname', 10 ); } add_action( 'bp_after_activity_post_form', 'buddydev_after_activity_post_form' );
Please let me know if anything wrong.
Regards
Ravi - Ravi on April 5, 2022 at 5:20 am in reply to: [Resolved] Having name and last name in post and header #44283
Hello Giuseppe,
Thank you for sharing the details. Please let me know are you looking to show the First Name and Last Name of the user on the activity page. I have checked the activity directory or your site and it is showing me both the first and last names of the user. Can you share the screen shots or your issue?
Regards
Ravi Hello Giuseppe,
Thank you for sharing the details. Please try after unchecking ‘Are we modifying existing tab?’ and select the option ‘All Members’ for the ‘Add this tab for’ setting.
Regards
Ravi- Ravi on April 4, 2022 at 5:31 am in reply to: [Resolved] Having name and last name in post and header #44266
Hello Giuseppe,
Thank you for posting. Have you tried our plugin BuddyPress Profile Completion which allows site admin to force things like profile fields, profile photo and profile cover as mandatory for users?. You can use this plugin and mark First Name and Last Name as required then under plugin settings enable the required field for the user. If the user has not provided the details he will be forced to complete the required fields first in order to continue.
Have a look:
https://wordpress.org/plugins/buddypress-profile-completion/Regards
Ravi Hello Shahab,
Thank you for the acknowledgement. I can not say much about this issue as I haven’t faced such type of problem. Please try after installing another fresh install.
If you have found the issue do share it with me.
Regards
RaviHello Giuseppe,
Thank you for sharing the details. We are looking into this and will get back to you on Monday.
Regards
Ravi- Ravi on April 2, 2022 at 8:29 am in reply to: Restrict the Default Profile Type (aka the “—“) #44248
Hello Brian,
Thank you for the acknowledgement. Please try using the CSS property Z-index on the modal popup.
Regards
Ravi Hello Giuseppe,
Sorry for the inconvenience. Please do let me know are you able to translate other strings offered by the BuddyPress activity privacy plugin using the Loco Translate plugin?.
Regards
RaviHello Sahab,
Thank you for the acknowledgement. Please check after switching to the default WordPress theme. It might be a chance theme author doing something with the loop or Bump activity. Please let me know if switching to the default theme fixes the issue or not.
Regards
Ravi