Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[已解决] 求discuz.htm简化显示问题

[复制链接]
05309 发表于 2010-7-5 18:41:00 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X1
浏览器: 其他(帖子中请注明浏览器) 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: http://www.gxdsw.net/
我只想调用分区和版块名字如:
·分区1
·新建版块1
·新建版块1
·新建版块1
·新建版块1
·分区2
·新建版块1
·新建版块1
·新建版块1
·新建版块1


这样简单调用,说明下我要用discuz.htm里的原代码调用的。

<!--{loop $catlist $key $cat}-->  <!--{loop $cat[forums] $forumid}-->

就像这些吧,本人不太懂,想求高手帮下

在此谢谢啦
回复

使用道具 举报

cr180 发表于 2010-7-6 09:47:59 | 显示全部楼层
本帖最后由 cr180 于 2010-7-6 09:49 编辑

文件:\template\default\forum\discuz.htm

查找:
  1. <div class="icn"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  2.                                         <!--{if $forum[icon]}-->
  3.                                                 $forum[icon]
  4.                                         <!--{else}-->
  5.                                                 <img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="" />
  6.                                         <!--{/if}-->
  7.                                         </div>
  8.                                         <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {echo $forum[extra][iconwidth] + 10}px;"{/if}>
  9.                                                 <dt><a href="forum.php?mod=forumdisplay&fid=$forum[fid]"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em> (<strong>$forum[todayposts]</strong>)</em><!--{/if}--></dt>
  10.                                                 <!--{if !$forum['redirect']}-->
  11.                                                 <dd class="i"><em>{lang forum_threads}: $forum[threads]</em><em>{lang forum_posts}: $forum[posts]</em></dd>
  12.                                                 <!--{/if}-->
  13.                                                 <!--{if $forum[description] && !$cat['forumcolumns']}--><dd class="xg2">$forum[description]</dd><!--{/if}-->
  14.                                                 <!--{if $forum['subforums'] && $cat['forumcolumns'] <= 1}--><dd class="sfl">{lang forum_subforums}: $forum['subforums']</dd><!--{/if}-->
  15.                                                 <dd>
  16.                                                 <!--{if $forum['permission'] == 1}-->
  17.                                                         {lang private_forum}
  18.                                                 <!--{else}-->
  19.                                                         <!--{if $forum['redirect']}-->
  20.                                                                 <a href="forum.php?mod=forumdisplay&fid=$forum[fid]" class="xi2">{lang url_link}</a>
  21.                                                         <!--{elseif is_array($forum['lastpost'])}-->
  22.                                                                 <!--{if $cat['forumcolumns'] < 3}-->
  23.                                                                         <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&amp;goto=lastpost#lastpost" class="xi2">{echo cutstr($forum[lastpost][subject], 30)}</a> $forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
  24.                                                                 <!--{else}-->
  25.                                                                         <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&amp;goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
  26.                                                                 <!--{/if}-->
  27.                                                         <!--{else}-->
  28.                                                                 {lang never}
  29.                                                         <!--{/if}-->
  30.                                                 <!--{/if}-->
  31.                                                 </dd>
  32.                                         </dl>
复制代码
替换成:
  1. <h1><a href="forum.php?mod=forumdisplay&fid=$forum[fid]"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a></h1>
复制代码


这样就只显示版块名称了 别的内容全部去掉了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-8-30 15:09 , Processed in 0.085942 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表