Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Defining custom routes

    4
    0 Votes
    4 Posts
    3k Views
    julianJ
    Custom routes are defined by plugins, since the routing actually has to be created by NodeBB. You'll need to write a plugin that listens for the action:app.load hook and calls a relevant method to add the routes
  • Passwords transmitted as plain text (community.nodebb.org)

    15
    3 Votes
    15 Posts
    5k Views
    julianJ
    Yeah, SSLs.com, which used to be cheapSSLs.com. In my opinion, you do get the same cert for a much lower price, so I didn't see any reason not to go with 'em. We're looking to introduce SSL support as an add-on for our premium hosting packages (bundled with village & city, extra for hamlets)
  • NodeBB for my own website !

    2
    0 Votes
    2 Posts
    1k Views
    F
    @swstarone Yes, you can install NodeBB on your own domain. Just follow the official installation guides.
  • Almost forgot about the robots.txt...

    5
    1 Votes
    5 Posts
    2k Views
    T
    @trevor You're editing your robots.txt from the ACP, right? We have a default set, so if you leave it blank, the robots.txt will always return this: @julian Yeah, from the ACP.
  • [Solved] NodeBB does not work on the port 80 - Nginx

    6
    0 Votes
    6 Posts
    4k Views
    julianJ
    Awesome, glad we got that figured out
  • Heroku and MongoHQ

    1
    0 Votes
    1 Posts
    916 Views
    L
    Hi! How can i install nodebb on heroku using mongoHQ? Can i enable setParameter=textSearchEnabled=true ?
  • About config.json

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    Bonus points if you write an upgrade script to delete /public/package.json too
  • Installed on Koding to test, few issues?

    7
    0 Votes
    7 Posts
    3k Views
    julianJ
    @a_5mith Glad everything is working out as it should! Look forward to your comments on our platform
  • How to follow a topic in Lavender

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    T
    Yes, silly me. Noticed that but you've been quicker on the screenshot posting
  • [Solved] NodeBB is running but not loading - Script error for vendor/async

    12
    1 Votes
    12 Posts
    5k Views
    leoL
    Actually, as I messed with my NodeBB's installation and broke it, I just cloned it from the repo and then it worked
  • Can incoming chats from users be blocked?

    1
    0 Votes
    1 Posts
    936 Views
    N
    While not exactly spam, there in certainly the chance one user will harass another via the chat system. I presume setting urself as offline would make you unavailable for chat in some-way, but that's not exactly helpful in that situation. Are chat logs private? Can Admins view the logs? Can chat be selectively disabled for users or groups? What features exist for chat atm? (as of 0.3.2)
  • using forever and syntax

    6
    0 Votes
    6 Posts
    3k Views
    julianJ
    @sp4rkr4t You can use the -w or --watch option (I forget which one it is) to automatically restart when a certain file changes. Supervisor also has a watch mode. For NodeBB, the command is: supervisor -q --extensions 'node|js|tpl' -- app "$@"
  • wrong categorized wiki-entry

    3
    0 Votes
    3 Posts
    977 Views
    frissdiegurkeF
    xD, didn't know I have the rights to do so ^^ done.
  • how to reinstall nodebb

    11
    1 Votes
    11 Posts
    4k Views
    P
    hmmmm I guess what you're looking for is something like how Facebook works, you can drag and crop your avatar after uploading? That's something we'd love to have in the future, in the meantime just hang tight (and make use of your MS Paint )
  • Using Youtube Data API V3 to get videos of a channel

    8
    0 Votes
    8 Posts
    26k Views
    X
    @julian cool thanks
  • EpicEditor

    12
    0 Votes
    12 Posts
    5k Views
    julianJ
    @frissdiegurke said: Maybe @psychobunny can add accesskeys into his themes? like w/p/h for write/preview/help, no need to be language-dependent thought. Ooh, that would be fun. Ctrl-S to save draft (if not already auto-saved, which we really ought to do, by the way...), ctrl-P to preview...
  • event is invalid in ACP and appears a error alert after clicking

    3
    0 Votes
    3 Posts
    1k Views
    julianJ
    @planner @sunqi Fixed as of commit de6f588
  • Starbound

    9
    2 Votes
    9 Posts
    4k Views
    M
    And I posted a link: http://community.wasd.by/topic/75... Belarusian server of Starbound (anyone know where Belarus ?
  • What does trashing a topic do?

    5
    0 Votes
    5 Posts
    2k Views
    F
    @julian With regards to spam posts, it would be nice to have a detele-at-once feature, without having to dump it in the trash.
  • [Solved] Experiencing some issues after moving NodeBB to another server

    10
    1 Votes
    10 Posts
    4k Views
    leoL
    Thank you very much, @Julian! Everything now works fine! Looks like the URLs did change, so an update in the templates was needed