zblog评论无Gravatar头像时自动获取QQ头像

zblog实现评论没有Gravatar头像时自动获取用户QQ头像,此方法通过判断用户QQ邮箱,从而获取用户QQ头像,所以前提必须填写QQ邮箱,不然头像会默认显示QQ小企鹅。

方法如下:

首先在当前模版目录下打开comment.php评论输出模版,找到以下代码

<img src="{$comment.Author.Avatar}" alt="{$comment.Author.StaticName}"/>

将以上代码修改为

<img src="{if $comment.Author.Email}https://q2.qlogo.cn/headimg_dl?dst_uin={$comment.Author.Email}&spec=100{else}{$comment.Author.Avatar}{/if}" alt="{$comment.Author.StaticName}" width="45"/>

这样就可以实现评论在无Gravatar头像时自动获取用户QQ头像

版权声明:本站部分文章为网络转载,文章结尾已注明出处,如侵犯您的权益请联系我们删除。

联系我们:turbochao@126.com

互联网行业巅峰将过