Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#772 closed defect (bug) (fixed)

Scheduled posts and Recent Blog Posts widget

Reported by: giedriusrekasius's profile giedriusrekasius Owned by:
Milestone: 1.1 Priority: major
Severity: Version:
Component: Keywords: scheduled, post, recent, blog, widget
Cc:

Description

Scheduled posts doesn't appear in Recent Blog Posts widget. Normal posts appear correctly and scheduled posts also appear if they are updated.

Recent Blog Posts widget gets it's data by joining two tables:

wp_bp_user_blogs
wp_bp_user_blogs_posts

When user publishes a post in WP, post data is inserted in WP tables and in those two tables. If scheduled post is published, when the time arrives post data is updated in WP tables (post status changes), but not in those two. The scheduled post never appears in BuddyPress tables. It only appears if it's updated later.

I can see this behavior in all my installs with different WP and BuddyPress versions.

My newest install has WP 2.7.1 and BuddyPress 1.0.1.

Change History (5)

#1 follow-up: @apeatling
15 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #754

#2 in reply to: ↑ 1 @giedriusrekasius
15 years ago

  • Resolution duplicate deleted
  • Status changed from closed to reopened

Replying to apeatling:

Duplicate of #754

Hi BuddyPress team,

Are you sure #772 is duplicate with #754? Those two bugs seem totally different.

I guess this status was set by error... Can you please review my bug again?

#3 @apeatling
15 years ago

This was an error.

#4 @apeatling
15 years ago

  • Milestone set to 1.1

#5 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [1794]) Fixed all comment/post/blog recording and deletion functions. Fixes #772

Note: See TracTickets for help on using tickets.