如何让搜索结果页显示帖子图片
本帖最后由 携觅 于 2016-1-12 16:40 编辑如何让搜索结果页显示帖子图片?
这里淘宝有:o:o xsuns 发表于 2016-2-4 21:43
这里淘宝有
已经解决了 楼上的如何解决,求解 nlnl520coco 发表于 2016-5-2 10:26
楼上的如何解决,求解
参考
帖子列表页获取封面图片_discuz二次开发教程
http://www.dz7.com.cn/forum.php?mod=viewthread&tid=1338&fromuid=496
(出处: DZ起点网_免费Discuz视频教程)
我在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'];
debug($threada)看看每一步 有没有数据被查询出来 debug($threada) 不会用:L 我是加入debug($threada)后调用自己会出查询结果么? debug(变量)是直接截断程序操作,输出这个变量里面的内容,
页:
[1]
2