Skip to content
  • 0 Votes
    4 Posts
    64 Views
    Pravallika NakarikantiP

    @baris upgraded and it works now

  • 0 Votes
    2 Posts
    56 Views
    phenomlabP

    @JDouglas You should target the below CSS class for this

    li[component="categories/category"] .title

    You could just use .title although this is a shared class, and without explicit definition as above, it will have undesirable effects.

  • 0 Votes
    28 Posts
    236 Views
    jenniferplusplus@hachyderm.ioJ

    @julian @thisismissem It genuinely never occurs to me to use tags as a means of controlling notifications. In fact, the very idea that the sender has more control over notifications than the recipient is mind boggling.

  • 0 Votes
    8 Posts
    169 Views
    PitaJP

    @wnfdh2 yoyo need to move your plugin so it has a greater priority than the markdown plugin. Right now, the markdown is being parsed first so you already have the link when it comes to you.

  • 0 Votes
    7 Posts
    743 Views
    Julien HengJ

    @Teresa-Hale-DHQ where did you supply the email? in the plugin setting in Admin Panel?

  • 13 Votes
    27 Posts
    12k Views
    Julien HengJ

    When a new user registers on the website and subsequently accesses the forum, their account is successfully created on the forum. However, despite specifying in the plugin settings to include the user's email during session sharing (by passing in id, username, and email), the email information is not being transferred or shown in the forum. Do you have any idea why? Thank you in advance!

    Screenshot 2024-05-13 at 5.25.52 PM.png Screenshot 2024-05-13 at 5.26.09 PM.png

  • 2 Votes
    5 Posts
    1k Views
    traarrrT

    Here!!

    Well this is very basic and my very first!! 😊
    this is not exactly based on reputation but a small change can do that
    Also the settings page does not work and is not exactly required. So I will remove it soon... (Well I am still learning)
    Peace Kyle Van Noy GIF

  • 0 Votes
    2 Posts
    387 Views
    julianJ

    Hi @tpickles, what mailer plugin are you using, or service? url2462 sounds like something SendGrid might do... it looks like click tracking.

    Try disabling it?

  • 0 Votes
    2 Posts
    73 Views
    PitaJP

    Link Preview Image GitHub - akhoury/nodebb-plugin-import: migrate your old crappy forum to NodeBB

    migrate your old crappy forum to NodeBB. Contribute to akhoury/nodebb-plugin-import development by creating an account on GitHub.

    favicon

    GitHub (github.com)

    THIS PLUGIN ONLY SUPPORTS: NodeBB v1.12.1

    but you can upgrade after the import is done

    So yes, it only supports an older version. If you buy NodeBB's hosted solution, we can perform the upgrade for you. Contact [email protected]

  • 0 Votes
    4 Posts
    76 Views
    julianJ

    @PitaJ nice catch!

  • 0 Votes
    2 Posts
    65 Views
    julianJ

    @Alexis-Sanchez There's a guide I've written for working with custom user fields in the user hash, but front-end wise you're looking to have a custom theme add the fields to the profile pages.

    Do you already have a custom theme?

  • 0 Votes
    22 Posts
    552 Views
    julianJ

    @[email protected] said in Traversing the reply chain when working with topics:

    infinite inReplyTo chain.

    I think this could be solved in part by the chain traversal sanity checking to ensure that the id is not already retrieved, but I'm not naive enough to assuming that that can't be circumvented.

    ... so yes, in that sense a limit makes sense from a security standpoint.

  • 1 Votes
    25 Posts
    516 Views
    oplik0O

    @eeeee said in Do you have limited or full access to your host?:

    I did have this conversation previously with @phenomlab, and I recall we were looking at around $40 a month upwards for a dedicated host

    If you're fine with Oracle and willing to ensure there is some constant load on your server (from my experience just running Mongo+Redis with some cache for NodeBB will do fine for their usage detection), Oracle Cloud Infrastructure is still waving a huge free tier carrot in the form of 4 ARM64 cores w/24GB of RAM w/200GB total disk space (you can distribute these across up to 4VMs)

    Otherwise - Hetzner has a great offer. NodeBB deployments are mostly RAM-bound, so I'd personally go for ARM here too - since NodeBB doesn't really have any x86-specific dependencies (also, if you want to save a buck, or rather €0.60, you can put an IPv6-only server behind Cloudflare and get IPv4 connectivity for free 🙂 ).

    You really don't need dedicated unless you really have a lot of users - it may be worth it if you want to host many services (since you can run your own VMs there) or if you actually need a full CPU-worth of performance, but again - the heaviest part of NodeBB is typically the database (and maybe caches), you're almost certainly not using that much processing power to serve a forum 🙂

    (As for the experience topic, I'm not sure if I can really comment when I'm still in my early 20s, below the lowest concrete number thrown here 😄 )

  • 0 Votes
    3 Posts
    70 Views
    Mikha'il HatheyM

    Thanks for the feedback will definitely try the SES method instead.

    My mailbox definitely has no sent mails from NodeBB. So I may have set it up incorrectly or SendMail really is problematic.

  • 0 Votes
    3 Posts
    60 Views
    Mikha'il HatheyM

    Thanks a lot I will try this and see how it goes.

  • 7 Votes
    8 Posts
    126 Views
    julianJ

    @[email protected] right. I think functionally I'll never encounter a Delete, check the origin, and find that the note hasn't actually been deleted, but stranger things have happened!

  • Blog comments on external blog website

    Unsolved Technical Support
    6
    0 Votes
    6 Posts
    209 Views
    crazycellsC

    @julian said in Blog comments on external blog website:

    @crazycells ah sorry, I didn't respond because I wasn't sure...

    But I think it should be fine. Technically according to browser security policy, nodebb.org and community.nodebb.org are essentially different sites.

    So if you used a different domain the same restrictions apply, but the plugin should still work.

    Thank you very much, we will try it and report the outcome then...

  • 0 Votes
    8 Posts
    306 Views
    PitaJP

    There's are other reasons to have two separate NodeBB installs:

    you may want to run different sets of plugins uploaded files are stored within the NodeBB directory, best to keep those separate plugins like emoji and customize store files specific to a certain forum, and all plugin files are within the NodeBB folder
  • 0 Votes
    5 Posts
    106 Views
    julianJ

    @phenomlab that doesn't sound like out of the box behaviour... can you reset all plugins and see if it reproduces?

  • 0 Votes
    4 Posts
    85 Views
    eeeeeE

    Yes, thanks both. I was confused!