久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

怎樣讓首頁版塊顯示簡介而不是帖子

2440 6 0提示:支持鍵盤翻頁<-左 右-> wh8630193 發(fā)表于 2023-4-13 14:23 帖子模式

如圖,想顯示成版塊簡介。 查看全文

    組圖打開中,請稍候......

評論6個評論

文強發(fā)表于  2023-4-13 21:01:24
wh8630193 發(fā)表于 2023-4-13 20:15
discuz.php是下面這些,沒有你寫的那些代碼:

你用的是默認模板嗎?如果是那就打開 template\default\forum\discuz.htm ,搜索結(jié)果有2段樓上給的代碼,如圖:


wh8630193發(fā)表于  2023-4-13 20:15:32
discuz.php是下面這些,沒有你寫的那些代碼:
<?php
if(!defined('IN_DISCUZ')) {
        exit('Access Denied');
}
include loadarchiver('common/header');
?>
<div id="nav">
        <a href="./"><strong><?php echo $_G['setting']['bbname']; ?></strong></a>
</div>
<div id="content">
        <?php foreach($catlist as $key => $cat): ?>
        <h3><?php echo $cat['name']; ?></h3>
        <?php if(!empty($cat['forums'])): ?>
        <ul>
                <?php foreach($cat['forums'] as $fid): ?>
                <li><a href="?fid-<?php echo $fid; ?>.html"><?php echo $forumlist[$fid]['name']; ?></a></li>
                <?php endforeach; ?>
        </ul>
        <?php endif; ?>
        <?php endforeach; ?>
</div>
<div id="end">
        <?php echo lang('forum/archiver', 'full_version'); ?>:
        <a href="../forum.php" target="_blank"><strong><?php echo $_G['setting']['bbname']; ?></strong></a>
</div>
<?php include loadarchiver('common/footer'); ?>
onetheme發(fā)表于  2023-4-13 17:42:03
wh8630193 發(fā)表于 2023-4-13 15:36
這里的代碼,是哪段呀?
  1. <!--{if $forum['permission'] == 1}-->
  2.                                                                                 {lang private_forum}
  3.                                                                         <!--{else}-->
  4.                                                                                 <!--{if $forum['redirect']}-->
  5.                                                                                         <a href="$forumurl" class="xi2">{lang url_link}</a>
  6.                                                                                 <!--{elseif is_array($forum['lastpost'])}-->
  7.                                                                                         <!--{if $cat['forumcolumns'] < 3}-->
  8.                                                                                                 <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
  9.                                                                                         <!--{else}-->
  10.                                                                                                 <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
  11.                                                                                         <!--{/if}-->
  12.                                                                                 <!--{else}-->
  13.                                                                                         {lang never}
  14.                                                                                 <!--{/if}-->
  15.                                                                         <!--{/if}-->
復制代碼
wh8630193發(fā)表于  2023-4-13 15:36:55
onetheme 發(fā)表于 2023-4-13 14:30
discuz.php把這里的代碼替換成下面的

這里的代碼,是哪段呀?
niuniu1688發(fā)表于  2023-4-13 14:31:40
修改上面代碼
onetheme發(fā)表于  2023-4-13 14:30:01
discuz.php把這里的代碼替換成下面的
  1. <!--{if $forum[description]}--><p class="xg2">$forum[description]</p><!--{/if}-->
復制代碼
  • 關(guān)注公眾號
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號 |皖公網(wǎng)安備34010302002376號 )|網(wǎng)站地圖|star

GMT+8, 2025-9-19 07:12 , Processed in 0.072826 second(s), 34 queries .

Powered by Discuz! W1.0 Licensed

Copyright © 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復 返回頂部 返回列表