Making WordPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#2190 closed defect (bug) (fixed)

Limit No Replies on bbPress 2

Reported by: clorith's profile Clorith Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

In #887 we set the time we consider a no-replied topic to be relevant to 21 days, and introduced a query arg for specifying the date if we wanted a different time window.

After the move to bbPress2 we no longer limit this and display all the things, could we re-implement the old limit here.

Change History (6)

#1 @SergeyBiryukov
8 years ago

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

In 4848:

Support Theme: Limit No Replies view to 21 days by default.

Fixes #2190.

#2 @SergeyBiryukov
8 years ago

@coffee2code: On second thought, should [4848] probably go into Support Forums plugin's inc/class-hooks.php or inc/class-support-compat.php instead of the theme?

#3 follow-up: @ocean90
8 years ago

I had the same thought yesterday while I was reading the commit. Maybe someone should give you commit to the plugin too.

#4 in reply to: ↑ 3 @samuelsidler
8 years ago

Replying to ocean90:

I had the same thought yesterday while I was reading the commit. Maybe someone should give you commit to the plugin too.

Sounds good to me. (cc @dd32)

Would be good to get the forums working well in the meta environment too.

#5 @coffee2code
8 years ago

In 4888:

Support Theme: Remove code for limiting no-replies view to 21 days.

The code is moving to support-forums plugin.

See #2190.

#6 @coffee2code
8 years ago

In 4889:

Support Forums: Add code for limiting no-replies view to 21 days.

The code is relocated from the wporg-support theme.

Props SergeyBiryukov.
See #2190.

Note: See TracTickets for help on using tickets.