Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

#1608 closed defect (bug) (fixed)

Breadcrumb is shown two times on reply edit page

Reported by: gautamgupta's profile GautamGupta Owned by:
Milestone: 2.0 Priority: high
Severity: normal Version: 2.0
Component: Component - Replies Keywords: has-patch
Cc: pavelevap

Description

Attaching a patch...

Attachments (1)

reply_edit.diff (1.9 KB) - added by GautamGupta 14 years ago.
Also makes use of the disabled() function instead of if statements

Download all attachments as: .zip

Change History (3)

@GautamGupta
14 years ago

Also makes use of the disabled() function instead of if statements

#1 @pavelevap
14 years ago

  • Cc pavelevap added

Strange breadcrumbs are also shown on main forums page. There is:

Home › Forums › Forum

and it should be probably only:

Home › Forums

Because we are in Forums overview but not in any particular forum?

#2 @johnjamesjacoby
14 years ago

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

(In [3459]) Use disabled() in topic and reply forms. Remove duplicate breadcrumbs on single reply edits. Fixes #1608. Props GautamGupta.

Note: See TracTickets for help on using tickets.