遊客可以看見附件,點下載時提示需要註冊
http://www.ejew.org/bbs/viewthread.php?tid=53721
viewthread.php中將$allowgetattach = !empty($forum['allowgetattach']) || ($allowgetattach && !$forum['getattachperm']) || forumperm($forum['getattachperm']); 改為$allowgetattach = !$discuz_uid || !empty($forum['allowgetattach']) || ($allowgetattach && !$forum['getattachperm']) || forumperm($forum['getattachperm']); 即可.
更簡單的方式
直接改成$allowgetattach = 1; |