PDA

View Full Version : [fixed] When thread is deleted in non-post-counting forum...


Dennis Wrenn
Sat 22nd Sep '01, 2:28pm
When thread is deleted in non-post-counting forum...

Everybody's post count decreases who were involved in the thread...

To fix this, open editpost.php, and go to line 261

Change this:


deletethread($threadinfo[threadid]);


To this:


deletethread($threadinfo[threadid], $foruminfo[countposts]);



-Dennis

JamesUS
Sat 22nd Sep '01, 5:03pm
Just checked the latest code and this still exists.

Thanks Dennis! :)