|
1.搜索文章,结果列表缩略图
打开模板风格目录里/search/portal_list.htm模板
在<!--{loop $articlelist $article}-->之间<!--{/loop}-->添加:
<img src="data/attachment/{eval echo $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}-->添加:
<img src="data/attachment/forum/{eval echo $pic=DB::result_first("select attachment from ".DB::table("forum_threadimage")." where tid='$thread[tid]'");}"/>
核心代码如上,站长可根据自己的网站个性化美化搜索结果!效果如下图:
|
上一篇:帝国cms注册时提示«您来自的链接不存在»下一篇:Discuz! 3.4全站帖子添加图片alt标签
|