mongodb hacked OTL WE MUST CHANGE MONGODB PORT!!

General Discussion

Suggested Topics


  • 0 Votes
    2 Posts
    101 Views

    Depends on how you perform the upgrade. I'd recommend backing up what you have and just try

    git stash git pull git stash apply

    It should probably just work, but you may get "merge conflicts" that you'll have to resolve.

  • 0 Votes
    19 Posts
    612 Views

    @rongcuid said in Possibility to change post URL/routing?:

    BBCode support

    I unfortunately don't have the time right now to participate in this discussion more, but I might be able to help with thais part: there is actually a fairly ancient but still functional plugin for BBCode support already 🙂 https://github.com/psychobunny/nodebb-plugin-vbcode-to-markdown

    The only issue I noticed is that it doesn't show in preview (which I think should be fairly simple to fix)

    Note that it's support, not first-class support - the default with it would still be markdown, but most BBCode will just work too by being translated to md before it's displayed.

  • 0 Votes
    2 Posts
    887 Views

    Hello, I see there is an option in ACP to change the label of an group tag.

    Is it possible to change the font color per group?

    Like Admin = Red text color
    Moderator = Green text color
    Teamleader = Purple text color
    etc. etc.

    Is it possible with CSS?

  • 1 Votes
    3 Posts
    1k Views

    Thanks, I was worried that would be the answer...

  • 0 Votes
    5 Posts
    3k Views

    @velderia said:

    So... As far as npm install I'm having issues pretty much the same here: https://community.nodebb.org/topic/540/-nodebb-theme-lavender-lavender-theme-for-nodebb/73 (at the bottom) but I'm not sure how to reinstall npm on the stack or if that would even help.

    I guess I should be developing Node.js on linux but so far I've been dual booting and I'm thinking about investing in like a Gigabyte Brix and having two monitors side by side (or even a KVM switch). I use Windows for graphics and I like Ubuntu for developing stuff and it's kind of my dream setup to begin with.

    Edit: After rolling around in bed and drinking some coffee, I manually inserted the lavender theme in the node_modules folder, removed it from the npm-shrinkwrap.json file (created a npm-shrinkwrap-backup don't worry), and tried npm install again. It seemed to work up until "[email protected]" saying "no repository field" as a warning. I had to ctrl-C because it was literally stuck there. Now I have a bunch of nice modules installed in the node_modules folder but I'm assuming not all of them to be able to get NodeBB up and running.
    Tl;Dr: npm is really not liking .tgz I think

    Edit 2: I screwed up the entire NodeBB installation by typing node app too early and rushing everything. I'm going to take a break and probably upgrade the Ubuntu partition I have and do everything on there. 😞

    Hmm... What's the problem you're having exactly. I've been running nodebb on a windows bitnami mean stack for a long time without any issues whatsoever. Just make sure you pick the latest BITNAMI version (sometimes they hide them in favour of older more stable releases), install git and you're off to the races 🙂