Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 8 years ago

#4428 closed enhancement (fixed)

Fetch / Sort user updates by date in activity stream

Reported by: iamsincere's profile iamsincere Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.6
Component: Activity 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
12 years ago

  • Milestone changed from Awaiting Review to 1.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
12 years ago

  • Milestone changed from 1.7 to 1.8

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

#3 @johnjamesjacoby
12 years ago

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

#4 @boonebgorges
12 years ago

  • Keywords needs-patch added
  • Milestone changed from 1.8 to Future Release

#5 @slaFFik
8 years ago

  • Keywords needs-patch removed
  • Milestone Future Release deleted
  • Resolution set to fixed
  • Status changed from new to closed

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.