Skip to:
Content

bbPress.org

Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#1870 closed defect (bug) (fixed)

Fancy Editor shows multiple options ordinary users cannot use

Reported by: sadr's profile 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)

1870.diff (697 bytes) - added by jaredatch 12 years ago.

Download all attachments as: .zip

Change History (6)

#1 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 2.2

Marking this as an enhancement for 2.2. Step one is getting it in and working.

#2 @Sadr
13 years ago

Sounds good to me. The bbPress Post Toolbar is a fine replacement in the meantime.

Last edited 13 years ago by Sadr (previous) (diff)

@jaredatch
12 years ago

#3 @jaredatch
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.

#4 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4240]) TinyMCE:

  • Use teeny-weeny editor to prevent extra buttons from appearing.
  • Fixes #1870.
  • Props jaredatch.

#5 @johnjamesjacoby
12 years ago

(In [4241]) Editor:

  • Additional output escaping on textarea attributes.
  • Revert accidental indentation change from r4240.
  • See #1870.
Note: See TracTickets for help on using tickets.