国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > Discuz > 正文

帖子列表頁獲取封面圖片_discuz二次開發教程

2024-09-11 09:04:15
字體:
來源:轉載
供稿:網友
找到文件
  1.  
  2. source/module/forum/forum_forumdisplay.php
  3.  

大于809行找到如下代碼
  1.  
  2. if($thread['rushreply']) {
  3.         $rushtids[$thread['tid']] = $thread['tid'];
  4. }
  5.  

在這段代碼下面添加如下代碼:
  1.  
  2.         $threada= C::t('forum_attachment')->fetch_all_by_id('tid', $thread['tid'], 'aid');
  3.         $threadaid = reset($threada);
  4.         $threadpic = C::t('forum_attachment_n')->fetch_by_aid_uid($threadaid['tableid'], $threadaid['aid'], $thread['authorid']);
  5.         $thread['pic'] = $threadpic['attachment'];
  6.  


這樣就可以在列表頁模板中使用
  1. $thread['pic']

來加載一張封面圖片,但是需要注意這樣是加載最后一張插入的圖片!
如果要改為第一張圖片還需要修改另外的一個文件

找到文件
  1.  
  2. source/class/table/table_forum_announcement.php
  3.  

找到
  1.  
  2. $orderby = 'ORDER BY '.DB::order($orderby, 'DESC');
  3.  

修改為:
  1.  
  2. $orderby = 'ORDER BY '.DB::order($orderby, 'ASC');
  3.  



好了這樣就可在列表頁,加載發帖時上傳的第一張圖片,做為封面來調用了!
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永平县| 外汇| 梁河县| 鄂伦春自治旗| 玉溪市| 巴林右旗| 剑阁县| 德惠市| 鄂尔多斯市| 万州区| 西丰县| 江都市| 临颍县| 鹿泉市| 乌苏市| 四平市| 青铜峡市| 沾益县| 兰溪市| 峨眉山市| 扎赉特旗| 莎车县| 汤原县| 长丰县| 鲁山县| 正阳县| 昌宁县| 泽库县| 朝阳县| 佛山市| 子洲县| 宜丰县| 吉安市| 神农架林区| 通河县| 柳州市| 玉屏| 金堂县| 安仁县| 永寿县| 三原县|