香蕉成人伊视频在线观看|学生小视频国产区|yy女主播啪啪啪视频|麻豆传播媒体APP大全免费版官网|瑜伽牲交AV|国产欧美日韩在线天堂区|白浆精品国产91
Discuz! 官方交流社區
標題:
X5搜索不顯示圖片AI解決辦法
[打印本頁]
作者:
批給屋
時間:
2026-5-16 12:37
標題:
X5搜索不顯示圖片AI解決辦法
X5搜索不顯示圖片AI解決辦法,聲明我不是專業的哈,替換文件自行備份
/template/default/search/thread_list.php
原始代碼(第28-28行)
<p><!--{if !$thread['price'] && !$thread['readperm']}-->$thread[message]<!--{else}-->{lang thread_list_message1}<!--{/if}--></p>
<p>
<span>$thread[dateline]</span>
復制代碼
修改后代碼(第28-57行),默認是5張,自己要幾張把5改成幾就是了
<p><!--{if !$thread['price'] && !$thread['readperm']}-->$thread[message]<!--{else}-->{lang thread_list_message1}<!--{/if}--></p>
<!--{eval $thumbs = DB::fetch_all("SELECT aid,attachment FROM ".DB::table('forum_attachment_'.substr($thread['tid'],-1,1))." WHERE tid='".$thread['tid']."' and width>100 and isimage=1 order by dateline asc LIMIT 0,5");}-->
<!--{if $thumbs}-->
<div class="thread-imglist">
<!--{loop $thumbs $thumb}-->
<!--{eval $imagethumb = getforumimg($thumb['aid'], 0, 120, 90);}-->
<a href="forum.php?mod=viewthread&tid=$thread[tid]&highlight=$index[keywords]" target="_blank" $thread[highlight]>
<img src="$imagethumb" alt="" onerror="this.parentNode.style.display='none'" />
</a>
<!--{/loop}-->
</div>
<!--{/if}-->
<p>
<span>$thread[dateline]</span>
...
</p>
<style>
.thread-imglist { margin: 8px 0; overflow: hidden; }
.thread-imglist a { display: inline-block; margin: 0 6px 6px 0; width: 100px; height: 75px; overflow: hidden; border-radius: 4px; }
.thread-imglist img { width: 100%; height: 100%; object-fit: cover; }
</style>
復制代碼
(, 下載次數: 17)
上傳
點擊文件名下載附件
歡迎光臨 Discuz! 官方交流社區 (http://m.yu-jie.cn/)
Powered by Discuz! X5.0