WordPress 插件可保存发布后编辑,而无需实际发布这些编辑

发布于 2025-01-06 12:58:11 字数 394 浏览 1 评论 0原文

我正在使用 wordpress 3.3.1 开发 CMS。对于我之前的问题,在这方面我有几个插件,通过它们我可以提升用户的规则。例如,现在我的贡献者可以

  1. 发表新帖子
  2. 编辑已经发布的帖子

我无法实现的是获得发布模式,这是管理员的唯一权限。

  1. 当贡献者编辑发布帖子时,编辑将在实时网站上进行。
  2. 如果贡献者将帖子另存为草稿,则原始帖子将从实时站点中删除。

我正在寻找某种版本控制来实现我的目标。贡献者编辑已发布的帖子,并将其作为新版本保存在数据库中。管理员批准了这一新帖子,实时站点上的旧版本将被编辑后的版本替换。

任何帮助或插件信息将不胜感激。

I am working on a CMS using wordpress 3.3.1. With my previous question, in this respect I got a couple of plugins through which I can elevate the rules for my users. For example now my contributor can

  1. Make a new post
  2. Edit already published posts

What I cannot achieve is to attain the Publish Mode which is the sole authority of the administrator.

  1. When the contributor edits a publish post, the edits take place on the live site.
  2. If the contributor saves the post as drafts, the original post is deleted from the live site.

I am looking for some sort of version control to achieve my goal. The contributor edits an already published post which is saved in the DB as a new version. The administrator approves this new post and the old version on the live site is replaced by the edited one.

Any help or plugin info would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黑凤梨 2025-01-13 12:58:11

WordPress 已经定期保存版本,以防您的计算机崩溃,也许您可​​以为此设置一个保存按钮?

WordPress already saves versions as its going on a regular basis in-case your computer crashes, perhaps you can have a save button for this?

灯下孤影 2025-01-13 12:58:11

我做了很多研究,可以得出结论,RevisionaryRole Scoper 可以用于确切的目的。

I have done a lot of RnD and can conclude that Revisionary along with Role Scoper can be used for the exact purpose.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文