WordPress 插件可保存发布后编辑,而无需实际发布这些编辑
我正在使用 wordpress 3.3.1 开发 CMS。对于我之前的问题,在这方面我有几个插件,通过它们我可以提升用户的规则。例如,现在我的贡献者可以
- 发表新帖子
- 编辑已经发布的帖子
我无法实现的是获得发布模式,这是管理员的唯一权限。
- 当贡献者编辑发布帖子时,编辑将在实时网站上进行。
- 如果贡献者将帖子另存为草稿,则原始帖子将从实时站点中删除。
我正在寻找某种版本控制来实现我的目标。贡献者编辑已发布的帖子,并将其作为新版本保存在数据库中。管理员批准了这一新帖子,实时站点上的旧版本将被编辑后的版本替换。
任何帮助或插件信息将不胜感激。
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
- Make a new post
- Edit already published posts
What I cannot achieve is to attain the Publish Mode which is the sole authority of the administrator.
- When the contributor edits a publish post, the edits take place on the live site.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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?
我做了很多研究,可以得出结论,Revisionary 和 Role Scoper 可以用于确切的目的。
I have done a lot of RnD and can conclude that Revisionary along with Role Scoper can be used for the exact purpose.