Discuz搜索文章、结果列表显示缩略图

1.搜索文章,结果列表缩略图
打开模板风格目录里/search/portal_list.htm模板
在<!–{loop $articlelist $article}–>之间<!–{/loop}–>添加:

<img src="data/attachment/{eval%20echo%20$pic=DB::result_first("select pic from ".DB::table("portal_article_title")." where aid='$article[aid]'");}"/>

2.搜索帖子,结果列表缩略图
打开模板风格目录里/search/thread_list.htm模板
在<!–{loop $threadlist $thread}–>之间<!–{/loop}–>添加:

<!--{eval include 'template/xxx/php/innerpics.php'}-->
<!--{loop $yuerbaike $hypic}-->
<a href="forum.phpmod=viewthread&tid=$thread[tid]" target="_blank">
<img alt="" width="250" height="150" src="http://<span%20style="color: #ff0000;">xxx/data/attachment/forum/$hypic[attachment]"></a>
<!--{/loop}-->