返回列表 回复 发帖

[原创] 首页指定板块横排完美版for DZ4.1

注:本文针对“嘉城社区网”所用模板进行修改,dz版本为4.1,其他版本及模板修改方式略有不同,仅供参考!

作者: yeego
演示:http://www.jiacheng.sh.cn
修改文件:index.htm


说明:
1.指定横排板块:
{eval $incompact=array();} 中"()"内填写参与横排的gid,用半角逗号隔开。
2.若要显示更多信息,可在合适位置加入以下代码
显示子论坛:
  1. <!--{if isset($forum['subforums'])}--><br><span class="bold">{lang forum_subforums}:</span> $forum[subforums]<!--{/if}-->
复制代码
显示版主:
  1. {lang forum_moderators}:$forum[moderators]
复制代码
显示板块简介:
  1. $forum[description]
复制代码
显示最新帖:
  1. <!--{if is_array($forum['lastpost'])}-->&nbsp;最新:<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><!--{eval echo cutstr($forum[lastpost][subject],25);}--></a><!--{else}-->
  2.                                 &nbsp;暂无主题
  3.                         <!--{/if}-->
复制代码
修改方法:
1.编辑模板文件index.htm,找到:
  1. <!--{loop $forumlist $key $forum}-->
  2. ...中间部分省略...
  3. <!--{/loop}-->
