Make WordPress Core

Opened 10 years ago

Last modified 6 years ago

#29536 new enhancement

Toggle excerpt/list view buttons appear on users list page in network admin

Reported by: pauldewouters's profile pauldewouters Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Networks and Sites Keywords: needs-refresh
Focuses: multisite Cc:

Description

The buttons to toggle list/excerpt view show up on the Users list page in the Network admin. I suppose they shouldn't. When you click excerpt view, the registered time appears.
I'll submit a patch to remove them from this view.

As an alternative, I wonder if it would be useful to show the user bio in excerpt view?

https://www.evernote.com/shard/s3/sh/b564ac68-b0dc-409c-86df-ad0121b0f3df/ef7c8306fd439a62351a623e26b63259/deep/0/Screenshot-2014-09-05-07.54.53.png

Attachments (1)

29536.diff (498 bytes) - added by pauldewouters 10 years ago.

Download all attachments as: .zip

Change History (7)

#1 @ocean90
10 years ago

  • Type changed from defect (bug) to enhancement

@pauldewouters
10 years ago

#2 @SergeyBiryukov
10 years ago

  • Component changed from Administration to Networks and Sites
  • Focuses multisite added

#3 @SergeyBiryukov
10 years ago

  • Version changed from 4.0 to 3.0

#4 @jeremyfelt
10 years ago

I went digging. :)

The "registered" column on the users list table included the full date with no list/excerpt option when it was MU - <td><?php echo mysql2date(__('Y-m-d \<\b\r \/\> g:i a'), $user['user_registered']); ?></td>.

A most epic patch in Trac history added the list/excerpt option and output the only the day by default. See [13918].

The switch between list/excerpt is captured in a $mode global. Because of this, I don't think we can remove the toggle without the possibility of breaking somebody's custom extension of the users list table.

I could see coming up with additional data to display in an excerpt view.

#5 @johnbillion
9 years ago

#34072 was marked as a duplicate.

#6 @johnbillion
9 years ago

  • Keywords needs-refresh added
  • Milestone changed from Awaiting Review to Future Release
Note: See TracTickets for help on using tickets.