#1870 closed defect (bug) (fixed)
Fancy Editor shows multiple options ordinary users cannot use
Reported by: | Sadr | Owned by: | |
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Front-end | Keywords: | has-patch |
Cc: | jared@… |
Description
If I enable the "Fancy Editor", I get every button available in the standard WordPress editor. I was expecting the majority of buttons to be excluded from this toolbar, seeing as most of them are simply not applicable to forum posts.
Attachments (1)
Change History (6)
#2
@
13 years ago
Sounds good to me. The bbPress Post Toolbar is a fine replacement in the meantime.
#3
@
12 years ago
- Cc jared@… added
- Keywords has-patch added
Patch adds teeny
arg for wp_editor and defaults to true.
According to the codex teeny
is "Whether to output the minimal editor configuration used in PressThis".
Not 100% sure its the appropriate usage, but it seems to offer the exact minimal toolbar needed and does indeed provide for a better experience. Nukes the kitchen sink.
Marking this as an enhancement for 2.2. Step one is getting it in and working.