复制代码
2.替换为:
  1. {eval $incompact=array();}
  2. <!--{loop $forumlist $key $forum}-->
  3.         <!--{if $forum['type'] == 'group' && $forumlist[($key + 1)]['type'] == 'forum'}-->
  4.         <!--{if !in_array($forum[fid],$incompact)}-->
  5.         <div class="header" style="line-height: 25px; height: 26px; width:100%; float:left;">
  6.                 <div class="topic">≡&nbsp;<a href="index.php?gid=$forum[fid]">$forum[name]</a> ≡</div>
  7.                 <div class="smallform" style="line-height: 15px;height: 15px;">XML</div>
  8.                 <div class="smallform" style="line-height: 15px;height: 15px;"><a href="rss.php?fid=$fid&auth=$rssauth" target="_blank">RSS 2.0</a></div>
  9.                 <!--{if $forum['moderators']}--><div class="smallform" style="line-height: 15px;height: 15px;"><font color="{HEADERTEXT}">{lang forum_category_modedby}: $forum[moderators]</font></div><!--{/if}-->
  10.         </div>

  11.         <div class="category" style="width: 100%">
  12.                 <div class="category00" style="float: left; border-right: {INNERBORDERCOLOR} 1px solid; width: 6%"></div>
  13.                 <div class="category00" style="width: 14%">{lang forum_moderators}</div>
  14.                 <div class="category00" style="border-right: {INNERBORDERCOLOR} 1px solid; width: 24%">{lang forum_lastpost}</div>
  15.                 <div class="category00" style="border-right: {INNERBORDERCOLOR} 1px solid; width: 5%">{lang forum_posts}</div>
  16.                 <div class="category00" style="border-right: {INNERBORDERCOLOR} 1px solid; width: 5%">{lang forum_threads}</div>
  17.                 <div class="category00" style="border-right: {INNERBORDERCOLOR} 1px solid; border-left: {INNERBORDERCOLOR} 1px solid; width: 5%">{lang forum_todayposts}</div>
  18.                 <div class="category00" style="width: 40%">{lang forum_name}</div>
  19.         </div>
  20.         <!--{else}-->
  21.         <div class="header" style="line-height: 25px; height: 26px; width:100%; float:left;">
  22.                 <div class="topic">≡&nbsp;<a href="index.php?gid=$forum[fid]">$forum[name]</a> ≡</div>
  23.                 <div class="smallform" style="line-height: 15px;height: 15px;">XML</div>
  24.                 <div class="smallform" style="line-height: 15px;height: 15px;"><a href="rss.php?fid=$fid&auth=$rssauth" target="_blank">RSS 2.0</a></div>
  25.                 <!--{if $forum['moderators']}--><div class="smallform" style="line-height: 15px;height: 15px;"><font color="{HEADERTEXT}">{lang forum_category_modedby}: $forum[moderators]</font></div><!--{/if}-->
  26.         </div>
  27.     <!--{/if}-->
  28.         <!--{elseif $forum['permission']}-->
  29.         <!--{if !in_array($forum[fup],$incompact)}-->
  30.         <div class="maxspeed">
  31.                 <div class="maxspeed00" style="float: left; border-right: {INNERBORDERCOLOR} 1px solid; background: {ALTBG1}; width: 6%; padding-top: 15px;">$forum[folder]</div>
  32.                 <div class="maxspeed00" style="background: {ALTBG1}; width: 14%;">
  33.                 <div class="mechille" style="text-align: center">$forum[moderators]</div></div>
  34.                 <div class="maxspeed00" style="border-right: {INNERBORDERCOLOR} 1px solid; background: {ALTBG2}; width: 24%">
  35.                         <div class="mechille">
  36.                         <!--{if $forum['permission'] == 1}-->
  37.                         <span style="color: #2653A6;">{lang private_forum} </span>
  38.                         <!--{else}-->
  39.                         <!--{if is_array($forum['lastpost'])}-->
  40.                                
  41.                                 主题:<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><!--{eval echo cutstr($forum[lastpost][subject],25);}--></a>
  42.                                 <br />作者: <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->{lang anonymous}<!--{/if}-->
  43.                                 <br />时间: $forum[lastpost][dateline]

  44.                         <!--{else}-->
  45.                                 <br />暂无主题
  46.                         <!--{/if}-->
  47.                         <!--{/if}-->
  48.                         </div>
  49.                 </div>
  50.                 <div class="maxspeed00" style="border-right: {INNERBORDERCOLOR} 1px solid; background: {ALTBG1}; width: 5%; padding-top: 12px;">$forum[posts]</div>
  51.                 <div class="maxspeed00" style="border-right: {INNERBORDERCOLOR} 1px solid; background: {ALTBG2}; width: 5%; padding-top: 12px;">$forum[threads]</div>
  52.                 <div class="maxspeed00" style="border-right: {INNERBORDERCOLOR} 1px solid; background: {ALTBG1}; width: 5%; padding-top: 12px;">$forum[todayposts]</div>
  53.                 <div class="maxspeed00" style="border-right: {INNERBORDERCOLOR} 1px solid; background: {ALTBG2}; width: 40%">
  54.                         <div class="mechille">$forum[icon]&nbsp;<a href="forumdisplay.php?fid=$forum[fid]"><span style="font-size: 12px;font-weight:bold;">$forum[name]</span></a><br />&nbsp;$forum[description]
  55.                         <!--{if isset($forum['subforums'])}--><br><span class="bold">{lang forum_subforums}:</span> $forum[subforums]<!--{/if}--></div>
  56.                 </div>
  57.         </div>       
  58.         <!--{else}-->
  59.         <div class="maxspeed" style="float:left; width:33.26%; border-right: {INNERBORDERCOLOR} 1px solid">
  60.                 <div class="mechille">$forum[icon]&nbsp;<img src="{IMGDIR}/zoo.gif" />&nbsp;<a href="forumdisplay.php?fid=$forum[fid]"><span style="font-size: 12px;font-weight:bold;">$forum[name]</span></a>&nbsp;$forum[description]<br />
  61.                 <!--{if is_array($forum['lastpost'])}-->&nbsp;最新:<a href="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"><!--{eval echo cutstr($forum[lastpost][subject],25);}--></a><!--{else}-->
  62.                                 &nbsp;暂无主题
  63.                         <!--{/if}--><br />
  64.                 &nbsp;{lang forum_threads}:$forum[threads]&nbsp; &nbsp;{lang forum_posts}:$forum[posts]&nbsp; &nbsp;{lang forum_todayposts}:$forum[todayposts]&nbsp; &nbsp;{lang forum_moderators}:$forum[moderators]</div>
  65.         </div>
  66.         <!--{/if}-->
  67.         <!--{/if}-->
  68. <!--{/loop}-->
复制代码
网易微博分享 豆瓣网 搜狐微博
..................斑竹好专业啊~!
原帖由 星晨一怒 于 2007-6-11 16:38 发表
..................斑竹好专业啊~!
果酱果酱~~只会一点皮毛,没有系统地学习
天书啊~~确实够厉害的
至少对我们这种网盲来说是专业级的
返回列表