• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

    • All categories
    Load new posts
Log in to post
  • julianJ

    Stricter behaviour for email address requirement config

    Scheduled Pinned Locked Moved NodeBB Development email config admin
    1 Votes
    3 Posts
    58 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.

  • Teresa-Hale-DHQT

    requests to a certain admin url results in 504 gateway timeout

    Scheduled Pinned Locked Moved Unsolved Technical Support proxy nginx admin
    0 Votes
    5 Posts
    77 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.

    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.

  • sergej-saveljevS

    It does not work administrative panel

    Scheduled Pinned Locked Moved Solved Technical Support admin login v1.x.x upgrade
    0 Votes
    6 Posts
    2688 Views
    sergej-saveljevS

    @hukadan THANKS!!!

  • Pramvir RatheeP

    When forum Get big big - Issues browsing forum with admin accounts. 503

    Scheduled Pinned Locked Moved Bug Reports mongod error mongodb admin 503
    0 Votes
    4 Posts
    3916 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.

  • NivixN

    Monitoring New Users

    Scheduled Pinned Locked Moved General Discussion admin
    0 Votes
    7 Posts
    2978 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.

  • henrywrightH

    Ability to disable core pages

    Scheduled Pinned Locked Moved Feature Requests settings admin acp
    1 Votes
    3 Posts
    1747 Views
    henrywrightH

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

  • frissdiegurkeF

    NodeBB ACP-access broken

    Scheduled Pinned Locked Moved Bug Reports setup admin
    0 Votes
    15 Posts
    5211 Views
    julianJ

    Eh, try LXC. I recommend it over Docker 😄

  • sergej-saveljevS

    Long loading categories in the admin page

    Scheduled Pinned Locked Moved Technical Support categories admin
    0 Votes
    5 Posts
    2476 Views
    sergej-saveljevS

    @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.

  • E

    Category Permissions

    Scheduled Pinned Locked Moved Bug Reports permissions admin category
    0 Votes
    10 Posts
    4846 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

  • A

    How can I assign a user to be a moderator but not an admin?

    Scheduled Pinned Locked Moved General Discussion moderator groups admin
    0 Votes
    5 Posts
    2629 Views
    MegaM

    related https://github.com/NodeBB/NodeBB/issues/2695

  • L

    Remove Background Image from Category

    Scheduled Pinned Locked Moved Feature Requests categories admin
    0 Votes
    5 Posts
    2964 Views
    PitaJP

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

  • P

    nodebb and wordpress problems

    Scheduled Pinned Locked Moved General Discussion plugin comment admin wordpress
    0 Votes
    5 Posts
    2975 Views
    A

    @Rahul-Ramesh said:

    /her. 👯

    I blame the Avatar. 😆

  • XiphX

    [Resolved] Socket UID doesn't match actual UID

    Scheduled Pinned Locked Moved Bug Reports websockets admin
    0 Votes
    4 Posts
    2494 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.

  • J

    Still stuck with admin authentication

    Scheduled Pinned Locked Moved General Discussion initial setup admin
    0 Votes
    10 Posts
    4495 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!

  • D

    How to admin?

    Scheduled Pinned Locked Moved General Discussion admin
    0 Votes
    8 Posts
    3255 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?

  • scottalanmillerS

    New Users Default to Admin

    Scheduled Pinned Locked Moved Bug Reports bug users admin
    0 Votes
    6 Posts
    2670 Views
    scottalanmillerS

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

  • S

    Category Admins (Sub-forum Moderators/Admins)

    Scheduled Pinned Locked Moved Feature Requests access rights admin moderators
    0 Votes
    13 Posts
    5762 Views
    bitspookB

    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. 😬

  • esiaoE

    Change default avatar size.

    Scheduled Pinned Locked Moved Feature Requests avatar admin configuration
    0 Votes
    11 Posts
    5253 Views
    esiaoE

    @baris You're the best 🙂

  • E

    Calling Groups in ACP hangs and restarts/crashes nodebb

    Scheduled Pinned Locked Moved Bug Reports hangs groups admin acp
    0 Votes
    4 Posts
    2289 Views
    barisB

    Update to latest version and try again.

  • psychobunnyP

    Blue Posts for NodeBB

    Scheduled Pinned Locked Moved NodeBB Plugins blizzard moderator admin posts blue
    2 Votes
    4 Posts
    2366 Views
    ?
    Ran install command. Not listed in plugins. Check command - ran correctly. Anger Rage Check post "bleeding edge (v.5)" Despair.

    Can't wait to test this out!

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.