| 解决dedecms问答模块匿名提问,采用的解决方式是,找到文件 ./ask/control/question.php注释以下内容: [javascript] view plain copy 在CODE上查看代码片派生到我的代码片 [javascript] view plain copy 在CODE上查看代码片派生到我的代码片 匿名提问,不需要登陆。 [javascript] view plain copy 在CODE上查看代码片派生到我的代码片 //检查在有效期内是否存在同样的问题 [php] view plain copy 在CODE上查看代码片派生到我的代码片 //$rs = $this->question->get_title($data['uid'],$data['title']); //die($data['uid']); 跳过模板的检查 |



