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]’");}"/>
核心代码如上,站长可根据自己的网站个性化美化搜索结果!效果如下图:
感谢您的来访,获取更多精彩文章请收藏本站。
© 版权声明
THE END

















暂无评论内容