Skip to content

Editing a reputation for a user in a nodeBB based forum

Solved Customisation
9 4 2.0k 1
  • Hello everyone, for a long time I was looking for an option to edit the reputation of the users in my forum,
    Whether itโ€™s adding a reputation to a veteran user, or lowering a reputation to a user who breaks the rules
    I recently found in GitHub a plugin to edit the reputation for users easily, and I want to share with you the plugin
    Plugin installation commands: npm i nodebb-plugin-change-reputation
    The plugin is in Hebrew, but simple and easy to use.
    Because you do not speak Hebrew I will give a short tutorial.
    After installing and logging in to the plugin, the first line selects the user, the second line the amount of reputation, and the third line chooses whether to send an alert to the user or not to send. its not easy?

  • elhana fineundefined elhana fine has marked this topic as solved on
  • Hello everyone, for a long time I was looking for an option to edit the reputation of the users in my forum,
    Whether itโ€™s adding a reputation to a veteran user, or lowering a reputation to a user who breaks the rules
    I recently found in GitHub a plugin to edit the reputation for users easily, and I want to share with you the plugin
    Plugin installation commands: npm i nodebb-plugin-change-reputation
    The plugin is in Hebrew, but simple and easy to use.
    Because you do not speak Hebrew I will give a short tutorial.
    After installing and logging in to the plugin, the first line selects the user, the second line the amount of reputation, and the third line chooses whether to send an alert to the user or not to send. its not easy?

    @elhana-fine Thanks for the tip - this is very useful ๐Ÿ™‚

  • What is the difference with the plugin actually installed here ?
    Maybe delete hebrew and code in English is better

  • What is the difference with the plugin actually installed here ?
    Maybe delete hebrew and code in English is better

    @DownPW
    What plugin is there here that allows you to build a reputation?
    I only know a plugin to restrict new users from giving a reputation.

  • @DownPW
    What plugin is there here that allows you to build a reputation?
    I only know a plugin to restrict new users from giving a reputation.

    @elhana-fine said in Editing a reputation for a user in a nodeBB based forum:

    What plugin is there here that allows you to build a reputation?

    nodebb-plugin-user-level

  • Yes that why I ask the question ๐Ÿ™‚

  • Hello everyone, for a long time I was looking for an option to edit the reputation of the users in my forum,
    Whether itโ€™s adding a reputation to a veteran user, or lowering a reputation to a user who breaks the rules
    I recently found in GitHub a plugin to edit the reputation for users easily, and I want to share with you the plugin
    Plugin installation commands: npm i nodebb-plugin-change-reputation
    The plugin is in Hebrew, but simple and easy to use.
    Because you do not speak Hebrew I will give a short tutorial.
    After installing and logging in to the plugin, the first line selects the user, the second line the amount of reputation, and the third line chooses whether to send an alert to the user or not to send. its not easy?

    @elhana-fine thanks for the tipโ€ฆ a useful plugin indeedโ€ฆ

  • Hello everyone, for a long time I was looking for an option to edit the reputation of the users in my forum,
    Whether itโ€™s adding a reputation to a veteran user, or lowering a reputation to a user who breaks the rules
    I recently found in GitHub a plugin to edit the reputation for users easily, and I want to share with you the plugin
    Plugin installation commands: npm i nodebb-plugin-change-reputation
    The plugin is in Hebrew, but simple and easy to use.
    Because you do not speak Hebrew I will give a short tutorial.
    After installing and logging in to the plugin, the first line selects the user, the second line the amount of reputation, and the third line chooses whether to send an alert to the user or not to send. its not easy?

    @elhana-fine and when you write -100 in the second line, it subtracts 100 reputation pointsโ€ฆ This is a very useful plugin for us. Thanks again for sharing.

  • is there any way to see whose reputation is changed by this plugin?


Did this solution help you?
Did you find the suggested solution useful? Support ๐Ÿ’— Sudonix with a coffee โ˜•
If your organisation needs deeper expertise around infrastructure, security, or technology leadership, learn more about Phenomlab Ltd. Many of the deeper technical guides behind Sudonix are published there.

Related Topics
  • 2 Votes
    94 Posts
    12k Views
    @willi@social.tchncs.de a VPS can be had from DigitalOcean or Vultr quite economically (although I know that isnโ€™t always the case in some countries) You can also use our referral link for an account credit too!
  • Forum customisation

    Customisation nodebb forum customised
    11
    2
    6 Votes
    11 Posts
    1k Views
    Thank you Mark, the changes look fantastic!!
  • how to hide "moved" badge with CSS?

    Solved Customisation nodebb
    12
    1
    3 Votes
    12 Posts
    2k Views
    @crazycells ah, I see. That makes sense.
  • Difficult to move posts now, on mobile.

    Bugs nodebb
    16
    1
    5 Votes
    16 Posts
    3k Views
    @DownPW Yes, it is. Itโ€™s set far too low meaning other elements with a higher preference will sit over the top of it.
  • nodebb loading emojis

    Solved Configure nodebb emojis
    16
    1
    1 Votes
    16 Posts
    3k Views
    @DownPW sure. Let me have a look at this in more detail. I know nginx plus has extensive support for this, but itโ€™s not impossible to get somewhere near acceptable with the standard version. You might be better off handling this at the Cloudflare level given that it sits in between the requesting client and your server.
  • Title on homepage of nodebb forum

    Solved Customisation nodebb
    2
    1 Votes
    2 Posts
    1k Views
    @eveh Welcome board The code you are referring to is custom written as no such functionality exists under NodeBB. However, adding the functionality is relatively trivial. Below are the required steps Navigate to /admin/appearance/customise#custom-header Add the below code to your header, and save once completed <ol id="mainbanner" class="breadcrumb"><li id="addtext">Your Title Goes Here</li></ol> Navigate to /admin/appearance/customise#custom-js and add the below code, then save $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { // Initialise mainbanner ID, but hide it from view $('#mainbanner').hide(); var pathname = window.location.pathname; if (pathname === "/") { $("#addtext").text("Your Title"); $('#mainbanner').show(); } else {} // If we want to add a title to a sub page, uncomment the below and adjust accordingly //if (pathname === "/yourpath") { //$("#addtext").text("Your Title"); //$('#mainbanner').show(); //} }); }); Navigate to /admin/appearance/customise#custom-css and add the below CSS block .breadcrumb { right: 0; margin-right: auto; text-align: center; background: #0086c4; color: #ffffff; width: 100vw; position: relative; margin-left: -50vw; left: 50%; top: 50px; position: fixed; z-index: 1020; } Note, that you will need to adjust your CSS code to suit your own site / requirements.
  • Forum Statistics Box

    Solved Customisation customization
    5
    2
    4 Votes
    5 Posts
    1k Views
    @Sampo2910 said in Forum Statistics Box: Say i wanted new theme for example or again something like this? Yes, exactly the same process.
  • NodeBB Footer

    Solved Customisation footer nodebb
    10
    1 Votes
    10 Posts
    2k Views
    @phenomlab said in NodeBB Footer: @jac and you. Hope all is well and you recover quickly Thanks pal