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

Discuz! 官方交流社區

標題: X5搜索不顯示圖片AI解決辦法 [打印本頁]

作者: 批給屋    時間: 2026-5-16 12:37
標題: X5搜索不顯示圖片AI解決辦法
X5搜索不顯示圖片AI解決辦法,聲明我不是專業的哈,替換文件自行備份
/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>
復制代碼
(, 下載次數: 17)










歡迎光臨 Discuz! 官方交流社區 (http://m.yu-jie.cn/) Powered by Discuz! X5.0