Default image for trending threads

热门帖子的默认图片

Lv.14
Bronze Member
Iron Member
已加入
2021/09/11
消息
10,493
回应得分
3,648
Credits
$16,323
感谢亲爱的会员 @hargrave提交了一个新的资源:Default image for trending threads-修改趋势话题时不包含图片的将默认包含图片。
在 trending_content_item_thread 替换这部分代码(行 9):
With this simple template modification, trending threads without an image will have an image by default.

上传一个默认图像到服务器,例如 /data/assets/default_image.webp (您可以在 assets 文件夹中创建一个新的文件夹来存放此图像,路径将为 /data/assets/custom/default_image.webp )。
HTML:
<xf:if is="$content.getCoverImage()">
    <a href="{{ $content.getContentUrl() }}"...
Read more about this resource...
 
返回
顶部