Skip to:
Content

bbPress.org

Opened 10 years ago

Closed 10 years ago

#2842 closed enhancement (fixed)

Show replies in admin area single topic edit

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Component - Topics Keywords: commit
Cc:

Description

When editing a topic in wp-admin let's show a metabox with replies like posts & comments do.

Change History (5)

#1 @johnjamesjacoby
10 years ago

In 5886:

Topics: First pass at metabox for replies in single-topic edit

  • Includes topic-replies list-table class
  • Includes helper functions for hooking things in
  • Todo: cap checks or row-actions, maybe bulk-actions, formatting clean-up

See #2842.

#2 @johnjamesjacoby
10 years ago

In 5901:

Topics: Add edit_reply capability check to "Edit" row-action link. See #2842.

#3 @netweb
10 years ago

When viewing/editing a topic the following PHP notice is thrown:

Undefined index: page - wp-content/plugins/bbpress/src/includes/admin/metaboxes.php:576

Edit: Regardless of topic post status of if it has replies or not the notice is shown

Last edited 10 years ago by netweb (previous) (diff)

This ticket was mentioned in Slack in #bbpress by netweb. View the logs.


10 years ago

#5 @johnjamesjacoby
10 years ago

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

In 5930:

Topics: sanity check $_REQUEST and introduce list-table methods for reply table-navigation.

This changeset fixes a potential debug notice introduced in r5886, and removes unused functionality inherited from WP_List_Table.

Fixes #2842. See #2587.

Note: See TracTickets for help on using tickets.