是否有一种方法可以要求编辑也必须由管理员/版主批准?
我们目前要求当信任级别(TL)< 3 时必须经过版主批准。这对于初始提交来说运行良好,但假设用户提交了一篇帖子,然后版主批准了它。之后,用户可以完全自由地编辑该帖子,没有任何限制。不需要后续的批准。
对于添加此功能有什么想法吗?我认为这是当前审核/批准功能中一个相当大的漏洞。一旦初始帖子被批准,这个窗口实际上允许用户毫无限制地发表任何内容。
是否有一种方法可以要求编辑也必须由管理员/版主批准?
我们目前要求当信任级别(TL)< 3 时必须经过版主批准。这对于初始提交来说运行良好,但假设用户提交了一篇帖子,然后版主批准了它。之后,用户可以完全自由地编辑该帖子,没有任何限制。不需要后续的批准。
对于添加此功能有什么想法吗?我认为这是当前审核/批准功能中一个相当大的漏洞。一旦初始帖子被批准,这个窗口实际上允许用户毫无限制地发表任何内容。
You could turn off trust level of time settings allowing editing.
The settings you want to look at are
editing grace periodFor (n) seconds after posting, editing will not create a new version in the post history.
and
post edit time limitThe author can edit or delete their post for (n) minutes after posting. Set to 0 for forever.
I’m not following, which parameter are you recommending? Would this stop users from editing posts however?
Search site settings for ‘edit’. There are settings controlling who and for how long you can edit a post.
I do see those however that doesn’t necessarily hit the root issue. Users should be able to edit their posts however a new moderation item such as: post edited should require mod approval.
Warning, I built a system similar to this at Stack Overflow and it took multiple months to get all the polish right. It was pretty large scale and involved anonymous edits as well, so it may be a bit bigger than what a basic plugin needs.
We are not particularly keen about adding this to core for now, but it can be a plugin for sure and core should provide the extensibility require to implement it.
Thanks @sam
I started exploring pluginirizing it last night, I’ll take that approach.