新微赢技术网

标题: 3级置顶分开:固顶主题、重要主题、推荐主题 [打印本页]

作者: 逍遥    时间: 2009-5-3 13:07
标题: 3级置顶分开:固顶主题、重要主题、推荐主题
3级置顶分开:固顶主题、重要主题、推荐主题

For Dz5.0.0 正式版 最简易方法

声明:我不是作者,我只是合众家方法修改出的最简易方法!

QUOTE:
**********************************************************************************
||插件HACK: 3级置顶分开:固顶主题、重要主题、推荐主题 For Dz5.0.0 正式版
||原著作者: zulu8v8   http://www.discuz.net/viewthread.php?tid=249662
||插件安装: 相当容易
||修改文件: forumdisplay.htm模版 (建议先备份)
||演示地址:www.oomov.cn
||适用版本: Discuz 5.0 正式版
**********************************************************************************

1.修改:forumdisplay.htm模版

查找

[Copy to clipboard]
CODE:
<!--{if $separatepos == $key + 1}-->
   <tr class="category"><td> </td><td colspan="6">{lang forum_normal_threads}</td></tr>
  <!--{/if}-->

修改为

[Copy to clipboard]
CODE:
<!-- 三级置顶分开 --->
<!--{if $tr != $thread['displayorder']}-->
          <tr class="category"><td> </td><td colspan="6">
          <!--{if $thread['displayorder'] == 1}-->
          <span class="bold"><font style="filter: glow(color=Green,strength=3); height:10px; color:white; padding:1px">推荐主题</font></span>
          <!--{elseif $thread['displayorder'] == 2}-->
          <span class="bold"><font style="filter: glow(color=Brown,strength=3); height:10px; color:white; padding:1px">重要主题</font></span>
          <!--{elseif $thread['displayorder'] == 3}-->
          <span class="bold"><font style="filter: glow(color=red,strength=3); height:10px; color:white; padding:1px">固顶主题</font></span>
          </b><!--{else}-->
          <span class="bold"><font style="filter: glow(color=blue,strength=3); height:10px; color:white; padding:1px">{lang forum_normal_threads}</font></span>

          <!--{/if}-->
          </td></tr>
          <!--{eval $tr = $thread['displayorder'];}-->
          <!--{/if}-->
<!-- 三级置顶分开 --->




图片附件: [演示图片] 1.JPG (2006-9-5 22:04, 274.46 K)






欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2