- 注册
- 10 16, 2023
- 消息
- 3,426
- 积分
- 15,529G
- 金币
- ¥121.62
- 主题 作者
- #1
![[OKSGO.COM] 去掉 XenForo 资源管理器 图标 角标用户头像 [OKSGO.COM] 去掉 XenForo 资源管理器 图标 角标用户头像](https://oksgo.com/data/attachments/0/66-3af537250a819690920679b8bbe39856.jpg?hash=zptG-TEiJz)
登录 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] 去掉 XenForo 资源管理器 图标 角标用户头像 [OKSGO.COM] 去掉 XenForo 资源管理器 图标 角标用户头像](https://oksgo.com/data/attachments/0/67-89eb570f688d56f2d227ff00006fbb7b.jpg?hash=wTrwSnYpJd)
最后编辑: