Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Session sharing between NodeBB and Python app

    2
    0 Votes
    2 Posts
    403 Views
    hotteshenH
    I now use /api/me to get auth info.
  • 2 Votes
    9 Posts
    1k Views
    y hY
    I guess one of the many plugins I already have installed is conflicting some way.
  • Where is the login button for nodebb-plugin-sso-oauth?

    2
    0 Votes
    2 Posts
    419 Views
    I
    It seems others can get the "Alternative Login" button in login page, but I can't... I just clone the repo, add code, copy the folder into node_modules, then activate it in ACP. Did I miss something?
  • Issue with autocomplete

    1
    0 Votes
    1 Posts
    271 Views
    N
    On one nodeBB instance I get undefined at the end of the list, and not on other instance. [image: bLJdukU.png]
  • NodeBB custom Javascript check current user groups

    3
    0 Votes
    3 Posts
    595 Views
    M
    @PitaJ said in NodeBB custom Javascript check current user groups: You can use Ajax to request their user page, and in the json it should specify all of the groups they're in. ah sorry forgot to reply here, meantime I found out, that its not a problem in custom JS to use app.user.groupTitle it works fine so good
  • Recent card not getting updated

    2
    0 Votes
    2 Posts
    326 Views
    A
    Recent card not getting updated when a new topic is coming in some category or someone updating the already ongoing topic
  • Constantly restarting!

    2
    0 Votes
    2 Posts
    615 Views
    <baris>B
    Take a look at logs/output.log for any error messages.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
  • NodeBB keeps logging out users, very often

    1
    0 Votes
    1 Posts
    265 Views
    M
    Hi, In settings I have session time set for 14 days. But many users have a problem that they are being logged out every day. I also need to log in every single day. Where I can look for the issue ?
  • How can I change emoji pack ?

    7
    0 Votes
    7 Posts
    997 Views
    M
    @PitaJ works fine now! thanks
  • Quote only that post, not multi-quote?

    3
    0 Votes
    3 Posts
    570 Views
    S
    @CaptainK Sadly users will do the easiest thing and teaching them sadly isn't going to work. Would be nice to have a setting that limits how deep quotes can go.
  • Image Upload problem

    2
    0 Votes
    2 Posts
    317 Views
    A
    After upgrading to v1.13.0 nodebb version , I am not able to upload image on website [image: 2XuS0Sg.png] When I tried checking output log, I see this Something went wrong installing the "sharp" module Cannot find module '../build/Release/sharp.node' Require stack: /home/aaravkr/public_html/doubt/NodeBB/node_modules/sharp/lib/constructor.js /home/aaravkr/public_html/doubt/NodeBB/node_modules/sharp/lib/index.js /home/aaravkr/public_html/doubt/NodeBB/src/image.js /home/aaravkr/public_html/doubt/NodeBB/src/topics/thumb.js /home/aaravkr/public_html/doubt/NodeBB/src/topics/index.js /home/aaravkr/public_html/doubt/NodeBB/src/categories/delete.js /home/aaravkr/public_html/doubt/NodeBB/src/categories/index.js /home/aaravkr/public_html/doubt/NodeBB/src/privileges/categories.js /home/aaravkr/public_html/doubt/NodeBB/src/privileges/index.js /home/aaravkr/public_html/doubt/NodeBB/src/posts/index.js /home/aaravkr/public_html/doubt/NodeBB/src/plugins/index.js /home/aaravkr/public_html/doubt/NodeBB/src/groups/index.js /home/aaravkr/public_html/doubt/NodeBB/src/user/index.js /home/aaravkr/public_html/doubt/NodeBB/src/events.js /home/aaravkr/public_html/doubt/NodeBB/src/meta/themes.js /home/aaravkr/public_html/doubt/NodeBB/src/meta/index.js /home/aaravkr/public_html/doubt/NodeBB/src/start.js /home/aaravkr/public_html/doubt/NodeBB/require-main.js /home/aaravkr/public_html/doubt/NodeBB/app.js Remove the "node_modules/sharp" directory, run "npm install" and look for errors Consult the installation documentation at https://sharp.pixelplumbing.com/en/stable/install/ Search for this error at https://github.com/lovell/sharp/issues
  • proxy problem

    2
    0 Votes
    2 Posts
    532 Views
    A
    I am not able to remove 4567 from http://subdomain:4567 How to do it ? Steps I am following (a) Reading from here https://docs.nodebb.org/configuring/proxies/apache/ (b) Making subdomain.conf , keeping it inside /etc/apache2/conf.d/includes and attaching this line Include /etc/apache2/conf.d/includes/subdomain.conf into httpd.conf (c) Changing URL of config.json inside NodeBB folder to http://subdomain.conf Code which I am using in subdomain.conf is as follows : <VirtualHost *:80> ServerName www.sub-domain.com RequestHeader set X-Forwarded-Proto "http" ProxyRequests off <Proxy *> Order deny,allow Allow from all </Proxy> RewriteEngine On RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /(.*) ws://127.0.0.1:4567/$1 [P,L] ProxyPass / http://127.0.0.1:4567/ ProxyPassReverse / http://127.0.0.1:4567/ </VirtualHost>
  • I see topics and post question for newbie

    1
    0 Votes
    1 Posts
    327 Views
    H
    Hi, I have a question : Can someone please point me in the right direction, to get this information? In the acp, I am able to view the visitors and pageviews according to the time period, via the graph on the dashboard. However, I am not able to see such a breakdown for user signups, topics, and posts. Thanks for help Hercules.
  • on browsing getting directories list

    18
    0 Votes
    18 Posts
    2k Views
    <baris>B
    You can do it after installing, it will replace all the data.
  • What happen if there are too many category?

    3
    0 Votes
    3 Posts
    554 Views
    N
    @oplik0 ah ok, thank you very much.
  • TailwindCSS replacement for Bootstrap

    1
    0 Votes
    1 Posts
    367 Views
    N
    I was discovered this css framework for my projects to replace Bootstrap, and I loved. This is a smart unopinionated css framework who give us a lot of flexibility and maybe can let UI designers more powerfull to create lot of themes for NodeBB. Leaving ACP with bootstrap, this can be used only for user frontend. It is easy to "emulate" BS componentes at first glance on migration (there are few utilities for this), so we can switch to TailwindCSS getting the same look and feel. That's all, only a suggestion. Regards https://tailwindcss.com/
  • New relic nodejs agent is notNodeBB forum

    1
    0 Votes
    1 Posts
    612 Views
    K
    Hi, I tried adding new relic package into my nodeBB install by adding after removing the new relic agent from app.js its working fine again. I just wanted to let other nodeBB forum administrators to know about this issue if they face same problem.
  • Polls With These Options

    1
    0 Votes
    1 Posts
    230 Views
    P
    Hi, Anyone know of a poll that will -show results only after set date/time -show results only after set number of votes
  • When logged in no link can be accessed

    2
    0 Votes
    2 Posts
    381 Views
    julianJ
    @kratos97 Just FYI, we can't see the errors you mentioned in your post. Perhaps it wasn't attached?