携觅 发表于 2016-1-12 11:30:25

如何让搜索结果页显示帖子图片

本帖最后由 携觅 于 2016-1-12 16:40 编辑

如何让搜索结果页显示帖子图片?

xsuns 发表于 2016-2-4 21:43:03

xsuns 发表于 2016-2-4 21:43:19

这里淘宝有:o:o

携觅 发表于 2016-2-5 11:12:36

xsuns 发表于 2016-2-4 21:43
这里淘宝有

已经解决了

nlnl520coco 发表于 2016-5-2 10:26:39

楼上的如何解决,求解

技术帮助 发表于 2016-5-7 18:12:59

nlnl520coco 发表于 2016-5-2 10:26
楼上的如何解决,求解

参考
帖子列表页获取封面图片_discuz二次开发教程
http://www.dz7.com.cn/forum.php?mod=viewthread&tid=1338&fromuid=496
(出处: DZ起点网_免费Discuz视频教程)

artving.com 发表于 2016-5-22 03:24:10

我在search_forum.php文件里加了以下代码,但是还是没有调用出来,求解


      $threada= C::t('forum_attachment')->fetch_all_by_id('tid', $thread['tid'], 'aid');
      $threadaid = reset($threada);
      $threadpic = C::t('forum_attachment_n')->fetch_by_aid_uid($threadaid['tableid'], $threadaid['aid'], $thread['authorid']);
      $thread['pic'] = $threadpic['attachment'];

admin 发表于 2016-5-22 14:03:11

debug($threada)看看每一步   有没有数据被查询出来

artving.com 发表于 2016-5-23 23:45:58

debug($threada) 不会用:L      我是加入debug($threada)后调用自己会出查询结果么?

admin 发表于 2016-5-23 23:51:37

debug(变量)是直接截断程序操作,输出这个变量里面的内容,
页: [1] 2
查看完整版本: 如何让搜索结果页显示帖子图片