• Resolved Andry

    (@blackstar1991)


    Is it possible to use the plugin to display the value of how long the user has been on this project?

    I need a value that could show –

    This user has been with us for 2 years, 5 months and 10 days.
Viewing 6 replies - 1 through 6 (of 6 total)
  • @blackstar1991

    You can try this plugin “UM Shortcode Time Viewer”
    where one of the formats is human.

    Your example can be coded as this shortcode:
    [um_time_view meta_key="user_registered" format="human"]This user has been with us for %s.[/um_time_view]

    https://github.com/MissVeronica/um-shortcode-time-viewer

    • This reply was modified 1 year, 2 months ago by missveronica.
    Thread Starter Andry

    (@blackstar1991)

    Got it, thanks. Can you tell me how to get the value of the time at which the user registered ? (* went through a full registration cycle) Just in time format ?

    @blackstar1991

    With the format being set in WP Settings -> Date Format

    [um_time_view meta_key="user_registered" format="wp1"]This user registered %s [/um_time_view]

    Thread Starter Andry

    (@blackstar1991)

    Thanks, for the advice. I read the code, but it’s a bit off what I’m looking for. I’m not looking for the current user, I’m looking for the user by id

    When a user visits the User Card Page, they may be able to see how long that user has been on the site.

    • This reply was modified 1 year, 2 months ago by Andry.
    Plugin Support andrewshu

    (@andrewshu)

    Hello @blackstar1991

    Unfortunately, this functionality does not exist in our plugin at this time.

    Regards.

    Thread Starter Andry

    (@blackstar1991)

    It’s pity. Thanks for answer.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to find out how long a user has been on a project?’ is closed to new replies.