The restore feature *is* nice but I don't think it does anything special that the standard move tool doesn't other than remembering where the post/topic was before trashing it, which *can* be harder for larger forums. Pros and cons...Danielx64 wrote:It really light, not bloated and doesn't conflict with as many mods. Not to say less edits required. There no option to move the topic back where it was, so you need to use the standard move tool.
Code: Select all
forum_topics_real = forum_topics_real - 1
Something odd going on, I'm going update the first post with the version that I've sent into validation and I will ask you to try that.RMcGirr83 wrote:forum topics real is set as unsigned in the database which means it permits only nonnegative numbers. You are trying to inject a negative number into the column which then causes the error.Code: Select all
forum_topics_real = forum_topics_real - 1
What else am I missing? There is no functionality at all on my forum.Users can now trash own topics and you can now disable the delete topic/post feature so that everything now goes to the trash.
Please note that the new permissions are set to no by default and you will need to set then.