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

请问一下,为什么精华帖子不显示,手机版本

347 9
发表于 2023-1-30 19:15:18 | 显示全部楼层 阅读模式

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

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

×
我的手机版本不显示精华帖子,其它的都显示,3.5的版本

请问一下,为什么精华帖子不显示,手机版本 请问,一下,为什么,什么,精华


我要说一句 收起回复

评论9

CrystαlLv.8 发表于 2023-1-30 19:15:28 | 显示全部楼层
第三方模板问题请向第三方模板咨询
我要说一句 收起回复
拾光Lv.8 发表于 2023-1-30 19:15:36 | 显示全部楼层
用dz自带的手机模板也不显示
我要说一句 收起回复
CrystαlLv.8 发表于 2023-1-30 19:16:09 | 显示全部楼层
开启了首页4格,其它的都显示
我要说一句 收起回复
浅生Lv.8 发表于 2023-1-30 19:16:56 | 显示全部楼层
重新设置下精华帖。
我要说一句 收起回复
浅生Lv.8 发表于 2023-1-30 19:17:22 | 显示全部楼层
对 我的也是官方模板 也同样不显示
我要说一句 收起回复
婷姐Lv.8 发表于 2023-1-30 19:18:02 | 显示全部楼层
PC精华帖子有显示?
我要说一句 收起回复
CrystαlLv.8 发表于 2023-1-30 19:18:32 | 显示全部楼层
请问一下,为什么精华帖子不显示,手机版本 请问,一下,为什么,什么,精华


论坛首页四格有两种展示风格,图文并茂模式下不显示精华帖,简洁文字模式下显示精华帖,不显示图片幻灯!所以这里选“简洁文字”。

请问一下,为什么精华帖子不显示,手机版本 请问,一下,为什么,什么,精华


请问一下,为什么精华帖子不显示,手机版本 请问,一下,为什么,什么,精华


触屏版这里不防呆,可以打开文件template/default/touch/forum/discuz.htm 找到下面代码替换,这样就能实现选择图文并茂显示幻灯+3格,不显示精华TAB;选择简洁文字不显示幻灯,显示带精华四格
我要说一句 收起回复
浅生Lv.8 发表于 2023-1-30 19:19:31 | 显示全部楼层
  1.   <div class="tabs flex-box mt10 cl">                        <a href="javascript:;" class="flex mon">{lang collection_lastthread}</a>                        <a href="javascript:;" class="flex">{lang show_newthreads}</a>                        <a href="javascript:;" class="flex">{$_G['setting']['navs'][2]['navname']}{lang hot_thread}</a><font color="#ff0000">                        <!--{if $_G['setting']['grid']['gridtype']}--></font><a href="javascript:;" class="flex">{lang post_digest_thread}</a><font color="#ff0000"><!--{/if}--></font>                        <!--{if $_G['setting']['mobile']['forum']['index'] == 2}--><a href="forum.php?forumlist=1" class="flex">{lang forum_list}</a><!--{/if}-->                </div>                <div id="tabs-box" class="swiper-container listbox cl">                        <div class="swiper-wrapper">                                <div class="swiper-slide">                                        <ul>                                        <!--{loop $grids['newthread'] $thread}-->                                        <!--{if !$thread['forumstick'] && $thread['closed'] > 1 && ($thread['isgroup'] == 1 || $thread['fid'] != $_G['fid'])}-->                                                <!--{eval $thread['tid']=$thread['closed'];}-->                                        <!--{/if}-->                                        <li><a href="forum.php?mod=viewthread&tid=$thread['tid']"{if $thread['highlight']} $thread['highlight']{/if} title="$thread['oldsubject']"><span class="mybk">$thread['dateline']</span><span class="mico"></span>{$thread['oldsubject']}</a></li>                                        <!--{/loop}-->                                        </ul>                                </div>                                <div class="swiper-slide">                                        <ul>                                        <!--{loop $grids['newreply'] $thread}-->                                        <!--{if !$thread['forumstick'] && $thread['closed'] > 1 && ($thread['isgroup'] == 1 || $thread['fid'] != $_G['fid'])}-->                                                <!--{eval $thread['tid']=$thread['closed'];}-->                                        <!--{/if}-->                                                                        <li><a href="forum.php?mod=viewthread&tid=$thread['tid']"{if $thread['highlight']} $thread['highlight']{/if} title="$thread['oldsubject']"><span class="mybk">$thread['replies'] {lang reply}</span><span class="mico"></span>{$thread['oldsubject']}</a></li>                                        <!--{/loop}-->                                        </ul>                                </div>                                <div class="swiper-slide">                                        <ul>                                        <!--{loop $grids['hot'] $thread}-->                                        <!--{if !$thread['forumstick'] && $thread['closed'] > 1 && ($thread['isgroup'] == 1 || $thread['fid'] != $_G['fid'])}-->                                                <!--{eval $thread['tid']=$thread['closed'];}-->                                        <!--{/if}-->                                        <!--{eval $i++;}-->                                        <li><a href="forum.php?mod=viewthread&tid=$thread['tid']"{if $thread['highlight']} $thread['highlight']{/if} title="$thread['oldsubject']"><span class="mybk">$thread['views'] {lang mobrenqi}</span><span class="mnum">$i</span>{$thread['oldsubject']}</a></li>                                        <!--{/loop}-->                                        </ul>                                </div><font color="#ff0000">                                <!--{if $_G['setting']['grid']['gridtype']}--></font>                                <div class="swiper-slide">                                        <ul>                                        <!--{loop $grids['digest'] $thread}-->                                        <!--{if !$thread['forumstick'] && $thread['closed'] > 1 && ($thread['isgroup'] == 1 || $thread['fid'] != $_G['fid'])}-->                                                <!--{eval $thread['tid']=$thread['closed'];}-->                                        <!--{/if}-->                                        <li><a href="forum.php?mod=viewthread&tid=$thread['tid']"{if $thread['highlight']} $thread['highlight']{/if} title="$thread['oldsubject']"><span class="mybk">$thread['author']</span><span class="mico"></span>{$thread['oldsubject']}</a></li>                                        <!--{/loop}-->                                        </ul>                                </div><font color="#ff0000">                                <!--{/if}--></font>                        </div>                </div>
复制代码
我要说一句 收起回复
拾光Lv.8 发表于 2023-1-30 19:20:19 | 显示全部楼层
编辑器粘贴代码不支持红色,删除代码里的<font color="#ff0000">和</font>
我要说一句 收起回复

回复

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

本版积分规则

投诉/建议联系

discuzaddons@vip.qq.com

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

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

您的IP:3.141.100.120,42.81.98.59,GMT+8, 2024-4-16 17:24 , Processed in 0.199265 second(s), 143 queries , Gzip On, Redis On.

Based on Discuz! W1.0 Licensed

© 2001-2024 Discuz! Team.

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