Discuz教程网

[代码修改] 主题列表页添加帖子图例 For Discuz 7.1 7.2

[复制链接]
authicon dly 发表于 2011-11-5 09:31:41 | 显示全部楼层 |阅读模式
理论上 7.2也可以使用
11101823041124711683a2d440.jpg

修改方法:
css_append.htm 添加
  1. .legend { border: 1px solid {WRAPBORDERCOLOR}; background: {SPECIALBG}; padding: 5px; margin: 0 auto 10px; line-height: 31px; }
  2. .legend label { padding: 0 10px; }
  3. .legend img { vertical-align: middle; margin-right: 10px; }
复制代码


打开forumdisplay.htm
查找:
  1. <!--{if $whosonlinestatus}-->
复制代码


上面添加

  1. <div class="legend">
  2. 帖子图例:
  3.                 <label><img src="{IMGDIR}/pin_1.gif" alt="总置顶" />总置顶</label>
  4.                 <label><img src="{IMGDIR}/pin_2.gif" alt="区置顶" />区置顶</label>
  5.                 <label><img src="{IMGDIR}/pin_3.gif" alt="版置顶" />版置顶</label>
  6. <label><img src="{IMGDIR}/folder_new.gif" alt="{lang thread_newposts}" />{lang thread_newposts}</label>
  7. <label><img src="{IMGDIR}/folder_common.gif" alt="{lang thread_nonewpost}" />{lang thread_nonewpost}</label>
  8. <label><img src="{IMGDIR}/folder_hot.gif" alt="{lang thread_more_replies}" />{lang thread_more_replies}</label>
  9. <label><img src="{IMGDIR}/folder_lock.gif" alt="{lang thread_closed}" />{lang thread_closed}</label>
  10.                 <label><img src="{IMGDIR}/digest_1.gif" alt="精华帖" />精华帖</label>
  11.                 <label><img src="{IMGDIR}/pollsmall.gif" alt="投票帖" />投票帖</label>
  12. </div>
复制代码


7.2的话 只需要将上面的代码替换为

  1. <div class="legend">
  2. 帖子图例:
  3.                 <label><img src="{IMGDIR}/pin_1.gif" alt="总置顶" />总置顶</label>
  4.                 <label><img src="{IMGDIR}/pin_2.gif" alt="区置顶" />区置顶</label>
  5.                 <label><img src="{IMGDIR}/pin_3.gif" alt="版置顶" />版置顶</label>
  6. <label><img src="{IMGDIR}/folder_new.gif" alt="{lang thread_newposts}" />{lang thread_newposts}</label>
  7. <label><img src="{IMGDIR}/folder_common.gif" alt="{lang thread_nonewpost}" />{lang thread_nonewpost}</label>
  8. <label><img src="{IMGDIR}/hot_1.gif" alt="{lang thread_more_replies}" />{lang thread_more_replies}</label>
  9. <label><img src="{IMGDIR}/folder_lock.gif" alt="{lang thread_closed}" />{lang thread_closed}</label>
  10.                 <label><img src="{IMGDIR}/digest_1.gif" alt="精华帖" />精华帖</label>
  11.                 <label><img src="{IMGDIR}/pollsmall.gif" alt="投票帖" />投票帖</label>
  12. </div>
复制代码


因论坛整体宽度不同,如果出现换行情况,.legend label { padding: 0 10px; }将10px改小一点就可以了。



上一篇:在快速回复栏左侧加一个游客注册或登录提醒 For discuz 7.2
下一篇:在发表回复后和回帖后跳转到最后一页 中间加 Ctrl+Enter快速发表的提示 For discuz7.2
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1314学习网 ( 浙ICP备10214163号 )

GMT+8, 2024-5-18 14:56

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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