97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里
Discuz! 官方交流社區(qū)
標(biāo)題:
請(qǐng)問一下,為什么精華帖子不顯示,手機(jī)版本
[打印本頁]
作者:
新化文印網(wǎng)
時(shí)間:
2023-1-28 10:46
標(biāo)題:
請(qǐng)問一下,為什么精華帖子不顯示,手機(jī)版本
我的手機(jī)版本不顯示精華帖子,其它的都顯示,3.5的版本
(, 下載次數(shù): 38)
上傳
點(diǎn)擊文件名下載附件
作者:
老周部落
時(shí)間:
2023-1-28 10:59
第三方模板問題請(qǐng)向第三方模板咨詢
作者:
新化文印網(wǎng)
時(shí)間:
2023-1-28 14:25
老周部落 發(fā)表于 2023-1-28 10:59
第三方模板問題請(qǐng)向第三方模板咨詢
用dz自帶的手機(jī)模板也不顯示
作者:
新化文印網(wǎng)
時(shí)間:
2023-1-28 14:38
老周部落 發(fā)表于 2023-1-28 10:59
第三方模板問題請(qǐng)向第三方模板咨詢
開啟了首頁4格,其它的都顯示
作者:
幸福
時(shí)間:
2023-1-29 13:36
重新設(shè)置下精華帖。
作者:
Guoyuh78
時(shí)間:
2023-1-29 22:55
對(duì) 我的也是官方模板 也同樣不顯示
作者:
Discuz有償服務(wù)
時(shí)間:
2023-1-30 02:01
PC精華帖子有顯示?
作者:
onetheme
時(shí)間:
2023-1-30 03:20
(, 下載次數(shù): 44)
上傳
點(diǎn)擊文件名下載附件
論壇首頁四格有兩種展示風(fēng)格,圖文并茂模式下不顯示精華帖,簡(jiǎn)潔文字模式下顯示精華帖,不顯示圖片幻燈!所以這里選“簡(jiǎn)潔文字”。
(, 下載次數(shù): 40)
上傳
點(diǎn)擊文件名下載附件
(, 下載次數(shù): 51)
上傳
點(diǎn)擊文件名下載附件
觸屏版這里不防呆,可以打開文件template/default/touch/forum/discuz.htm 找到下面代碼替換,這樣就能實(shí)現(xiàn)選擇圖文并茂顯示幻燈+3格,不顯示精華TAB;選擇簡(jiǎn)潔文字不顯示幻燈,顯示帶精華四格
作者:
onetheme
時(shí)間:
2023-1-30 03:21
<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>
復(fù)制代碼
作者:
onetheme
時(shí)間:
2023-1-30 03:23
編輯器粘貼代碼不支持紅色,刪除代碼里的<font color="#ff0000">和</font>
作者:
老周部落
時(shí)間:
2023-2-2 10:34
onetheme 發(fā)表于 2023-1-30 03:21
方便把此代碼提交到官方版本么?
歡迎光臨 Discuz! 官方交流社區(qū) (http://r615.cn/)
Powered by Discuz! X5.0