以下是bbs_forumdisplay.html.php文件1122补丁的,请修改后,有子版块的父版块不要显示“更多”,而显示子版块,我不知道#146楼的应该加到哪里?
<?exit?>
{template bbs_header}
<!--{if !empty($_SCONFIG['listadcenter'])}-->
<div class="content" style="background: none; margin-bottom: 0.5em;">
$_SCONFIG[listadcenter]
</div>
<!--{/if}-->
<!-- Content内容 -->
<div class="contentR">
<div class="sideR">
<!--子版块-->
<!--{block name="bbsforum" parameter="fup/$fid/allowblog/1/order/displayorder/limit/0,100/cachetime/28800/cachename/subarr/tpl/data"}-->
<!--{if $_SBLOCK['subarr']}-->
<div class="sideblock">
<h3>子版块</h3>
<ul class="msgtitlelist">
<!--{loop $_SBLOCK['subarr'] $value}-->
<li><a href="$value[url]" target="_self">$value[name]</a></li>
<!--{/loop}-->
</ul>
</div>
<!--{/if}-->
<!--月度关注热点-->
<!--{block name="bbsthread" parameter="fid/$fid/dateline/2592000/order/views DESC/limit/0,10/cachetime/17200/cachename/hotthread/tpl/data"}-->
<!--{if $_SBLOCK['hotthread']}-->
<div class="sideblock">
<h3>月度关注热点</h3>
<dl>
<!--{loop $_SBLOCK['hotthread'] $value}-->
<dt><a href="$value[url]">$value[subject]</a></dt>
<dd>#date("m-d", $value["lastpost"])# / <a href="$value[url]">点击($value[views])</a></dd>
<!--{/loop}-->
</dl>
</div>
<!--{/if}-->
</div>
<div class="mainarea">
<!--根分类最新日志列表-->
<!--{if $forum['type'] != 'group'}-->
<!--{block name="bbsthread" parameter="perpage/30/fid/$fid/showdetail/1/messagelen/160/subjectlen/40/order/dateline DESC/cachename/newlist/tpl/data"}-->
<!--{if $_SBLOCK['newlist']}-->
<div class="category">
<h3><strong>$forum[name]</strong><a href="javascript:;" onclick="ColExpAllIntro(this)" id="ColExpAllIntroText" class="more" target="_self">隐藏摘要</a></h3>
<ul class="messagelist">
<!--{loop $_SBLOCK['newlist'] $value}-->
<li>
<h4><a href="$value[url]" target="_self">$value[subject]</a> <span class="smalltxt">($value[views])</span></h4>
<span class="smalltxt" onclick="ColExpIntro(this);"><a href="{B_URL}/viewpro.php?$value[authorid]">$value[author]</a> 发表于 #date("Y-m-d", $value["dateline"])#</span>
<p onclick="ColExpIntro(this);">$value[message] <a href="$value[url]">...全文</a></p>
</li>
<!--{/loop}-->
</ul>
<div class="pages">
<!--{if $_SBLOCK[newlist_multipage]}-->
$_SBLOCK[newlist_multipage]
<!--{else}-->
<table summary="" class="xspace-page"><tr><td class="xspace-totlerecord">当前只有一页</td></tr></table>
<!--{/if}-->
</div>
</div>
<!--{/if}-->
<!--{/if}-->
<!--{if $_SGET['page']<2 && !empty($_SBLOCK['subarr'])}-->
<!--{loop $_SBLOCK['subarr'] $key $value}-->
<!--{eval $cachetime=1800+$key*5;}-->
<!--{block name="bbsthread" parameter="fid/$value[fid]/order/dateline DESC/limit/0,10/cachetime/$cachetime/cachename/subthreadlist/tpl/data"}-->
<!--{if $_SBLOCK['subthreadlist']}-->
<div class="category">
<h3>
<strong><a href="#action/forumdisplay/fid/$value[fid]#" target="_self">$value[name]</a></strong>
<a href="#action/forumdisplay/fid/$value[fid]#" class="more" target="_self">更多</a>
</h3>
<ul class="msgtitlelist">
<!--{loop $_SBLOCK['subthreadlist'] $value}-->
<li><cite>#date("m-d", $value["dateline"])# </cite><a href="$value[url]">$value[subject]</a></li>
<!--{/loop}-->
</ul>
</div>
<!--{/if}-->
<!--{/loop}-->
<!--{/if}-->
</div>
</div>
<!-- /Content -->
<!--{if !empty($_SCONFIG['listadfloating']) || !empty($_SCONFIG['listadside'])}-->
<script type="text/javascript" src="{S_URL}/include/js/floatadv.js"></script>
<script type="text/javascript">
<!--{if !empty($_SCONFIG['listadfloating'])}-->
var lengthobj = getWindowSize();
lsfloatdiv('floatAdv', 0, 0, "<div style=\"position: absolute; right: 6px; bottom: -"+lengthobj.winHeight+"px;\"><!--{eval echo jsstrip($_SCONFIG['listadfloating']);}--></div>").floatIt();
<!--{/if}-->
<!--{if !empty($_SCONFIG['listadside'])}-->
lsfloatdiv('coupleBannerAdv', 0, 0, "<div style=\"position: absolute; left: 6px; top: 6px;\"><!--{eval echo jsstrip($_SCONFIG['listadside']);}--><br><img src=\"{S_URL}/images/system/advclose.gif\" onMouseOver=\"this.style.cursor='hand'\" onClick=\"closeBanner('coupleBannerAdv');\"></div><div style=\"position: absolute; right: 6px; top: 6px;\"><!--{eval echo jsstrip($_SCONFIG['listadside']);}--><br><img src=\"{S_URL}/images/system/advclose.gif\" onMouseOver=\"this.style.cursor='hand'\" onClick=\"closeBanner('coupleBannerAdv');\"></div>").floatIt();
<!--{/if}-->
</script>
<!--{/if}-->
{template bbs_footer}
[ 本帖最后由 eswnman 于 2006-12-8 21:00 编辑 ] |