17DST→一起创造价值's Archiver

much 发表于 2008-7-30 14:34

[求助]dz5.5资料片的评分栏怎么修改?

[求助]dz5.5资料片的评分栏怎么修改颜色啊?
查看了viewthread.php的代码,发现代码内是直接查询数据库导出数据的

请求帮助,我想把这些评分人的姓名,评分时间,评分数值,评分理由全改个颜色输出,有人能帮我不?[code]if($ratelogpids) {
                $query = $db->query("SELECT * FROM {$tablepre}ratelog WHERE pid IN ($ratelogpids) ORDER BY dateline DESC");
                while($ratelog = $db->fetch_array($query)) {
                        if(count($postlist[$ratelog['pid']]['ratelog']) < $ratelogrecord) {
                                $ratelog['dateline'] = gmdate("$dateformat $timeformat", $ratelog['dateline'] + $timeoffset * 3600);
                                $ratelog['score'] = $ratelog['score'] > 0 ? '+'.$ratelog['score'] : $ratelog['score'];
                                $ratelog['reason'] = dhtmlspecialchars($ratelog['reason']);
                                $postlist[$ratelog['pid']]['ratelog'][] = $ratelog;
                        }[/code]

伊泽浩 发表于 2008-8-6 11:35

在模板里有。

much 发表于 2008-9-3 10:35

[quote]原帖由 [i]伊泽浩[/i] 于 2008-8-6 11:35 发表 [url=http://www.discuzsupport.net/redirect.php?goto=findpost&pid=33989&ptid=5393][img]http://www.discuzsupport.net/images/common/back.gif[/img][/url]
在模板里有。 [/quote]

没找到修改评分栏的任何信息啊

asd1 发表于 2008-9-4 11:25

你所使用的还是Discuz! 5.5版的《资料片:燃烧远征》吗?

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.