Skip to content

Editing a reputation for a user in a nodeBB based forum

Solved Customisation
  • 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? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation 💗

Related Topics
  • Forum customisation

    Customisation
    11
    2
    6 Votes
    11 Posts
    457 Views
    Thank you Mark, the changes look fantastic!!
  • Heading text on NodeBB forum

    Solved Customisation
    27
    1 Votes
    27 Posts
    2k Views
    @mventures I’ve not done anything here.
  • who is read NodeBB

    Customisation
    6
    0 Votes
    6 Posts
    737 Views
    @cagatay You should ask in the NodeBB forums. Perhaps reference this post https://discuss.flarum.org/d/23066-who-read
  • Top Ranked Forums

    Chitchat
    9
    1
    3 Votes
    9 Posts
    793 Views
    The real issue here is that most people consider forums to be “dead” in the sense that nobody uses them anymore, and social media groups have taken their place. Their once dominant stance in the 90’s and early 00’s will never be experienced again, but having said that, there are a number of forums that did in fact survive the social media onslaught, and still enjoy a large user base. Forums tend to be niche. One that immediately sticks out is Reddit - despite looking like it was designed in the 80s, it still has an enormous user base. Another is Stack Overflow, which needs no introduction. The key to any forum is the content it offers, and the more people whom contribute in terms of posting , the more popular and widely respected it becomes as a reliable source of information. Forums are still intensely popular with gamers, alongside those that offer tips on hacking etc.
  • Rotating homepage icons, gifs?

    Solved Configure
    2
    3 Votes
    2 Posts
    293 Views
    @eveh It’s not a GIF, no. It’s actually a webp file so made much smaller, and uses keyframes to control the rotation on hover. You can easily make your own though The CSS for that is as below @keyframes rotate180 { from { transform: rotate(0deg); } to { transform: rotate(180deg); } } @keyframes rotate0 { from { transform: rotate(180deg); } to { transform: rotate(0deg); } } Your milage may vary on the CSS below, as it’s custom for Sudonix, but this is the class that is used to control the rotate .header .forum-logo, img.forum-logo.head { max-height: 50px; width: auto; height: 30px; margin-top: 9px; max-width: 150px; min-width: 32px; display: inline-block; animation-name: rotate180, rotate0; animation-duration: 1000ms; animation-delay: 0s, 1000ms; animation-iteration-count: 1; animation-timing-function: linear; transition: transform 1000ms ease-in-out; }
  • [NODEBB] Reply Button/arrow answer

    Solved Customisation
    25
    4
    4 Votes
    25 Posts
    3k Views
    Topic open https://sudonix.com/topic/207/nodebb-help-for-my-custom-css
  • Social icon (Nodebb)

    Solved Customisation
    7
    0 Votes
    7 Posts
    1k Views
    @phenomlab said in Social icon (Nodebb): @jac I just tested my theory around using the OG image, and according to the Twitter card validator, it works fine [image: 1638880098289-73e805e1-997b-41bf-9259-51c5052ca8fc-image.png] fixed
  • Forum customisation

    Customisation
    17
    3 Votes
    17 Posts
    1k Views
    @jac said in Forum customisation: @phenomlab said in Forum customisation: @jac 100%. Just setting up some free time. I’m on annual leave from work offer the coming 2 weeks so hopefully will have a bit more time then. Not a problem Mark, I don’t wish for you to use all your spare time doing that, just do it when you can, no issues I know you’re busy doing other things but when you get a chance mate I’m happy for this to go ahead along with the RSS script.