How to configure plugins?

NodeBB Plugins

Suggested Topics


  • 0 Votes
    3 Posts
    446 Views

    @benjamin-liehr

    Add custom Page, f.e. start
    eada19d2-1c3f-4a27-bc1a-28ece546cfd8-image.png

    Choose this Page from Settings:
    dce8064d-0130-4dc6-a010-fb59ffc710d6-image.png

    Modify the Page template from Extend->Widgets:
    9bc6fd05-4a81-4f7c-845d-dd417810c3cc-image.png

    Save, and voila:
    16054c31-dff0-463b-904e-0ef76c427935-image.png

  • Create a plugin!

    NodeBB Plugins
    0 Votes
    4 Posts
    2k Views

    @yariplus Nice short, I will try to update my plugin to the new style 🙂

    Is it easy to read a json file from disk when you visit a page, Lets sat that you have somthing in stuff.json and that file is updated now an then on the disk.

  • 2 Votes
    1 Posts
    1k Views
    NodeBB: No Infinite Scroll

    Completely disable infinite scroll feature in NodeBB, i.e. configuration in ACP will have precedence over users' settings.

    Just a small change to navigation behavior. Decided to share this as a plugin.

    Useful links:

    Plugin

    Compatiblity: 0.8.x

  • 0 Votes
    1 Posts
    1k Views

    Hi,

    Please provide enough details to implement below functionality :

    I want to write one plugin which provides following functionality :
    -Admin can assign user role as MODERATOR to any user, and Only User who have moderator role can approve Topic Creation and Comments/Reply.
    -Any new Topic created by registered/guest user should not be visible on the website till MODERATOR User approved it.
    -MODERATOR User will be able to see all the unapproved topics, reply/comments and approves it.
    -How to implementing email notification functionality for MODERATOR User on New Topic Creation and on Replies/Comments ?

    Any help would be greatly appreciated.
    Thanks!!!

  • 3 Votes
    39 Posts
    20k Views

    Updated with package info to be visible in 0.8.x. Sorry about that oversight! 🍺