[nodebb-plugin-user-level] User levels plugin
-
@baris I don't know why but I have two userlevel labels (the same) :
On an answer in a topic. AZnd in the same topic, i have other of my answers with no bugs.
++ The only difference is that my answer with the bug (in the scrennshot) was chosen as a solution to a question with the question & answer plugin
Very Strange
-
@baris said in [nodebb-plugin-user-level] User levels plugin:
@DownPW @phenomlab it could be due to custom js you are using. I tested with latest q&a and user-level plugin and I don't see duplicated levels.
Strange @phenomlab idea ?
@phenomlab said in [nodebb-plugin-user-level] User levels plugin:
@DownPW I have the same issue and used some custom css to work around it.
I take workaround tips
-
how this plugin work?
ex: how a user can get a point and their level will be upgraded?Anyone can help me to understand it?
-
创建中文语言包|Create Chinese language pack
进入目录
/Ur nodebb patch/node_modules/@nodebb/nodebb-plugin-user-level/languages
创建文件夹
zh-CN
然后创建文件
userlevel.json
写入以下内容
{ "admin-add-level": "等级列表", "admin-add-item": "添加等级", "admin-save": "保存设置", "admin-form-level-name": "等级名称", "admin-form-placeholder-level-name": "请输入等级名称", "admin-form-placeholder-min-rep": "最低声望值", "admin-min-rep": "达到此等级所需的最低声望值", "admin-item-edit": "编辑", "admin-delete": "删除", "topic-REPUTATION-progress": "声望值: %1 / %2", "topic-REPUTATION": "声望值: %1", "topic-next-level": "下一个等级: %1", "highest-level": "最高等级", "level": "等级 %1: %2", "user-account-popover": "再获得 %1 个声望值即可达到等级 \"%2\"" }
然后进入论坛管理页面
重建和重启
即可截图