I have a suggestion for a simple database mod to implement the new feature of thread moderation by the thread starter. The main purpose of the mod is to prevent mass deletion of posts for whatever reason the thread starter may have.
- In the database for posts create a new column for post status, the default value is 1. When the value is 1 the post will show up.
- To "delete" a post the value gets changed to 0. When the value is 0 the post will not show up, but it is still in the database.
- Only Baron or a moderator can change the value back to 1, which will make that post viewable again.