Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity Stream Summary


  • Tristan
    Participant

    @tristanb

    A lot of my forum posts include images and this really clutters up the Activity Steam. I would like to limit the Activity Stream to display just the title and author of a forum post instead of (almost) the entire forum post.

    Something like this:

    Administrator started the forum topic Signatures in Outook in the group Microsoft Outlook: 12 hours, 59 minutes ago

    Any suggestions?

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

  • Tristan
    Participant

    @tristanb

    Don’t all jump on this at once…

    well the content already hits bp_create_excerpt before updating the activity stream (maybe the default length is too long)

    you can try hooking on the filters
    apply_filters( ‘groups_activity_new_forum_post_content’, $activity_content, $post_id, $post_text, &$topic ),
    apply_filters( ‘groups_activity_new_forum_topic_content’, $activity_content, $topic_text, &$topic ),

    and trim it down some more

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Activity Stream Summary’ is closed to new replies.
Skip to toolbar