Skip to content

NodeBB Development

Stay tuned here to hear more about new releases and features of NodeBB!

2.8k Topics 18.5k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    779 Posts
    G
    Very Nice!
  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    barisB
    Because you ran the forum without indexes you have documents that violate the index constraints. You will have to remove these documents for the create index command to work.
  • Focused discussion related to ActivityPub integration in NodeBB

    107 Topics
    2k Posts
    altcode@social.vivaldi.netA
    @panzz I can see your updated username from Mastodon.It’s interesting how NodeBB seems to be able to handle username changes just fine even through ActivityPub.
  • Help Translate NodeBB
  • Plugin Static Directories

    16
    1 Votes
    16 Posts
    4k Views
    julianJ
    Hurrah! Thanks @frissdiegurke
  • Private Forum

    5
    0 Votes
    5 Posts
    4k Views
    L
    If somebody is interested in a partial solution http://community.nodebb.org/topic/686/make-private-forum#4824 That's work for me. But verify the lines in GitHub (around February, 1st), it doesn't match now.
  • What happened to search?

    4
    0 Votes
    4 Posts
    2k Views
    F
    @aaron More on this issue also at http://community.nodebb.org/topic/949/search-why-doesn-t-it-exist.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    14 Views
  • Is it currently possible disable widgets?

    5
    0 Votes
    5 Posts
    1k Views
    P
    Update to latest (87baeebc3f43d4f498dfe08ee488f01eed41c147) and do $.get('/api/categories/1/moderators')
  • Configuring a reverse-proxy for HTTPS connection

    11
    0 Votes
    11 Posts
    8k Views
    julianJ
    @aaron -- to discard all changes on your working copy (again, this discards all changes git reset --hard HEAD Then git pull && ./nodebb upgrade
  • env undefine

    1
    0 Votes
    1 Posts
    751 Views
    sunqiS
    i find the composer in my website can't suit the screen.. so i just check out the js code and try to add alert(env) in if (percentage) { if ( env === 'md' || env === 'lg') { postContainer.css('height', Math.floor($(window).height() * percentage) + 'px'); } } what i get is undefine. seems that the function findBootstrapEnvironment() doesn't work who can tell me what is my lack
  • About administrator and Administrator groups

    2
    0 Votes
    2 Posts
    907 Views
    julianJ
    The "administrators" and "Administrators" group both are the same group. In your case, it's supposed to be hidden, but is not. Can you look in your redis and ensure that when you run hgetall gid:1 and hgetall gid:2 (which should correspond to the "Registered Users" group and the "Administrators" group), that hidden is set to 1?
  • Truly private categories

    10
    0 Votes
    10 Posts
    3k Views
    julianJ
    Yep, added within the last few weeks.
  • where is the module outputing the things such as"ahout 6 hours ago"

    5
    0 Votes
    5 Posts
    2k Views
    julianJ
    @psychobunny Notifications are still using the old utils.js relativeTime method
  • Need a custom theme or plugin for NodeBB

    Moved
    33
    2 Votes
    33 Posts
    23k Views
    F
    @Giorgio-Chiodi testing notifications
  • Template Conditionals & Variables

    13
    0 Votes
    13 Posts
    3k Views
    T
    Woooooooo! Nice @psychobunny Thanks!
  • SweetCaptcha

    14
    1 Votes
    14 Posts
    3k Views
    F
    @julian The English language is an interesting thing. To quote Winston Churchill, "It is a universal language that divides us all." Who would have thought that skeleton means the same thing as fully-functional. But I'l give that a , never mind what the language means or doesn't mean.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    6 Views
  • HOW TO keep theme.css being unchanged

    2
    0 Votes
    2 Posts
    1k Views
    T
    So, NodeBB uses .less files to maintain the theming for the site, which then is compiled into .css. The public/css/theme.css file is the compilation of the .less files located in node_modules/nodebb-theme-* You will need to edit the .less files instead of directly editing that css file. Below are all of the files that should be edited to change the theme. [image: S75DelQ.png] For more information on LESS. http://lesscss.org/ I hope this helps!
  • how to keep my nodebb online

    9
    0 Votes
    9 Posts
    3k Views
    S
    Screen + supervisor is a good combo.
  • Switching to HTTPS

    10
    0 Votes
    10 Posts
    4k Views
    julianJ
    A fairly good guide for configuring SSL certificates (Linode)
  • what's your develop tools(IDE) for nodebb in windows environment?

    14
    0 Votes
    14 Posts
    5k Views
    P
    Yup. Check this out. It takes a hell of a lot of time to get used to but with some practice you'll find yourself writing 20 lines of html code in half a second, I'm totally serious. http://docs.emmet.io/
  • Multiple static directories definable per-plugin

    11
    1 Votes
    11 Posts
    3k Views
    julianJ
    Okay, no problem. Might even simplify the code a bit to do it this way.
  • warn: [init] Cache buster not set

    10
    1 Votes
    10 Posts
    3k Views
    aaronA
    @julian Okay I guess I just shouldn't worry about it. Thanks.