·设为首页收藏本站📧邮箱修改🎁免费下载专区🔐设置/修改密码👽群雄群聊
返回列表 发布新帖

discuz 手机触屏收费附件不显示的bug修复

451 0
发表于 2020-7-5 15:15:36 | 显示全部楼层 阅读模式

马上注册,免费下载更多dz插件网资源。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
登录后可见有些站长反馈说在PC端购买过这个附件的,在手机端才能显示附件。
6 S1 S$ E9 b- }: X+ ~(www.m oqu8.c om)
( U" k0 Y2 Z8 N(w ww.m oqu8.c om)
, v: j, g& W0 C% D1 j+ |(w w w.m oqu 8.c om)
这样导致手机端的附件平白无故的消失了~ 应该算是一个比较大的功能上的bug,由于不影响安全,所以官方并未急于修复。

修复起来倒是不很复杂,过程如下():
打开:/upload/source/language/lang_message.php


找到
  1. 'attachment_buyall' => '本帖所有附件购买成功 ',
复制代码
改为
  1. 'attachment_mobile_buy' => '附件购买成功',
复制代码
打开:/upload/source/module/forum/forum_misc.php
找到
  1. if(count($aids) > 1) {                        showmessage('attachment_buyall', 'forum.php?mod=redirect&goto=findpost&ptid='.$attach['tid'].'&pid='.$attach['pid']);                } else {                        $_G['forum_attach_filename'] = $attach['filename'];                        showmessage('attachment_buy', "forum.php?mod=attachment&aid=$aidencode", array('filename' => $_G['forum_attach_filename']), array('redirectmsg' => 1));                }
复制代码
改为:
  1. if(defined('IN_MOBILE')) {                        showmessage('attachment_mobile_buy', 'forum.php?mod=redirect&goto=findpost&ptid='.$attach['tid'].'&pid='.$attach['pid']);                }else{                        if(count($aids) > 1) {                                showmessage('attachment_buyall', 'forum.php?mod=redirect&goto=findpost&ptid='.$attach['tid'].'&pid='.$attach['pid']);                        } else {                                $_G['forum_attach_filename'] = $attach['filename'];                                showmessage('attachment_buy', "forum.php?mod=attachment&aid=$aidencode", array('filename' => $_G['forum_attach_filename']), array('redirectmsg' => 1));                        }                }
复制代码
打开:/upload/template/default/touch/forum/discuzcode.htm' N0 w9 ?# R- U. N(ww  w.m oqu  8.c om)
找到
  1.   <!--{if !$attach['price'] || $attach['payed']}-->                <div id="attach_$attach[aid]" class="box attach mbn" >                        <!--{if $_G['setting']['mobile']['mobilesimpletype'] == 0}-->                        $attach[attachicon]                        <!--{/if}-->                        <!--{if !$attach['price'] || $attach['payed']}-->                                <a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank">$attach[filename]</a>                        <!--{else}-->                                <a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" target="_blank">$attach[filename]</a>                        <!--{/if}-->                        <em class="xg1">($attach[attachsize])</em>                        <em class="xg1"><br />({lang downloads}: $attach[downloads], $attach[dateline] {lang upload})                        </em>                        <!--{if !$attach['attachimg'] && $_G['getattachcredits']}--><p>{lang attachcredits}: $_G[getattachcredits]</p><!--{/if}-->                </div>                <!--{/if}-->
复制代码
改为
  1. <div id="attach_$attach[aid]" class="box attach mbn" ><!--{if $_G['setting']['mobile']['mobilesimpletype'] == 0}-->$attach[attachicon]<!--{/if}--><!--{if !$attach['price'] || $attach['payed']}--><a href="forum.php?mod=attachment{$is_archive}&aid=$aidencode" target="_blank">$attach[filename]</a><!--{else}--><a href="forum.php?mod=misc&action=attachpay&aid=$attach[aid]&tid=$attach[tid]" target="_blank">$attach[filename]</a><!--{/if}--><em class="xg1">($attach[attachsize])</em><em class="xg1"><br />({lang downloads}: $attach[downloads], $attach[dateline] {lang upload})</em><!--{if !$attach['attachimg'] && $_G['getattachcredits']}-->{lang attachcredits}: $_G[getattachcredits]<!--{/if}--></div>
复制代码
然后将下列attachpay.htm 复制到 template/default/touch/forum/ 即可
discuz 手机触屏收费附件不显示的bug修复 手机,收费,附件,修复 attachpay.htm (3.63 KB, 下载次数: 1)

懒人包(简体GBK版本,其他版本请自行转换)

discuz 手机触屏收费附件不显示的bug修复 手机,收费,附件,修复 懒人包.zip (40.01 KB, 下载次数: 1)
我要说一句 收起回复
一花一世界,一叶一追寻。一曲一场叹,一生为一人。

回复

 懒得打字嘛,点击右侧快捷回复【查看最新发布】   【应用商城享更多资源】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

投诉/建议联系

discuzaddons@vip.qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,按照公告处理!!!
  • 联系QQ客服
  • 添加微信客服

联系DZ插件网微信客服|最近更新|Archiver|手机版|小黑屋|DZ插件网! ( 鄂ICP备20010621号-1 )|网站地图

您的IP:18.117.81.240,175.4.51.55,GMT+8, 2024-4-29 19:06 , Processed in 0.162797 second(s), 68 queries , Gzip On, Redis On.

Based on Discuz! W1.0 Licensed

© 2001-2024 Discuz! Team.

关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表