久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區
標題:
在discuz帖子列表使用<!--{avatar($thread[authorid],small)}-->調用用戶頭像,如何添加頭像alt呢?
[打印本頁]
作者:
Sorrel
時間:
2024-8-7 23:27
標題:
在discuz帖子列表使用<!--{avatar($thread[authorid],small)}-->調用用戶頭像,如何添加頭像alt呢?
我知道有寫uc地址的方式來獲取頭像,我想問一下,使用<!--{avatar($thread[authorid],small)}-->調用用戶頭像在列表頁,如何給頭像圖片添加alt呢
作者:
onetheme
時間:
2024-8-8 00:46
<a href="home.php?mod=space&uid={$thread['authorid']}"><img src="<!--{avatar($thread['authorid'], 'small', true)}-->" alt="$thread['author']"></a>
復制代碼
作者:
Discuz有償服務
時間:
2024-8-8 09:28
function avatar($uid, $size = 'middle', $returnsrc = 0, $real = FALSE, $static = FALSE, $ucenterurl = '', $class = '', $extra = '', $random = 0) {
復制代碼
第八個參數你可與傳入'alt=""'
作者:
Sorrel
時間:
2024-8-20 17:24
onetheme 發表于 2024-8-8 00:46
非常感謝,你的幫助,很工整。
歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/)
Powered by Discuz! W1.0