__画地为牢 发表于 2011-5-16 21:26

Discuz! X1.5让游客查看图片方法

打开这个路径source\module\forum
编制forum_viewthread.php
查找一下代码$_G['group']['allowgetattach'] = !empty($_G['forum']['allowgetattach']) || ($_G['group']['allowgetattach'] && !$_G['forum']['getattachperm']) || forumperm($_G['forum']替换$_G['group']['allowgetattach'] = !$discuz_uid || !empty($_G['forum']['allowgetattach']) || ($_G['group']['allowgetattach'] && !$_G['forum']['getattachperm']) || forumperm($_G['forum']在一个论坛上看到的!
页: [1]
查看完整版本: Discuz! X1.5让游客查看图片方法