|
发表于 2022-12-3 13:30:16
|
显示全部楼层
打开 source\module\forum\forum_attachment.php
找到- showmessage('attachment_payto', 'forum.php?mod=viewthread&tid='.$attach['tid']);
复制代码
改为- //showmessage('attachment_payto', 'forum.php?mod=viewthread&tid='.$attach['tid']);
复制代码
这个可能不适合更新到discuz里,因为别的网站可能需要的就是显示附件,但是不允许下载 |
|