mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
109 stars 45 forks source link

Fixing forum counters and last_post_id, last_post_user_id updating #28

Closed JN-Jones closed 9 years ago

JN-Jones commented 9 years ago

Note: last post isn't updated when restoring a post/topic atm and sometimes not properly when deleting them. Going to change that later.

Also:

About soft deleting: atm soft deleting a topic/post updates the counters but no foreign keys (last post for example). Those are only updated on hard delete. IMHO that should be changed. Soft Deleted posts shouldn't be considered in any overview/counter as "last/first/newest whatever". They should only be displayed after you entered the forum/topic.