Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 如何实现帖子因访问量不同而变换颜色

[复制链接]
lxl1120 发表于 2012-2-15 22:35:11 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2
浏览器: 其他(帖子中请注明浏览器) 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: http://www.yiminzx.cn
本帖最后由 lxl1120 于 2012-2-17 16:26 编辑

如何实现帖子因访问量不同而变换颜色
如图:

或者能变成其他方式,总之能变颜色就行。
请各位高手解决一下 谢谢啦!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
cr180 发表于 2012-2-16 21:23:02 | 显示全部楼层
template\default\forum\forumdisplay_list.htm

查找:
  1. <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_G['gp_archiveid']}archiveid={$_G['gp_archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} class="xst" >$thread[subject]</a>
复制代码
替换为:
  1. <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_G['gp_archiveid']}archiveid={$_G['gp_archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} class="xst" style="{if $thread[views]>200}color:#FF0000{elseif $thread[views]>100}color:#0000FF{/if}">$thread[subject]</a>
复制代码
代码解释:
当浏览量大于100时显示蓝色
当浏览量大于200时显示红色

代码中的200 100数字可自己定义
回复

使用道具 举报

63490794 发表于 2012-2-16 21:44:26 | 显示全部楼层
cr180 发表于 2012-2-16 21:23
template\default\forum\forumdisplay_list.htm

查找:替换为:代码解释:

算你狠
回复

使用道具 举报

爱的心跳 发表于 2012-2-16 22:12:32 | 显示全部楼层

支持楼主的文章啊,谢谢哦。
回复

使用道具 举报

 楼主| lxl1120 发表于 2012-2-17 16:25:49 | 显示全部楼层
cr180 发表于 2012-2-16 21:23
template\default\forum\forumdisplay_list.htm

查找:替换为:代码解释:

太棒了!!!真的台感谢了!!
回复

使用道具 举报

 楼主| lxl1120 发表于 2012-2-17 16:26:08 | 显示全部楼层
cr180 发表于 2012-2-16 21:23
template\default\forum\forumdisplay_list.htm

查找:替换为:代码解释:

太谢谢了!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 13:53 , Processed in 0.034656 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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