BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    That seems to be the problem. The issue is definately related to tmezone.
    When BuddyPress sees time diff as negative, It says ‘sometime ago’, otherwise, It shows the diff.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Hi Claire,
    You are welcome.

    Please use the private reply option to share the staging. It will allow me have better understanding to assist you.

    I will be away from work now and will be back in 6-8 hours and will assist then.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Hi Josh,
    Thank you for the question.
    For some reason, BuddyPress is not able to calculate the time diff and that’s why you are seeing sometime ago.
    You can trace it from bp_get_member_registered to bp_core_get_last_activity to bp_core_time_since where the actual time is calculated.
    Since it is happening for only one users, I will suggest checking the registration timestamps for the user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Hi Claire,
    Welcome to BuddyDev support forums.

    I am sorry, this does not seem related to BuddyPress User Profile Tabs creator pro plugin.

    Are you trying to customize user’s BuddyPress profile tabs or their bbPress forum profile tabs?

    Please help me understand and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975
    Brajesh Singh on in reply to: Mediapress sitewide gallery #55364

    Hi Earl,
    Thank you for using MediaPress.

    I have tested it and I see the issue. For me, the single sitewide gallery page is working but the archive is not working.

    Please allow me 24 hours to investigate further and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Thank you. I am glad it helped and you were able to resolve the pagination on your own.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Hi,
    Thank you for the questions and the response.
    As I understand, your issue of seeing the value is solved.

    For the second question, the plugin does not provide any notification when a user changes their profile privacy settings.

    Regards
    Brajes

  • Keymaster
    (BuddyDev Team)
    Posts: 24975
    Brajesh Singh on in reply to: Mediapress cover photo upload not saving #55355

    Hi Kim,
    Thank you.
    I am glad you found the issue. I am sorry that I did not consider moderation as one of probably causes. Thank you for sharing it.

    About your other question:- There is no specific integration to message. It could be used as normal image link/url but there is no specific integration.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Hi Stephanie,
    I am sorry, i could not update earlier. I will push an update by Monday.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24975

    Thank you for the details.

    Please use the following css.

    
    #members-all .count {
        display: none;
    }
    
    

    Let me know if it worked or not?

    Regards
    Brajesh