[nodebb-plugin-user-level] User levels plugin
-
It's a standard bootstrap popover so you can use the
.popover
class to target it. It has.popover-header
and.popover-body
classes inside.<div class="popover bs-popover-auto fade" role="tooltip" id="popover619161" data-popper-placement="top" style="position: absolute; inset: auto auto 0px 0px; margin: 0px; transform: translate3d(230.4px, -661.6px, 0px);"> <div class="popover-arrow" style="position: absolute; left: 0px; transform: translate3d(99.2px, 0px, 0px);"></div> <h3 class="popover-header">Level 1: Newbie</h3> <div class="popover-body"> <div> REPUTATION: 1 / 100 <div class="text-sm fw-normal">Next level: Regular</div> </div> </div> </div>
-
@baris Can we add support for FA icons? I'd like to make changes so that I can use icons and not text, which seems to work for the most part (in the sense that I can add
<i class="fa-sharp fa-solid fa-trophy-star"></i>
for example, although the preview renders this exact text and not HTML - see belowHowever, I don't see the need for HTML in the "Level" indicator, so it would be good to have a field for text, and one for icons.
-
@phenomlab good idea, filed an issue https://github.com/NodeBB-Community/nodebb-plugin-user-level/issues/3
-
This post is deleted!
-
@baris just thinking about this, and perhaps it's a good idea to let users know when they've achieved a new level with either a notification message, or something else.
Gamification is an important aspect of how forums work with reputation levels being a form of kudos for participants and some form of acknowledgement when a member reaches a specific level is nice to have rather than just silently taking place.
It's mostly for acknowledgement of achievement.
-
@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