Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 10 years ago

#4428 closed enhancement (fixed)

Fetch / Sort user updates by date in activity stream

Reported by: iamsincere Owned by:
Priority: normal Milestone:
Component: Activity Version: 1.6
Severity: normal Keywords:
Cc:

Description

I have an idea for showing the date above all of the activity for that day in the stream, very similar to tumblr when you view a persons archives of posts. So for example, it’d say “August 14th” and all updates from my friends that posted that day would show. Then on to the 15th, 16th etc. Or if it was “today” it would read “today” and all of the most recent updates so far.

Simply put, a way to fetch updates in your stream by date :) All of the above can be done from just that.

Change History (5)

#1 @DJPaul
14 years ago

  • Milestone Awaiting Review1.7

While this is a templating issue -- and it may or may not be something we want to do for the theme compatibility work in 1.7 -- we should regardless make the Activity API query by date.

#2 @johnjamesjacoby
14 years ago

  • Milestone 1.71.8

Neat idea; no time in 1.7. Punting to 1.8.

#3 @johnjamesjacoby
14 years ago

Note: we may even be able to use core rewrites to pull this off in 1.8.

#4 @boonebgorges
13 years ago

  • Keywords needs-patch added
  • Milestone 1.8Future Release

#5 @slaFFik
10 years ago

  • Keywords needs-patch removed
  • Milestone Future Release
  • Resolutionfixed
  • Status newclosed

We already have date_query support in bp_has_activities() and bp_activity_get(), so I assume this ticket can be closed as fixed.

Note: See TracTickets for help on using tickets.