FreeDiscuz!'s Archiver

朱雀 发表于 2008-8-13 11:35

請問版主評語的插件

[url]http://www.discuz.net/thread-802912-1-1.html[/url]

這張貼的評語插件能用在6.1嗎

viewthread.php中找不到

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;
   }
  }
}

页: [1]

Powered by Discuz! Archiver 6.1.0F  © 2001-2007 Comsenz Inc.