Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了显示我使用的小头像照片$this->itemPhoto(_someID_, 'thumb.icon'),所以'thumb.icon'参数使该方法返回小照片。使 SE4 返回大用户照片的论点是什么?缺乏文档使琐碎的事情难以弄清楚。
$this->itemPhoto(_someID_, 'thumb.icon')
'thumb.icon'
如果您需要大或小的图像大小,您可以这样做:
对于大图像:
thumb.image.large
对于小图像:
thumb.image.small
经过几天的研究,我尝试了试错方法并得到了解决方案:thumb.profile 这将呈现用户的个人资料图片。
thumb.profile