BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Edit profile tab #44288

    Hello Giuseppe,

    I have modified tab settings for the listing tab. Please check and acknowledge me.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Edit profile tab #44282

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: My old activities are in top, How to fix? #44265

    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
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] activity-privacy-for-buddypress #44253

    Hello Giuseppe,

    Thank you for sharing the details. We are looking into this and will get back to you on Monday.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] activity-privacy-for-buddypress #44247

    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
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: My old activities are in top, How to fix? #44245

    Hello 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