Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Get activity time_since (3 posts)

Started 4 months ago by: abyss

  • Profile picture of abyss abysshorror said 4 months ago:

    Hey all !

    I’m using a theme that displays information from bp_activity_action(); but I only want the “time_since” of the activity. How can I get it ?

    Thanks !

  • Profile picture of Paul Gibbs Paul Gibbs said 4 months ago:

    bp_get_activity_date_recorded() / bp_activity_date_recorded()

  • Profile picture of abyss abysshorror said 4 months ago:

    Hey @djpaul, thanks !

    Actually I want to get it in the format 20 hours, 19 minutes ago. I tried

    bp_core_time_since(bp_activity_date_recorded());

    But it’s not working :/