Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • December Reading List!

    5
    0 Votes
    5 Posts
    3k Views
    mootzvilleM
    @aixnr I'm currently reading 'A History of the Internet and the Digital Future' by Johnny Ryan Great read so far...
  • nodebb upgrade error

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    Yes, nice catch @a_5mith. Incompatible themes requiring outdated versions of the vanilla theme often cause npm to abort. It's not a pretty sight
  • "Cool Stuffs Roundup" culture

    6
    1 Votes
    6 Posts
    2k Views
    aixnrA
    I just updated the roundup, and the episode 2 is available here on Faith.na. Couple things worth mentioning: Previously I posted the episode 1 on Defiance.NightlyArt.com, but then I moved that article to Faith.NightlyArt.com because Faith is my techblog for all long-form articles. There are 66 links of pure awesomeness, so do check it out! I hope this helps. Have a great weekend!
  • Hook to add settings to user settings page?

    1
    0 Votes
    1 Posts
    2k Views
    PitaJP
    @julian Is this a thing? This would make certain settings (like Pushbullet) able to be put in the same place as all the rest.
  • Gobble Gobble.. Happy Turkey Day

    2
    1 Votes
    2 Posts
    2k Views
    julianJ
    Happy Thanksgiving everybody. Us Canadians up north celebrated a month early so there's nothing left to do but shop the black Friday deals XD
  • app.ger vs router.get

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    @pitaj router and app are both routers, per se. However, router refers to a separate router instantiated specifically for plugins to use. When NodeBB reloads, the plugin router gets regenerated, while the application router does not. This allows plugins to be both activated and deactivated without a full restart. ... You also cannot overwrite existing application routes in app, though you weren't allowed to do that for awhile now.
  • Programmatically add posts

    3
    0 Votes
    3 Posts
    3k Views
    ReneR
    Wow, thanks.
  • HTML JSON form submission spec, W3

    2
    0 Votes
    2 Posts
    2k Views
    X
    Nice to see the W3 community has a sense of humour EXAMPLE 6: Such Deep <form enctype='application/json'> <input name='wow[such][deep][3][much][power][!]' value='Amaze'> </form> // produces { "wow": { "such": { "deep": [ null , null , null , { "much": { "power": { "!": "Amaze" } } } ] } } }
  • after update the latest code, I can‘t visit /admin

    7
    0 Votes
    7 Posts
    3k Views
    julianJ
    Hm... are you using a special theme?
  • mongodb management service

    2
    1 Votes
    2 Posts
    2k Views
    ShardS
    ObjectRocket is pretty keen as well.
  • 1 Votes
    10 Posts
    5k Views
    S
    I haven't tested but I'm pretty sure, given the experiences of others here, that the actual cause of my NodeBB breakage was dbsearch 0.0.16, so while it's awkward to be told there are all of these upgrades available, I don't think the problem was nbbpm, just a bad plugin.
  • Parsing Booleans: What's best for performance?

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    We mostly use !!var, but filtering an array so you can get rid of falsy values with arr = arr.filter(Boolean) is neat as well
  • Upgrading to 6.0... CSRF token error. [solved]

    12
    0 Votes
    12 Posts
    5k Views
    ShardS
    And yes, cleaning out the stale, stray files from when I originally cloned off of vanilla fixed the csrf issues I was having.
  • Add menu items to Lavendar.

    6
    0 Votes
    6 Posts
    4k Views
    C
    @mootzville Thanks!
  • Understanding the templating engine & middleware

    3
    0 Votes
    3 Posts
    2k Views
    mootzvilleM
    Ya, so I was dumb...I have a local dev instance and a staging server. I was playing around with some things and forgot to switch the theme back to vanilla which explains why I was missing the navbar for the login screen...boo me. But yes, thanks for pointing that out. The template engine and middleware are making a lot more sense now after looking through the source for the last 2 days... I'm going to start looking to add/update the documentation here soon...some of the stuff can drive you crazy if you aren't familiar with the version changes. Also, after reading through most of core at this point I have to say it's an impressive piece of kit. Thumbs up to the core devs. @julian @baris @psychobunny EDIT: Also, anyone else who comes across this thread...if you really want to save yourself some time banging your head against the wall -- like I did -- take a few days to really dive into the nodebb source. It has been a good lesson in object-oriented javascript -- so many objects -- done right. I've realized I'm approaching things more from a functional perspective, so this has been an eye opener for me.
  • best method of programmatically adding users

    4
    0 Votes
    4 Posts
    3k Views
    mootzvilleM
    What kind of changes?
  • Installing nodebb-plugin-spam-be-gone crashes server

    13
    1 Votes
    13 Posts
    4k Views
    G
    @julian Awesome, thank you.
  • Issues with Posting from Behind Untangle or Watchguard

    4
    0 Votes
    4 Posts
    3k Views
    S
    We've had people test Chrome, FF and IE... none work at the sites with these two firewall products, sadly. HTTPS might work. That's a pain until free certs are widely available Not practical to have tons of them.
  • 0 Votes
    6 Posts
    3k Views
    A
    You never stop to amaze me on how fast you respond to issues. Thank you!
  • Google analytics code not installed

    17
    0 Votes
    17 Posts
    6k Views
    ajayA
    May be all it needs is time showing it installed now