Category Admins (Sub-forum Moderators/Admins)

Feature Requests

Suggested Topics


  • 3 Votes
    6 Posts
    654 Views

    There is this plugin: https://github.com/yariplus/nodebb-plugin-modmin

    Basically does what you want, allowing you to give someone a permission to manage a specific category - including creating subcategories there.

  • 1 Votes
    3 Posts
    2k Views

    @agarcia17 That doesn't disable the route, it just removes the link from the navigation menu.

  • 0 Votes
    5 Posts
    3k Views

    An issue detailing this bug should probably be submitted on Github.

  • 0 Votes
    10 Posts
    5k Views

    @Julien-Deloubes This is just a guess about your situation based on my own initial setup of nodebb, but you may be having issues because of linux privileges (i.e. some stuff is done with sudo and some stuff isn't). So, try this and see if it helps:

    Go to the directory where your nodebb is installed and run sudo npm install Next type sudo chown -R youruser:youruser . <-- youruser is your username... Run ./nodebb setup Run ./nodebb dev and post any errors or warnings you get here...

    To summarize, you'll npm install with sudo because sometimes things need to rebuild which may call out to folders/files requiring su privileges. Then, you change ownership of your entire nodebb installation directory to your username to avoid privilege issues when running ./nodebb. You re-run setup to ensure things are built properly and where they need to be. Finally, ./nodebb dev will give you some useful output as nodebb loads and if you are having routing issues it will probably log those to the console as well. So, run it that way click around, type things and do stuff to see what happens and if you are getting errors/warnings post it here.

    Having said all that, I may be completely wrong, but it only takes a minute or two to try out and definitely won't mess things up. Just don't set your port to anything low (i.e.port 80) or you'll have issues because linux reserves the lower port numbers for su privileged users. Basically, stick to port 4567.

    Good luck!

  • 0 Votes
    6 Posts
    3k Views

    I sure did, let me tell you! 6K users!!