本帖最后由 身后有余忘缩手 于 2025-5-11 18:29 编辑
以下修改方法均基于Discuz! X3.5
第一步:
打开文件source/function/function_forumlist.php
搜索
[AppleScript] 纯文本查看 复制代码 for($i = 3; $i > 0; $i--) {
把3改成4
第二步:
下载附件,解压后上传到static/image/common中
下载图片保存为 crown.svg
第三步:打开template/default/common/common.css
或template/使用的模板/common/common.css
或template/使用的模板/common/extend_common.css
最后加入:
.fico-star4:before{content:''; background: url('static/image/common/crown.svg');width: 1em;height: 0.9em;background-size: cover;}
第四步:在管理后台-界面-界面设置-贴子内容页
把 星星升级阈值 设置为4
|