論壇元老
積分信息:
威望:454
金錢:3888
貢獻:593
儲蓄:0
|
大大以下是我找到的方式,但是應該他的代碼不完全,有辦法幫忙成功實現他嗎?
在此先感謝大大
---------------------------------以下是我找到的方式---------------------------------
應該有不少論壇都開啟圖片列表的模式,但有些模板做了簡單修改後就會顯示圖片的附件數,那麼如何來實現x3.2開啟圖片列表後顯示圖片附件數呢?
Discuz! x3.2開啟圖片列表後顯示圖片附件數的解決方法如下:
template/default/forum/forumdisplay_list.htm
查找293-304行
- {lang like}: $thread[recommends]0
- {lang reply}: [url=forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra]$thread[replies][/url]
- [url=home.php?mod=space&uid=$thread[authorid]]$thread[author][/url] $verify[$thread[authorid]]
- $_G[setting][anonymoustext]
[color=rgb(51, 102, 153) !important]複製代碼
修改為
- $thread[cover]
- [url=forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra]$thread[replies][/url] / $thread[views]{$groupnames[$thread[tid ]][views]}
- [url=home.php?mod=space&uid=$thread[authorid]]$thread[author][/url] $verify[$thread[authorid]]
- $_G[setting][anonymoustext]
- $thread[dateline]
[color=rgb(51, 102, 153) !important]複製代碼
|
|