让未注册的游客在点击“创建词条”时弹出的“doc-create权限不足,操作被禁止”变成“请先注册用户后创建”。
  打开model/hdwiki.class.php,将
$control->message($regular.$control->view->lang['refuseAction'],'', $isadmin);

  改为:
if($regular == 'doc-create'){
        $control->message('请先<a href="index.php?user-register">注册</a>用户后创建','', $isadmin);
}else{
        $control->message($regular.$control->view->lang['refuseAction'],'', $isadmin);
}
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]