香蕉成人伊视频在线观看|学生小视频国产区|yy女主播啪啪啪视频|麻豆传播媒体APP大全免费版官网|瑜伽牲交AV|国产欧美日韩在线天堂区|白浆精品国产91

返回列表 發(fā)帖
查看: 207|回復: 0

[技術(shù)交流] X5搜索不顯示圖片AI解決辦法

7

主題

20

回帖

1

粉絲

初學乍練

貢獻
0 點
金幣
6 個
樓主
發(fā)表于 2026-5-16 12:37:41 |四川| 只看樓主 |倒序瀏覽 |閱讀模式
X5搜索不顯示圖片AI解決辦法,聲明我不是專業(yè)的哈,替換文件自行備份
/template/default/search/thread_list.php
原始代碼(第28-28行)

  1. <p><!--{if !$thread['price'] && !$thread['readperm']}-->$thread[message]<!--{else}-->{lang thread_list_message1}<!--{/if}--></p>
  2. <p>
  3.     <span>$thread[dateline]</span>
復制代碼
修改后代碼(第28-57行),默認是5張,自己要幾張把5改成幾就是了
  1. <p><!--{if !$thread['price'] && !$thread['readperm']}-->$thread[message]<!--{else}-->{lang thread_list_message1}<!--{/if}--></p>

  2. <!--{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");}-->
  3. <!--{if $thumbs}-->
  4. <div class="thread-imglist">
  5.     <!--{loop $thumbs $thumb}-->
  6.     <!--{eval $imagethumb = getforumimg($thumb['aid'], 0, 120, 90);}-->
  7.     <a href="forum.php?mod=viewthread&tid=$thread[tid]&highlight=$index[keywords]" target="_blank" $thread[highlight]>
  8.         <img src="$imagethumb" alt="" onerror="this.parentNode.style.display='none'" />
  9.     </a>
  10.     <!--{/loop}-->
  11. </div>
  12. <!--{/if}-->

  13. <p>
  14.     <span>$thread[dateline]</span>
  15.     ...
  16. </p>
  17. <style>
  18. .thread-imglist { margin: 8px 0; overflow: hidden; }
  19. .thread-imglist a { display: inline-block; margin: 0 6px 6px 0; width: 100px; height: 75px; overflow: hidden; border-radius: 4px; }
  20. .thread-imglist img { width: 100%; height: 100%; object-fit: cover; }
  21. </style>
復制代碼






回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

  • 關(guān)注公眾號
  • 有償服務微信
  • 有償服務QQ

手機版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號 |皖公網(wǎng)安備34010302002376號 )|網(wǎng)站地圖|star

GMT+8, 2026-5-31 02:31 , Processed in 0.036118 second(s), 10 queries , Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2026 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務QQ
有償服務微信
返回頂部
快速回復 返回頂部 返回列表