Skip to content
  • [nodebb-plugin-contact-page] A contact form

    NodeBB Plugins
    43
    5 Votes
    43 Posts
    9k Views
    יצחק מרדכי טאבאקי
    @robin4002 said in [nodebb-plugin-contact-page] A contact form: I published 6 days ago an update to fix an issue on the client side with the latest version of NodeBB. And he also added a Hebrew language that I translated for all Hebrew users !!! @robin4002 thanks!!
  • 4 Votes
    16 Posts
    6k Views
    phenomlabP
    @dunlix Ah, see what you mean. I personally won't be trying this in case it crashes my production site, but may attempt this in dev.
  • Looking for Gamification Plugin

    NodeBB Plugins
    4
    0 Votes
    4 Posts
    598 Views
    phenomlabP
    @dennismsmith Hi - as well as enabling the stock reputation system, I am using nodebb-plugin-reputation-rules nodebb-plugin-user-level For the leaderboard, you could use nodebb-plugin-leaderboard I personally do not use this, but it's there.
  • [nodebb-tools] CLI tools for NodeBB management

    NodeBB Plugins
    4
    2 Votes
    4 Posts
    767 Views
    phenomlabP
    @gotwf said in [nodebb-tools] CLI tools for NodeBB management: Let us know, eh? Rock on! Will do
  • 2 Votes
    2 Posts
    939 Views
    omegaO
    @botaniqqq said in [nodebb-plugin-paid-membership] Paid membership plugin for NodeBB: Create checkout on interkassa.com Cool plugin. Q - Is this plugin limited to using this service or could support for other payment systems be integrated?
  • [nodebb-plugin-dbsearch] DB Search Plugin

    NodeBB Plugins
    78
    5 Votes
    78 Posts
    32k Views
    volanarV
    @julian Is it possible to display the search icon in the mobile menu in the sticky title menu, as in all top platforms?
  • Shoutbox for NodeBB 1.17.1 or update functional plugins

    NodeBB Plugins
    6
    2 Votes
    6 Posts
    2k Views
    Sampo2910S
    https://github.com/byNeHo/nodebb-plugin-shoutbox I had this up and running on my forum, Installed all ok and had on homepage. But.....When i typed a test message and hit send ..nothing appreared in shoutbox haha. Maybe you guys can try and see what happens? It could be because of theme maybe?? Colours. No idea..But I will try again also.
  • how can i get replied on categories

    NodeBB Plugins
    4
    0 Votes
    4 Posts
    557 Views
    H
    thank bro ^^ done
  • 0 Votes
    4 Posts
    569 Views
    gotwfG
    Uhhmmm.... have you looked into stopforumspam? https://www.stopforumspam.com/ Not a silver bullet but never hurts to have one more arrow in yer' quiver, eh? Might be worth a gander?
  • Update Schamper's Shoutbox

    NodeBB Plugins
    18
    1 Votes
    18 Posts
    2k Views
    DownPWD
    @Julian Lam sorry for the response time Nothing happen : [image: 1629561996124-b6d0f18f-a95e-4484-ba4a-05897bc66950-image.png] if I click on Shoutbox, it is split and the forum disappears Gist, archives buttons doesn't work [image: 1629563834707-6f610c8b-1f1d-4334-b0b8-9c83b3a4d219-image.png]
  • Add custom privileges

    NodeBB Plugins
    3
    0 Votes
    3 Posts
    557 Views
    shayanS
    Sorry, did not want to be rude. Since I had some post asking for help without tagging anyone and did not get any answer, thought tagging appropriate groups helps for more people to see.
  • [nodebb-plugin-adsense] Ads not counted by google

    NodeBB Plugins
    2
    0 Votes
    2 Posts
    511 Views
    omegaO
    @maciej-bąk-0 What kind of daily traffic is your NodeBB getting?
  • [nodebb-plugin-adsense] Adsense plugin

    Locked NodeBB Plugins
    5
    2 Votes
    5 Posts
    3k Views
    omegaO
    @psychobunny I tested this on 1.17.x and it seems to work, or it display ads haven't seen metric pour in yet. One thing that would be a welcome feature, if the plugin was able to handle it with an input line for the ads.txt content, to keep life simple.
  • 0 Votes
    3 Posts
    520 Views
    M
    @pitaj What do you think?
  • How the hell do I get the settings for the plugin 😉

    NodeBB Plugins
    12
    0 Votes
    12 Posts
    2k Views
    PitaJP
    Widgets are just a special kind of plugin. You can use meta.settings.get in widgets if you want, but only if you have a setting that is shared across all widget instances. I'm not sure what you mean by using meta.config but I don't see anything wrong with it.
  • [nodebb-plugin-sso-wordpress] Wordpress SSO

    NodeBB Plugins
    13
    3 Votes
    13 Posts
    5k Views
    D
    @detp said in [nodebb-plugin-sso-wordpress] Wordpress SSO: Hi @julian I keep getting an Internal Error. Oops! Looks like something went wrong! /auth/wordpress/callback Unexpected end of JSON input I get the same error whether its a default or custom home page. Its a URI mismatch however the redirect URI I entered in the wp-oauth plugin is correct and had been working before. Any ideas to the problem? I am also getting the same url with the url https://tradeninja.nodebb.com/auth/wordpress/callback?code={code_value}state={value}&iframe=break
  • How can I edit the widget and plugin layout?

    NodeBB Plugins
    1
    0 Votes
    1 Posts
    340 Views
    kaiK
    Hi All, I'm a newbie in nodebb. I'm not understand the layout logic nodebb in nodebb. Actually I have a two feature need to change the template. I would like to update active user widget: I need to add username under the avator box. I would like to update the perrmission from nodebb-plugin-calendar: only admin can see the event response. I found the template in the plugins folder and change the template tpl code. And also re-build the nodebb. However the layout a still not updated. May I know what is the correct method to make a small changes in nodebb and how to update the template layout ? Thanks so much. Nodebb version : 1.17.0
  • How to install older version of a plugin?

    NodeBB Plugins
    2
    0 Votes
    2 Posts
    442 Views
    PitaJP
    Manually install with npm on the command line npm install <module name>@<version>
  • Events plugin not working with Quill

    NodeBB Plugins
    8
    0 Votes
    8 Posts
    974 Views
    PitaJP
    @julian at the moment I don't use the built in methods: https://github.com/pitaj/nodebb-plugin-calendar/blob/main/src/client/eventModal.ts#L50 As there is no way to do the following: read text contents to check for an existing event do a regex replacement on the text contents I don't know anything about quil, so I can't really help there.
  • 0 Votes
    3 Posts
    463 Views
    PitaJP
    In the database