#2951 closed defect (bug) (fixed)
error in bbp_list_forums
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | high |
Severity: | normal | Version: | 2.2 |
Component: | Component - Forums | Keywords: | commit |
Cc: |
Description
Valid until bbpress 2.5.9:
When looping and creating the list of subforums, the $counts variable is not reset during the loop. And so, if you have a list of subforum like "sub_forum_1 type forum", "sub_forum_2 type category", etc.. the sub_forum_2 will be displayed with the counts for the sub_forum_1.
The solution is to add the line $counts=; at the begining of the loop.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 6024: