Opened 6 years ago
Closed 6 years ago
#3331 closed defect (bug) (invalid)
bbp_insert_forum not updating parent subforum count
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.6.4 |
| Component: | Component - Forums | Keywords: | |
| Cc: |
Description
After bbp_insert_forum is ran successfully, the post_parent forum (if not 0) should be incremented with 1
Quick search resulted only in bbp_update_forum_subforum_count($forum_id, $subforums) to perform this. Similar to bbp_bump_forum_topic_count probably a bbp_bump_subforum_count could be created.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Must be a side effect of another thing... going deeper into it but closing this for now.