去掉 XenForo 资源管理器 图标 角标用户头像

欢迎客人!

• 开始前请阅读社区规则确保您顺利的熟悉本社区。注册用户可以提交资源,如果您有已发布资源的新版本,您可以随时更新版本!

• 文件链接损坏请在文件下方留言,我们将会及时更新来自备份服务器的新链接。如有其它问题请 提交工单 和我们联系!

• 我们拥有多账户检测系统,对于重复注册我们将采取严厉措施!

• 提示:如果您的账户超过180天处于非活动状态,系统将自动删除您的账户!

• 我们尊重我们的用户,也希望您能进行愉快的交谈.

oksgo

Administrator
管理成员
贡献: 34%
注册
10 16, 2023
消息
2,006
G
10,157 G
oksgo.com-1723385711108.webp


登录 XenForo 后台-外观-模版列表搜索 xfrm_resource_list_macros;
正常在18-20行 左右 ,找到如下内容,注释掉或者删除。
代码:
<xf:avatar user="$resource.User" size="s"
    href=""
    class="avatar--separated structItem-secondaryIcon" />

示例:
代码:
<!--Remove the resource icon and start with the small icon
<xf:avatar user="$resource.User" size="s"
    href=""
    class="avatar--separated structItem-secondaryIcon" />
Remove the resource icon and end with the small icon-->

去掉后效果:
oksgo.com-1723385825761.webp
 
最后编辑:
后退
顶部