Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

#1980 closed defect (bug) (fixed)

separate classes, add more or remove some

Reported by: alexvorn2's profile alexvorn2 Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.1
Component: Component - Topics Keywords:
Cc: stephen@…

Description

For example in a topic page:
We have <div class="post-349 topic type-topic status-publish hentry" id="post-349">

and below that in the same page:
<div class="post-349 topic type-topic status-publish hentry odd bbp-parent-forum-347 bbp-parent-topic-349 bbp-reply-position-1 user-id-1 topic-author" id="post-349">

You can see that page classes of the post id are the same as topic classes...

Change History (5)

#1 @johnjamesjacoby
12 years ago

  • Milestone changed from Awaiting Review to 2.2

Confirmed.

#2 @netweb
12 years ago

  • Cc stephen@… added

#3 @johnjamesjacoby
12 years ago

  • Owner set to johnjamesjacoby

#4 @alexvorn2
12 years ago

  • Component changed from General to Topics

#5 @johnjamesjacoby
12 years ago

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

(In [4594]) In loop-single-reply/topic templates, replace "post-ID" with correct post type for query. Fixes issues with duplicate element ID's. Fixes #1980.

Note: See TracTickets for help on using tickets.