Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • SSO questions

    3
    0 Votes
    3 Posts
    651 Views
    S
    If needed, is there a way to convert SSO accounts to local ones? Obviously they would require a password reset.
  • 0 Votes
    3 Posts
    602 Views
    S
    Thanks, that did it!
  • 0 Votes
    1 Posts
    341 Views
    S
    I'm looking to be able to see a report that shows the top Topic starters and posters over the previous X number of days. Is this possible?
  • Personna theme, "X" to close chat window not showing, but still clickable

    1
    0 Votes
    1 Posts
    353 Views
    S
    I have some custom CSS that puts a box around each category, but even with this disabled, the X or close button in the top right corner of chat windows does not show up. Edit: Looks like it only does it with the Flatly theme. If I go into my settings on this site and select Flatly, it does it here as well. [image: RK8oEnq.png]
  • 500.000 + errors in modules.json

    10
    0 Votes
    10 Posts
    2k Views
    PitaJP
    @MJ https://docs.nodebb.org/configuring/scaling/#use-a-proxy-server-to-serve-static-assets You can post your config if its easier
  • Boxes around each category

    8
    0 Votes
    8 Posts
    1k Views
    S
    Thanks, I will fix it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Stripe subscription plugin

    6
    1 Votes
    6 Posts
    2k Views
    ajayA
    @psychobunny Thanks a lot. I guess the buy button will change to cancel once the user buys the subscription. Also, I wanted to know if there is a way to kick a user out of the group if he cancels his subscription? I don't know what happens once the user cancels it. Sorry if it is not related to the thread.
  • Quick Question

    2
    0 Votes
    2 Posts
    620 Views
    julianJ
    Hi there -- no we don't apply any sort of stretching to the logo... perhaps it is an artifact of your theme?
  • Skin changer widget

    2
    1 Votes
    2 Posts
    448 Views
    S
    There's a night mode plugin that puts a lightbulb in the menu bar at the top. I installed that. But, I also have some custom CSS that puts a box with radius corners around each category and topic. The color for that background is specified in the CSS, and doesn't change. I'm guessing if I didn't have that custom CSS, things would work just fine. I wish there was an option in the persona theme to enable boxes around these things. Having everything on a white canvas with no separation looks messy to me, not minimal. You can see it work at https://packetforum.com
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Bulk tagging

    1
    0 Votes
    1 Posts
    383 Views
    S
    I have a bunch of topics in different categories that I want to move into a single category. Before I move them, I want to tag them all with the old category name so I know where they came from after they are moved. Also, at some point, I'd like to be able to bulk move topics based on their tags. This would be done if a category got too large/busy, and it warranted splitting out certain things into a new category. Is any of this possible?
  • Install NodeBB Forum

    4
    0 Votes
    4 Posts
    4k Views
    J
    @per0x ?
  • Is it bad for performance to have a NGINX reverse proxy ?

    5
    0 Votes
    5 Posts
    2k Views
    Per0xP
    it works, thanks for all your answers, I'm reassured.
  • Using nodebb with haproxy as a frontend

    1
    0 Votes
    1 Posts
    1k Views
    Peter-Zoltan KeresztesP
    Hello, I am trying to setup nodebb with haproxy instead of nginx as frontend. Everything seam to be working however I am getting lots of 403 on /socket.io/ requests. frontend http-in mode http bind 0.0.0.0:80 redirect scheme https code 301 if !{ ssl_fc } frontend https-in bind 0.0.0.0:443 ssl crt /etc/letsencrypt/live/test/test.pem http-response set-header strict-transport-security "max-age=31536000; includeSubDomains" http-response set-header Content-Security-Policy "default-src 'self' wss: https: *.startech-rd.tk/*; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://code.jquery.com; style-src 'self' 'unsafe-inline' https:; img-src 'self' https://casper.ghost.org/ https://www.gravatar.com/ data:; font-src 'self' https:" http-response set-header X-XSS-Protection "1; mode=block" http-response set-header X-Content-Type-Options "nosniff" http-response set-header Referrer-Policy "no-referrer" reqadd X-Forwarded-Proto:\ https acl is_websocket hdr(Upgrade) -i WebSocket acl is_websocket path_sub -i /socket.io/ use_backend bk_ws if is_websocket acl acl_comments path_beg -i /comments use_backend comments if acl_comments backend comments mode http balance leastconn timeout connect 1s timeout server 600s timeout queue 600s option redispatch retries 3 acl is_woff capture.req.uri -m sub .woff acl is_ttf capture.req.uri -m sub .ttf acl is_eot capture.req.uri -m sub .eot http-response set-header Cache-Control public if is_eot or is_woff or is_ttf http-response set-header Expires -1 if is_eot or is_woff or is_ttf http-response set-header Pragma cache if is_eot or is_woff or is_ttf cookie nodebb insert indirect nocache secure server node1 10.160.125.81:4567 cookie nodebb_node1 check inter 1000 fastinter 500 rise 2 fall 1 server node2 10.160.125.82:4567 cookie nodebb_node2 check inter 1000 fastinter 500 rise 2 fall 1 backend bk_ws option redispatch balance roundrobin option forwardfor option httpclose server node1 10.160.125.81:4567 maxconn 30000 weight 10 cookie ws_node1 check server node2 10.160.125.82:4567 maxconn 30000 weight 10 cookie ws_node2 check``` I have tried to connect directly without haproxy and the websockets are connecting correctly. However I've seen that using the haproxy the websocket protocol changed from wss to https. Any suggestions on how to fix this?
  • Can we create [private] forums inside of nodebb forum?

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    KosiakK
    @juan-g If I’m not wrong this is only for groups. Anybody can't make subforum both with his own group. This is interesting idea for plugin or like a feature for new version of core nodebb. Good for wide community forums on autopilot, when owner not have enough time to support all desires of members.
  • Using NodeBB as the commenting system for Jekyll

    8
    1 Votes
    8 Posts
    5k Views
    Aaron MurrayA
    @julian Where can I find the generic code for using NodeBB as a commenting system? My blog is static, and I'm looking for a commenting system -- being able to use my current install of NodeBB would be great!
  • Empty home page when an unregistered user lands on.

    2
    0 Votes
    2 Posts
    744 Views
    julianJ
    This is intentional, as an empty homepage is not a typical user scenario. You can hide the categories label via custom CSS, or custom JS if you want to hide it only when there are no categories.
  • How to avoid creating topic in parent category?

    3
    0 Votes
    3 Posts
    1k Views
    K
    Thanks Dravere! KK
  • Need advice

    2
    0 Votes
    2 Posts
    831 Views
    W
    I think this question does not belong in this forum. Try a general google first.