Make WordPress Core

Opened 14 years ago

Closed 10 years ago

#14515 closed enhancement (wontfix)

Make admin table content filterable by column

Reported by: sirzooro's profile sirzooro Owned by: sirzooro's profile sirzooro
Milestone: Priority: normal
Severity: normal Version: 3.0.1
Component: Administration Keywords: needs-patch
Focuses: Cc:

Description

I would like to modify Author column on post list - add link to user's profile. Now the only way is to add it to 1st column or custom column, and optionally move it later using JavaScript. Therefore I ask to add new actions for default columns, which will allow to do this.

It may be also beneficial to implement this as a general hook which will be called on all columns, including custom ones.

Change History (6)

#1 @scribu
14 years ago

  • Cc scribu@… added

#2 @scribu
14 years ago

Actually, I think a filter would work better:

apply_filters( "list_table_{$screen}_{$column}", $content );

#3 @scribu
14 years ago

  • Summary changed from Add actions which allows to add some content to default columns to Make admin table content filterable by column

#4 @nacin
13 years ago

  • Milestone changed from Awaiting Review to Future Release

#5 @sirzooro
13 years ago

  • Owner set to sirzooro
  • Status changed from new to assigned

Looks that there is no interest here. I will prepare patch for this for WP 3.4.

#6 @johnbillion
10 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from assigned to closed

This can be achieved by removing the default column and implementing your own column. Please re-open if you think we still need an action or filter here.

Note: See TracTickets for help on using tickets.