Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,287
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,932
- Showcase
- 3,252
-
Okay, I’ve found the problem.
Go to line 634
(it should say function bb_attachments_recount($post_id=0) { // update topic icon flag and sync attachment count for topic given a post_id
)
Right under that, add global $bb_attachments;
on a new line.