美化用户等级图标

/wp-content/themes/b2/Modules/Common/user.php

在907行,改成下面这个

$icon = apply_filters('b2_get_lv_icon', '<span class="lv-icon user-'.preg_replace("[\d]", '', $lv).' b2-'.$lv.'"><s><img src="https://note.xins.live/SVGS/'.$lv.'.svg" style="height: 16px;object-fit: unset;" title="会员:'.$name.'"></s></span>',$lv,$name);
}else{
$icon = apply_filters('b2_get_vip_icon', '<span class="lv-icon user-'.preg_replace("[\d]", '', $lv).' b2-'.$lv.'"><s><img src="https://note.xins.live/SVGS/'.$lv.'.svg" style="height: 16px;object-fit: unset;" title="等级:'.$name.'"></s></span>',$lv,$name);
}
}

/wp-content/themes/b2/Modules/Templates/Header.php

809行的前后顺序错了,改成如下所示。

<div>
<div v-html="role.user_data.lv.vip.icon"></div>
<div v-html="role.user_data.lv.lv.icon"></div>
</div>
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
搜索