我知道这个问题之前已经有人提过,但作为一个新论坛,我们一直在不断修订规则和指南,而这些编辑图标看起来有点不专业。为了避免这种情况,我们不得不删除整篇帖子并重新发布,这可能会相当繁琐。
我们非常希望仅对工作人员启用此功能。或者至少保留铅笔图标,但不显示编辑次数。
我知道这个问题之前已经有人提过,但作为一个新论坛,我们一直在不断修订规则和指南,而这些编辑图标看起来有点不专业。为了避免这种情况,我们不得不删除整篇帖子并重新发布,这可能会相当繁琐。
我们非常希望仅对工作人员启用此功能。或者至少保留铅笔图标,但不显示编辑次数。
You can uncheck the setting edit history visible to public, only staff will see the pencil
Yeah, it’s been unchecked. I did not mean the edit history, but the edit pencil. It just makes the guidelines topics look unprofessional and we need to update them from time to time.
You can use some css customization to hide it
.topic-body .post-info.edits {
display: none;
}
You’re a lifesaver. Literally went through all similar discussions and people said it wasn’t possible! Thank you very much!