Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Remove timestamp from activity feed


  • Julia_B
    Participant

    @julia_b

    I’d like to remove the timestamp (where it says how long ago the forum post was made or other activity took place) from the activity feed on my homepage.

    Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)

  • shanebp
    Moderator

    @shanebp

    Create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php

    Then change
    bp_activity_action();
    to

    $args = array( 'no_timestamp' => true )
    bp_activity_action( $args );

    Julia_B
    Participant

    @julia_b

    Thanks @shanebp 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Remove timestamp from activity feed’ is closed to new replies.
Skip to toolbar