Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#1534 closed defect (bug) (fixed)

Forum freshness wrong after using the converter

Reported by: lykketrollet's profile Lykketrollet Owned by:
Milestone: 2.0 Priority: normal
Severity: normal Version:
Component: General - Administration Keywords:
Cc:

Description

The forum freshness (on [bbp-forum-index]) is wrong with over 500 days after using the converter. Seems like it take the freshness from the first post in the forum (- 1 day)?
Topic freshness is ok though.

Change History (4)

#1 @johnjamesjacoby
15 years ago

(In [3209]) Use bbp_update_forum() in bbp_recount_rewalk() admin recount function. See #1534.

#2 @johnjamesjacoby
15 years ago

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

This appears to be fixed now, although the admin recounts and importer still need some TLC. Closing this.

#3 @johnjamesjacoby
15 years ago

(In [3239]) Invert the topic order in stand alone importer, so that new post ID's are in the correct order. Props danieljuhl. See #1534.

#4 @johnjamesjacoby
14 years ago

(In [3790]) Sort forum ID's based on last active time when querying subforum ID's.

  • Prevents last active meta data from becoming poisoned when recounting
  • See #1534
  • Props GargajCNS for initial patch
Note: See TracTickets for help on using tickets.