【Typecho】实现贡献者投稿无需审核
标签搜索
侧边栏壁纸
  • 累计撰写 4 篇文章
  • 累计收到 0 条评论

【Typecho】实现贡献者投稿无需审核

重痕
2024-11-06 / 0 评论 / 71 阅读 / 正在检测是否收录...

实现贡献者投稿无需审核

// 打开Edit.php
// 网站根目录 /var/Widget/Contents/Post/Edit.php

// 找到 if ($this->user->pass('editor', true))

if ($this->user->pass('editor', true))

// 替换为以下代码,有两处需要替换

if ($this->user->pass('contributor', true))
0

评论 (0)

取消