蓝雨 发表于 2010-2-25 10:30:15

主题列表鼠标激活显示贴内图片附件缩略图DZ7.2

方法:
编辑forumdisplay.php
找到$threadlist[] = $thread;在上面添加#-- 主题封面
      $at = array();
      $query1 = '';
      $query1 = $db->query("SELECT * FROM {$tablepre}attachments WHERE tid=$thread AND isimage=1 LIMIT
0,1");
      $at = $db->fetch_array($query1);
      if($at){
                $thread['thumb'] = 'attachments/'.$at['attachment'];
      }
#-- /主题封面如果7.2显示不出一些连接图片修改isimage=1为 isimage<>0

编辑templates/default/forumdisplay.htm
找到

**** Hidden Message *****
页: [1] 2
查看完整版本: 主题列表鼠标激活显示贴内图片附件缩略图DZ7.2