请问一下,为什么精华帖子不显示,手机版本
我的手机版本不显示精华帖子,其它的都显示,3.5的版本第三方模板问题请向第三方模板咨询 用dz自带的手机模板也不显示 开启了首页4格,其它的都显示 重新设置下精华帖。 对 我的也是官方模板 也同样不显示 PC精华帖子有显示?
论坛首页四格有两种展示风格,图文并茂模式下不显示精华帖,简洁文字模式下显示精华帖,不显示图片幻灯!所以这里选“简洁文字”。
触屏版这里不防呆,可以打开文件template/default/touch/forum/discuz.htm 找到下面代码替换,这样就能实现选择图文并茂显示幻灯+3格,不显示精华TAB;选择简洁文字不显示幻灯,显示带精华四格 <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']['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> 编辑器粘贴代码不支持红色,删除代码里的<font color="#ff0000">和</font>
页:
[1]