生活在常宁,爱上常宁论坛! 广告服务

 找回密码
 免费注册

手机号码,快捷登录

4137查看|0回复

[Discuz!安装使用] Discuz! X官方图片区默认瀑布流的实现方法,理论上支持任意版本

[Discuz!安装使用] [复制链接]
发表于 2014-3-8 03:12:19 | 显示全部楼层 |阅读模式
看见官方区很多同学都问其他模板里面可以使用Discuz官方图片区瀑布流吗?答案是可以的,下载我们分享下X2.5修改和实现的方法。
一、打开你使用的模板下common目录中的common.css或者extend_common.css,在最下面添加

  1. <P> /* 瀑布流布局 by Pony <SPAN class=STYLE1>常宁论坛</SPAN>(bbs.downzz.com)提供 */
  2. .waterfall { position: relative; margin-top: 15px; }
  3. .waterfall li { margin: 0 10px 10px 0; padding: 0 0 3px; text-align: left; border-width: 1px 0 0; border-top: 1px solid #EAEAEA; background: url({STYLEIMGDIR}/bg_waterfall.png) no-repeat 100% 100%; }
  4. .waterfall .c, .waterfall h3 { padding: 10px; border: solid #EAEAEA; border-width: 0 1px; background-color: #F8F8F8; }
  5. .waterfall .c { overflow: hidden; padding-bottom: 0; max-height: 800px; }
  6. .waterfall .c .nopic { display: block; background:{WRAPBG} url({IMGDIR}/nophototiny.png) no-repeat 50% 50%; cursor: pointer; }
  7. .waterfall .auth { padding: 0 10px 10px; border-width: 0 1px 1px; border-style: solid; border-color: transparent #EAEAEA #B9B9B9; background: #F8F8F8; }
  8. .waterfall .auth img { display: inline-block; margin: 0 1px; }</P>
复制代码
二、打开使用模板中的forum目录下的forumdisplay_list.htm文件,查找代码
  1. </BLOCKQUOTE><ul class="ml mlt mtw cl">
  2. <!--{loop $_G['forum_threadlist'] $key $thread}-->
  3. <!--{if !$thread['forumstick'] && ($thread['isgroup'] == 1 || $thread['fid'] != $_G['fid'])}-->
  4. <!--{if $thread['related_group'] == 0 && $thread['closed'] > 1}-->
  5. <!--{eval $thread[tid]=$thread[closed];}-->
  6. <!--{/if}-->
  7. <!--{/if}-->
  8. <li style="width:{$_G[setting][forumpicstyle][thumbwidth]}px;">
  9. <!--{if !$_GET['archiveid'] && $_G['forum']['ismoderator']}-->
  10. <div style="position: absolute;padding:2px;background:#FFF">
  11. <!--{if $thread['fid'] == $_G[fid]}-->
  12. <!--{if $thread['displayorder'] <= 3 || $_G['adminid'] == 1}-->
  13. <input onclick="tmodclick(this)" type="checkbox" name="moderate[]" value="$thread[tid]" />
  14. <!--{else}-->
  15. <input type="checkbox" disabled="disabled" />
  16. <!--{/if}-->
  17. <!--{else}-->
  18. <input type="checkbox" disabled="disabled" />
  19. <!--{/if}-->
  20. </div>
  21. <!--{/if}-->
  22. <div class="c cl">
  23. <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_GET['archiveid']}archiveid={$_GET['archiveid']}&{/if}extra=$extra" {if $thread['isgroup'] == 1 || $thread['forumstick'] || CURMODULE == 'guide'} target="_blank"{else} onclick="atarget(this)"{/if} title="$thread[subject]" class="z">
  24. <!--{if $thread['cover']}-->
  25. <img src="$thread[coverpath]" alt="$thread[subject]" width="{$_G[setting][forumpicstyle][thumbwidth]}" height="{$_G[setting][forumpicstyle][thumbheight]}" />
  26. <!--{else}-->
  27. <span class="nopic" style="width:{$_G[setting][forumpicstyle][thumbwidth]}px; height:{$_G[setting][forumpicstyle][thumbheight]}px;"></span>
  28. <!--{/if}-->
  29. </a>
  30. </div>
  31. <h3 class="ptn" style="width: {$_G[setting][forumpicstyle][thumbwidth]}px;">
  32. <!--{hook/forumdisplay_thread $key}-->
  33. <!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}--><em class="sum pin">{lang thread_stick}</em> <!--{/if}--><!--{if in_array($thread['digest'], array(1, 2, 3))}--><em class="sum digest">{lang thread_digest}</em> <!--{/if}--><a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_GET['archiveid']}archiveid={$_GET['archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} title="$thread[subject]">$thread[subject]</a>
  34. </h3>
  35. <div class="cl">
  36. <!--{hook/forumdisplay_author $key}-->
  37. <!--{if $thread['cover']}--><em class="sum y xs0 xi1 xw1" title="$thread[cover] {lang pics}">$thread[cover]</em><!--{/if}-->
  38. <!--{if $thread['authorid'] && $thread['author']}-->
  39. <a href="home.php?mod=space&uid=$thread[authorid]">$thread[author]</a><!--{if !empty($verify[$thread['authorid']])}--> $verify[$thread[authorid]]<!--{/if}-->
  40. <!--{else}-->
  41. $_G[setting][anonymoustext]
  42. <!--{/if}-->
  43. </div>
  44. <div class="cl">
  45. <em class="y xs0"><a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" class="xi2" title="$thread[replies] {lang reply}">$thread[replies]</a> / <em title="{if $thread['isgroup'] != 1}$thread[views]{else}{$groupnames[$thread[tid]][views]}{/if} {lang show}"><!--{if $thread['isgroup'] != 1}-->$thread[views]<!--{else}-->{$groupnames[$thread[tid]][views]}<!--{/if}--></em></em>
  46. <em class="xs0{if $thread['istoday']} xi1{/if}">$thread[dateline]</em>
  47. </div>
  48. </li>
  49. <!--{/loop}-->
  50. </ul></DIV>
  51. <P>修改替换为:</P>
  52. <DIV class=blockcode>
  53. <BLOCKQUOTE>
复制代码



您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

b6广告位招商
快速回复 返回顶部 返回列表