IanM Hi Ianm, I have modified the values in the LevelBar.js file, but apparently nothing has changed. My community is very active, and some users in just a few weeks have already reached level 157, so I wanted to reduce a lot the experience awarded and make it more difficult to level up. These are the modifications, what can I be doing wrong? Is there any other file I should modify?
let expComments = (user.commentCount() - user.discussionCount()) * 3,
expDiscussions = user.discussionCount() * 5;
let expTotal = expComments + expDiscussions,
expLevel = Math.floor(expTotal / 300),
expPercent = (100 / 300) * (expTotal - expLevel * 300);