#15582 closed defect (bug) (fixed)
"Format: Default" provides no info, and default might change
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | lowest |
Severity: | trivial | Version: | 3.1 |
Component: | Template | Keywords: | ux-feedback |
Focuses: | Cc: |
Description (last modified by )
"Format: Default" provides little info, and a site might want to change which is the default.
Some discussion: http://wpdevel.wordpress.com/2010/11/05/post-formats-in-core/#comment-12462
Possible solutions
"Format: Blog Post"
"Format: Article"
ENV
WP trunk r16590 (3.1-beta1-16590)
Additional Details
Post Formats are a blesed task, #14746.
"Default" also has some of the same characters as "Draft".
Change History (25)
#2
follow-up:
↓ 3
@
13 years ago
- Keywords ux-feedback added
- Owner ui-feedback deleted
- Status changed from new to assigned
#3
in reply to:
↑ 2
;
follow-up:
↓ 5
@
13 years ago
Replying to nacin:
It's not supposed to be a default that changes.
Not the Default that changes, but the default selected that changes. ie. on a status site, I'd always want the default selected to be Aside.
I'd almost rather go with "Format: None" if anything.
I'm not sure that is better because that begs everyone to look at what else is in the drop down, and again each time they forget what Default or None means.
#5
in reply to:
↑ 3
;
follow-up:
↓ 9
@
13 years ago
Replying to lloydbudd:
Not the Default that changes, but the default selected that changes. ie. on a status site, I'd always want the default selected to be Aside.
On a related sidenote, can you actually specify a 'default' to be used?
#6
follow-ups:
↓ 7
↓ 8
@
13 years ago
- Cc westi added
Format: None is probably better here as that is what we mean.
#7
in reply to:
↑ 6
@
13 years ago
Replying to westi:
Format: None is probably better here as that is what we mean.
Is it what we mean? The formatting is defined by the theme's templates, just like before when there were no other options.
Besides, users won't get what we mean, and it would becomes confusing on a theme that is coded around another template.
The format is "Blog post".
#8
in reply to:
↑ 6
@
13 years ago
Replying to westi:
Format: None is probably better here as that is what we mean.
If we are going to display something it should be rich info, not the safest path.
#9
in reply to:
↑ 5
;
follow-up:
↓ 10
@
13 years ago
Replying to markmcwilliams:
On a related sidenote, can you actually specify a 'default' to be used?
If that can't be defined in the theme, then it should be trac'd and that enhancement added.
#10
in reply to:
↑ 9
;
follow-up:
↓ 11
@
13 years ago
Replying to lloydbudd:
Replying to markmcwilliams:
On a related sidenote, can you actually specify a 'default' to be used?
If that can't be defined in the theme, then it should be trac'd and that enhancement added.
Actually, maybe that helps reveal a more optimal solution.
"Format: Blog Post" is the name of "none" unless programmatically set up in the theme to use a default selected of "Format: Themed" ("none" behind the scenes), in which case they could also explicitly create a "Format: Blog Post" if a relevant alternate relevant for the site.
#11
in reply to:
↑ 10
@
13 years ago
Replying to lloydbudd:
"Format: Blog Post" is the name of "none" unless programmatically set up in the theme to use a default selected of "Format: Themed" ("none" behind the scenes), in which case they could also explicitly create a "Format: Blog Post" if a relevant alternate relevant for the site.
To put it more clearly, and correct my previous thought.
A theme can change the default selected format to be any one of the standard types, and if not one of the standards then this would be the only non-standard formatting, "Format: Themed". "None" will still be "Format: Blog Post" which a theme can include in the list or hide like the other standard formats.
I think that something like that would be a good balance.
#12
@
13 years ago
- Priority changed from low to lowest
- Severity changed from minor to trivial
Non-standard post formats are not supported.
I don't see a strong use case for there to be a way to set a particular post format as the new default selection. That can be handled if a theme wishes to provide its own UI. It could be also handled when the auto-draft is triggered, so it's rather trivial to do in a plugin.
"Format: blog post" is wrong. These are all blog posts. We're just evaluating the different type of post. "Format: none" or "Format: default."
#13
@
13 years ago
There must be a Design Commandment that reads, "Thou shall not put none or default in the UI."
#15
@
13 years ago
I agree with Otto - "none" is definitely the most confusing option, can't expect users to understand that. "Text" makes sense seeing as post formats are all about content types - and the default content type is indeed text.
#16
@
13 years ago
Can it be more than one word?
Examples:
- Not assigned
- No designation
- Empty
- No format specified
#17
@
13 years ago
Those are all just the same as "none" - they don't have any greater or lesser meaning.
#18
in reply to:
↑ 14
@
13 years ago
- Cc gary@… added
Replying to Otto42:
Tumblr uses "Text" as their default. Kinda fits.
Except Aside and Status are also a textual content type.
How about Format: General / General Post?
#19
@
13 years ago
Basic or Basic Post would be my choice. Also need to move out of pub box and into a meta box with radio buttons.
#20
@
13 years ago
Whatever is picked should never, ever make it to the DB. We don't want to clutter the DB with something that is totally unnecessary and meaningless. The absence of a format in the DB means "Default, None, Basic" whatever.
#21
@
13 years ago
The core team conferred and we considered about a dozen alternatives. We settled on "Standard." It implies that it is the familiar option that people have been used to before 3.0, but it doesn't imply "defaultness." That is, you could default to "Aside" and it would make sense to offer "Standard" as an option.
This has the potential to turn into a bikeshed. Resist! :-)
It's not supposed to be a default that changes.
I'd almost rather go with "Format: None" if anything.