Skip to content
  • 0 Votes
    6 Posts
    93 Views
    barisB
    Adding the menu item into the template doesn't create a express route, you have to do that separately. https://github.com/NodeBB/nodebb-plugin-quickstart/blob/master/library.js#L37 I suggest writing a plugin for that instead of ovewriting the core js files.
  • 0 Votes
    3 Posts
    146 Views
    T
    I got the point That seems reasonable.
  • 1 Votes
    3 Posts
    341 Views
    julianJ
    Hi @Redbeanw44602! Thanks for voicing your concerns. In this particular change, the behaviour is only applied if explicitly enabled by the site admin. The default behaviour is unchanged: guests and regular users without email confirmed are able to browse the forum equally. In the case where an admin wants to gate content behind email verification, they can also opt to use the verified-users privilege group.
  • 0 Votes
    5 Posts
    365 Views
    Teresa-Hale-DHQT
    @baris strangely enough, the category list loads now! And it doesn't look like there's any circularness in the list. [image: 1667321874887-1c811ac6-83ea-4dd2-b1d9-3af633f45e90-image.png] Still, trying to manage the admin group via /admin/manage/groups/administrators or /admin/manage/admins-mods results in a gateway timeout. I've also enabled verbose logging, which displays this upon visiting either of these two urls: x.x.x.x - - [01/Nov/2022:17:12:10 +0000] "GET /forum/admin/manage/admins-mods HTTP/1.1" - - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0" Now there's no response code. Strange.
  • It does not work administrative panel

    Solved Technical Support
    6
    0 Votes
    6 Posts
    3k Views
    S
    @hukadan THANKS!!!
  • 0 Votes
    4 Posts
    4k Views
    yariplusY
    Does the forum logs give an error when it crashes? Do you have mongo and nginx logs on? There should be some useful information in one of the logs as to what is happening.
  • Monitoring New Users

    General Discussion
    7
    0 Votes
    7 Posts
    3k Views
    KowlinK
    @Nivix You don't grant the users actual power. Someone from YouTube said the same thing. (Can't find it where he said it though, probably in one of his livestreams) But the way to do this is to setup some clear guidelines on how you want your users to behave, Let the users engage the user in question without harassing him. Thats basically the whole trick. Adjusting is easier if the whole group communicates in the same way.
  • Ability to disable core pages

    Feature Requests
    3
    1 Votes
    3 Posts
    2k Views
    H
    @agarcia17 That doesn't disable the route, it just removes the link from the navigation menu.
  • NodeBB ACP-access broken

    Bug Reports
    15
    0 Votes
    15 Posts
    6k Views
    julianJ
    Eh, try LXC. I recommend it over Docker
  • Long loading categories in the admin page

    Technical Support
    5
    0 Votes
    5 Posts
    3k Views
    S
    @julian said: Pagination may be a bad idea because we make the categories sortable on this list. I not understand, but thanks, you everytime help for me. I created issue.
  • Category Permissions

    Bug Reports
    10
    0 Votes
    10 Posts
    5k Views
    E
    I've tried to load my forum with port 8000 (http://*.rhcloud.com:8000) and then in category permissions groups are shown properly. I'll use http://myhost.rhcloud.com:8000 when want to set category permissions. Thanks
  • 0 Votes
    5 Posts
    3k Views
    MegaM
    related https://github.com/NodeBB/NodeBB/issues/2695
  • Remove Background Image from Category

    Feature Requests
    5
    0 Votes
    5 Posts
    3k Views
    PitaJP
    An issue detailing this bug should probably be submitted on Github.
  • nodebb and wordpress problems

    General Discussion
    5
    0 Votes
    5 Posts
    3k Views
    A
    @Rahul-Ramesh said: /her. I blame the Avatar.
  • [Resolved] Socket UID doesn't match actual UID

    Bug Reports
    4
    0 Votes
    4 Posts
    3k Views
    XiphX
    For some reason socket.example.com/socket.io/1/?t=[a whole bunch of numbers] doesn't set CORS headers half of the time when I start NodeBB, causing any and all WebSocket connections to fail... but I guess that's a socket.io issue, not a NodeBB one.
  • Still stuck with admin authentication

    General Discussion
    10
    0 Votes
    10 Posts
    5k Views
    mootzvilleM
    @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!
  • How to admin?

    General Discussion
    8
    0 Votes
    8 Posts
    4k Views
    U
    Seems to vary between the services used, I didn't get asked to create an admin user when using openshift. Is there a way to create one after the fact?
  • New Users Default to Admin

    Bug Reports
    6
    0 Votes
    6 Posts
    3k Views
    S
    I sure did, let me tell you! 6K users!!
  • 0 Votes
    13 Posts
    6k Views
    B
    uh-oh, also need this. Didnt know that it would be difficult to have the owner of a group be in control of a subcategory for that group.
  • Change default avatar size.

    Feature Requests
    11
    0 Votes
    11 Posts
    6k Views
    esiaoE
    @baris You're the best