Skip to content
  • 0 Votes
    6 Posts
    90 Views
    Chad AugurC

    It is suddenly working again, but I do not know why. I cannot get a consistent result. I will be grateful for now. Is there anything I should be looking for when it fails?

  • 1 Votes
    9 Posts
    986 Views
    shoqS

    I probably compose at least 400 post and chat messages a day on multiple platforms. Speed and simplicity of editing are very important to me.

  • 0 Votes
    5 Posts
    81 Views
    Sampo2910S

    @PitaJ v16.13.0 obviosuly very old ๐Ÿ˜ž Ooops..installed latest version and now it is all ok..

    Thanks for the gentle reminder.

  • 0 Votes
    15 Posts
    269 Views
    Chad AugurC

    @baris TY. Despite having been a JS developer for more than 10years I had never published my own npm package. Now I have. TY.

  • 3 Votes
    22 Posts
    414 Views
    julianJ

    @crazycells ah, not at all.. but...

    Man, that's cool. I think there's definitely a lot of utility in seeing popular uncategorized posts.

    I'll take a closer look.

    Edit: This is resolved now. Uncategorized topics should no longer appear in /popular unless that category is explicitly selected.

  • Snowflake to SSIS

    General Discussion
    2
    0 Votes
    2 Posts
    50 Views
    phenomlabP

    @brother-info This forum is dedicated to NodeBB, and it looks like your question is in relation to SQL and SSIS. NodeBB does not support SQL server and therefore, we cannot assist in this instance.

  • 1 Votes
    8 Posts
    431 Views
    phenomlabP

    @frontendjulien Always happy to help.

  • 0 Votes
    13 Posts
    786 Views
    S

    Finally, it works.

  • 8 Votes
    28 Posts
    5k Views
    crazycellsC

    @baris thank you. this is a very useful plugin.

    admins can copy the email list from here:

    Link Preview Image disposable-email-domains/disposable_email_blocklist.conf at master ยท disposable-email-domains/disposable-email-domains

    a list of disposable and temporary email address domains - disposable-email-domains/disposable_email_blocklist.conf at master ยท disposable-email-domains/disposable-email-domains

    favicon

    GitHub (github.com)

  • 1 Votes
    6 Posts
    325 Views
    julianJ

    @solmak for benchpress specific syntax check here

    Link Preview Image benchpressjs/docs at master ยท benchpressjs/benchpressjs

    ultralight javascript templating framework. Contribute to benchpressjs/benchpressjs development by creating an account on GitHub.

    favicon

    GitHub (github.com)

  • 15 Votes
    22 Posts
    560 Views
    shoqS

    Thanks @crazycells . I I'm pretty sure it will become important to do that sooner or later.
    probably sooner

  • 3 Votes
    36 Posts
    2k Views
    barisB

    Plugin doesn't show usernames if they set their status to offline AFAIK

  • 1 Votes
    7 Posts
    641 Views
    S

    @hnipps said in Invalid CSRF token when authenticating via third-party app:

    I'm trying to use NodeBB as a headless forum (i.e. just a REST API with a separate front end) but keep getting an "invalid csrf token" error when I try to authenticate.

    I've confirmed I can authenticate via the NodeBB UI on the same instance.

    I've also tried getting the NodeBB config and using the csrf token from there in my requests but it still does not work.

    My frontend is a NextJS app that rewrites all /api/:path* requests to http://<MY-NODE-BB-INSTANCE>/api/:path*. It also rewrites the auth paths.

    I can see the requests reach NodeBB but always get "invalid csrf token".

    I've verified that I can successfully call GET endpoints from my app, e.g. I can get the user list from /api/users.

    This is a 2 yr old thread, but @hnipps have you gone any further with the React/NextJS frontend with a headless nodebb?
    If you have made any progress I would love to contribute on the frontend build. It is daunting to start as a new project but if any foundations were laid I would love to jump in and build upon it.

  • react-redux-nodebb, we are building it!

    Unsolved Feature Requests
    17
    1 Votes
    17 Posts
    1k Views
    S

    @data-dataninja said in react-redux-nodebb, we are building it!:

    We are building react-redux-nodebb

    this will enable react-dom & react-native with nodebb, which means we can build nodeBB into native apps & also use react ecosystem UI components

    steps we are taking:

    react-redux structure (state, api, hooks) converting controllers module bridge (to enable current ecosystem of plugins)

    then next up we will build:
    react-native-nodebb theme & skins

    Any help & suggestions are super welcome!

    This is quite an old post, but @data-dataninja have you given up on building the decoupled frontend?
    I am more interested in a NextJS or any Server Side rendered solution to get the SEO and other benefits of SSR.
    But a frontend in React-Redux would be a good start if you're working on it.

  • 0 Votes
    14 Posts
    799 Views
    S

    Thank you @julian you always respond and seem motivated in helping the community. By proprietary I meant no effort has been made to provide clean working examples for the latest nodebb, as in maintenance of such documentation for people jumping into nodebb to replace their old system.

    You have a great product here, with so much more potential and I understand you may not have resources and funding to provide so much documentation and maintain working example of a plugin that does CRUD with custom fields/custom data, but it becomes harder for new adopters if they're unable to figure out cost effective way to replace their old platforms which have plethora of 3rd party add-ons and plugins especially dealing with custom fields and custom data.

    I take the blame as well, as part of the community it is partly our job to help keep a set of quickstart plugins, documentation, help available to enhance and optimize the process for new adopters. I hope the community gets together and makes something like a curated directory of available plugins, and tags and tracks what versions each supports, and tries to keep a version that supports the latest major version updates.

    Thank you for the wonderful product, I keep trying and finding an excuse to adopt it and hopefully I will get there sooner or later.

  • hiding "moved" badge from topic list

    Solved Technical Support
    3
    1 Votes
    3 Posts
    63 Views
    crazycellsC

    @baris thank you very much. ๐Ÿ‘

  • 0 Votes
    2 Posts
    68 Views
    julianJ

    Hi @vijay-kumavat, are those users responding, administrators or privileged?

    Can you see those scheduled topics in an incognito tab?

  • 0 Votes
    2 Posts
    72 Views
    S

    Ok, seems like I can't use the html to embedd it as an iframe ... also not inside the forum?

    To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.

    Edit: Ok it's possible in the assets locaiton.

  • codes for the skins

    Solved Technical Support
    3
    0 Votes
    3 Posts
    32 Views
    crazycellsC

    @baris said in codes for the skins:

    The css for these are coming from https://bootswatch.com/, you can find them in nodebb/node_modules/bootswatch/dist

    Thank a lot... I searched the GitHub and found them here:

    Link Preview Image bootswatch/dist at v5 ยท thomaspark/bootswatch

    Themes for Bootstrap. Contribute to thomaspark/bootswatch development by creating an account on GitHub.

    favicon

    GitHub (github.com)

  • 0 Votes
    21 Posts
    853 Views
    crazycellsC

    thanks @baris , I tested and it works but for harmony theme, using data-format leaves an empty space behind, so I changed it to aria-label to remove the whole button...

    For those who would like to hide some buttons of the composer can use this CSS code:

    .composer .composer-container .formatting-bar .formatting-group { [aria-label="Code"], [aria-label="Left align"], [aria-label="Center align"], [aria-label="Right align"], [aria-label="Justify"], [aria-label="Grouped code"] { display: none; } }