Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32457 closed enhancement (wontfix)

Move author setting into Publish metabox

Reported by: paulwilde's profile paulwilde Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3
Component: Editor Keywords:
Focuses: ui Cc:

Description

Currently setting the author for a post is hidden in a metabox away from the typical WYSIWYG/save post workflow. The author metabox also looks ugly as it's a small select input in a huge horizontal metabox (assuming you don't move it inside the sidebar context).

This patch removes the author metabox and moves it into the "Publish" metabox. It still retains no-Javascript compatibility.

Attachments (3)

32457.diff (7.0 KB) - added by paulwilde 11 years ago.
author-publish-box.png (57.5 KB) - added by paulwilde 11 years ago.
32457.2.diff (7.3 KB) - added by paulwilde 11 years ago.
CSS fixes for mobile.

Download all attachments as: .zip

Change History (6)

@paulwilde
11 years ago

#1 follow-up: @obenland
11 years ago

Is changing the Author really something >80% of WordPress users do so frequently that it would need to be in the (already cluttered) publish box?

@paulwilde
11 years ago

CSS fixes for mobile.

#2 in reply to: ↑ 1 @chriscct7
11 years ago

Replying to obenland:

Is changing the Author really something >80% of WordPress users do so frequently that it would need to be in the (already cluttered) publish box?

Yeah I agree with Obenland here. It's not that common of an action. Further there are many plugins that would break because of this. For example, my own plugin Enhanced Author Dropdown which redefines the authors metabox to use Select2 to make it more efficient for larger sites, and the Multiple Authors plugin.

The only way this wouldn't feel so cluttered is if visibility + status were combined (maybe make a protected publish status?), and then removing the published on feature (which I wonder how many people actually use that to adjust dates on a published post, versus using it to schedule a future post). Maybe somehow reworking that logic and UI. But again, breaking changes.

#3 @helen
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

My dream is to remove or at least declutter that metabox, not add more to it. There are active efforts looking at alternative flows like a split button. I would not do this, especially not right now.

Note: See TracTickets for help on using tickets.