Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • Social Share of Topics / Posts

    9
    0 Votes
    9 Posts
    322 Views
    barisB

    @vijay-kumavat does it work on this forum? If it does it could be something to do with your theme/custom code. The share code adds click handlers on components like [component="share/linkedin"] make sure they are in the DOM and there are no JS errors. https://github.com/NodeBB/NodeBB/commit/ace171a6bf7219c221a1a01e6ada7751f277e2ec

  • ./nodebb build vs ./nodebb upgrade

    6
    0 Votes
    6 Posts
    183 Views
    yasasY

    @baris Heyy yes sorryy. Absolutely yeah I don't know why it didn't occur to me to check the help. I was mostly looking at the documentation and stuff.
    @PitaJ Ah yes. Was mostly thinking about what steps specifically build and upgrade commands do.
    Thanks you two!

  • How to change subforum style?

    7
    0 Votes
    7 Posts
    430 Views
    barisB

    That's fine, I changed the template a little bit on latest harmony to remove the duplicated html but that will work too.

  • 0 Votes
    16 Posts
    576 Views
    Jakub UrbanowiczJ

    @FrankM your nodebb.service file worked and will do for the time being, thanks.
    @PitaJ Yes, moving to /var/www helped resolve my issues, cheers.
    @B-738 @josef I will try and learn Caddy and pm2 before I gain enough users to have to spawn more processes.
    The topic can be marked as resolved now.

  • "New Topic" Button

    5
    0 Votes
    5 Posts
    884 Views
    Adam CA

    Okay. Thanks!

  • how do I get a license?

    Unsolved
    10
    0 Votes
    10 Posts
    396 Views
    PitaJP

    I am not a lawyer, but every contribution requires signing the CLA, which allows NodeBB to relicense the code commercially: https://cla-assistant.io/NodeBB/NodeBB

  • 0 Votes
    5 Posts
    420 Views
    ernstkiE

    I'm starting to wonder if this is a reportable bug, since it appears to be the same script everyone else is running, and that referred to by the documentation.

  • error in admin

    18
    0 Votes
    18 Posts
    271 Views
    G

    @baris ok, I will try. Thanks a lot

  • Disable html entities in api

    8
    0 Votes
    8 Posts
    227 Views
    H

    @oplik0 I'll try this, thanks a lot.

  • 0 Votes
    3 Posts
    98 Views
    G

    #memo
    solved) cache, webpack maxEntrypointSize, maxAssetSize

  • plugin development, modify service-worker.js

    5
    1 Votes
    5 Posts
    269 Views
    K

    The plugin is now being tested in production.

    Chrome works as expected (push notifications should behave as forum notifications):

    Forum Icon is displayed in the notification Text containing the event that triggered the notification is displayed Clicking in the notification opens the browser at the specific path

    Firefox notifications only work on nightly versions.

  • 2 Votes
    3 Posts
    956 Views
    B-738B

    @omega said in NodeBB made it on to AdminZone "Best Forum Software" poll:

    Back in 2014... but I'm sure it can do better in 2024! 😉

    IPB Votes: 63 22.9%
    vBulletin Votes: 12 4.4%
    MyBB Votes: 17 6.2%
    phpBB Votes: 10 3.6%
    NodeBB Votes: 5 1.8%
    SMF Votes: 15 5.5%
    Others Votes: 15 5.5%
    XenForo Votes: 115 41.8%
    BuddyBoss Votes: 2 0.7%

    https://www.theadminzone.com/threads/best-forum-software-in-your-opinion.116636/

    Stupid ! Scam ....ALL PHP STUPID AND LAST century

    Forgot about PHP ....

  • Show us your rig!

    136
    0 Votes
    136 Posts
    82k Views
    gotwfG

    Updated my keyboard:

    Link Preview Image XKeyboarCD

    favicon

    xkcd (xkcd.com)

    Rock On & Happy New Year! \o/ o/

  • client.css is returning a 404

    Solved
    5
    0 Votes
    5 Posts
    200 Views
    o              oO

    Thanks @baris. It was an obscure permission issue between Docker and DigitalOcean. Does nodebb not error out when it can't write files as expected?

  • Example nodebb sites?

    9
    0 Votes
    9 Posts
    437 Views
    N

    @crazycells From what I can tell, there aren't any videos on the board itself but links to youtube.

    I wondered if nodebb could handle video uploads itself.
    I would need to allow users to upload images and videos on their profiles, like a personal feed on social media.

    After doing more research, I see that images can be uploaded but videos have to be a link to the video. I see there are several embed plugins too.

    With that in mind, and since nodebb has an API, I can think of a few things that might work so need to look into those.

  • 1 Votes
    9 Posts
    348 Views
    B-738B

    Use FreeBSD 14 all stable and last and easy to use

  • Install on FreeBSD

    5
    1 Votes
    5 Posts
    2k Views
    B-738B

    I use FreeBSD 14 with nodebb , no problem and all perfect

  • About seo

    21
    0 Votes
    21 Posts
    9k Views
    B-738B

    @julian said in About seo:

    @vitasllc will be fixed in v3.6.0

    Some not critical issue with "COMMENTS" stay continued...

  • Add user via API

    4
    0 Votes
    4 Posts
    174 Views
    julianJ

    @chipvn thank you for the kind words 😊 happy holidays

  • 0 Votes
    2 Posts
    140 Views
    barisB

    Yes if you have your own expressjs app then you should be able to use the templating engine we use. It is a separate project here https://github.com/benchpressjs/benchpressjs.