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
  • Sound Management

    5
    0 Votes
    5 Posts
    2k Views
    frissdiegurkeF
    Ah, didn't know that but I'd like an option by NodeBB too, therefore it's easy to change and all settings can be found at one place...
  • Plugin Parsing in Text Widget

    5
    0 Votes
    5 Posts
    2k Views
    T
    @julian @psychobunny Yep, that's right, I didnt think about that. Thanks
  • How to install on Koding.com

    4
    0 Votes
    4 Posts
    2k Views
    F
    @khalid3bdallah So you have it installed and running?
  • How do I delete a user?

    4
    0 Votes
    4 Posts
    2k Views
    T
    As for the ACP, it has not been implemented yet. However, the ability to delete a user is one of the features listed for NodeBB0.4.0 on GitHub. Let's just hope that it makes it. You may tack its progress here. It's been completed. Check out the latest git pull
  • Can I use readFile to set properties for my App ?

    3
    0 Votes
    3 Posts
    2k Views
    BobSperoB
    I got it, thanks!
  • Pagination

    3
    0 Votes
    3 Posts
    2k Views
    L
    I don't see page numbers at the bottom, i think that's weird ? I don't understand because in my previous installation everything goes well and I use the same parameters
  • 0 Votes
    5 Posts
    3k Views
    L
    For sure, i'll try to do something interesting but i'm a newbie in theme
  • Dev environment

    20
    1 Votes
    20 Posts
    5k Views
    S
    @psychobunny said: the winner of next plugin contest imo Well I have 2 invites remaining
  • Perfect way for requiring NodeBB modules?

    4
    1 Votes
    4 Posts
    2k Views
    S
    To get back on this, I have currently solved it in the following way: ###/lib/nodebb.js: module.exports = { "Meta": module.parent.parent.require('./meta'), "User": module.parent.parent.require('./user'), "Plugins": module.parent.parent.require('./plugins'), "SocketIndex": module.parent.parent.require('./socket.io/index'), "ModulesSockets": module.parent.parent.require('./socket.io/modules'), "db": module.parent.parent.require('./database') } ###library.js: var NodeBB = require('./lib/nodebb'); ###/lib/submoduleX.js: var NodeBB = module.require('./nodebb'), db = NodeBB.db, User = NodeBB.User, Plugins = NodeBB.Plugins; ##Why this works I read somewhere that require caches the files you load. That means that if require my nodebb.js from library.js, I can later load nodebb.js from any submodule I want and it will work.
  • Database Backup

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    Probably would be fine, but some may balk because it would allow a potentially compromised NodeBB app to read db dumps from other applications. In any case, because it's not the default, it can't be in core, because it would be broken for 99% of the users
  • Showing number of topics in a category in category.tpl

    3
    0 Votes
    3 Posts
    1k Views
    T
    @psychobunny Thanks, I wasn't sure too sure. Nice, I just learned something new.
  • Site won't load for some reason...

    6
    0 Votes
    6 Posts
    2k Views
    julianJ
    I hope it doesn't happen every Sunday Possibly only at daylight time switches, though even twice a year is pretty bad.
  • Working with database

    9
    0 Votes
    9 Posts
    4k Views
    julianJ
    Phew! Glad to hear it @mouseluka
  • No Username but firstname and familyname

    11
    0 Votes
    11 Posts
    4k Views
    L
    @julian I understand your point of view but we cant encourage people to do that because if two person have the same first name and lastname, the second one can't register with his id? That's the issue
  • [Solved] Using the Active Users in Thread

    10
    0 Votes
    10 Posts
    141k Views
    T
    Works nicely! Thanks @baris
  • See who is replying...

    7
    5 Votes
    7 Posts
    2k Views
    F
    @julian You can wink at my all you want. Features like this are really not VIP, at least to me. I'm still waiting for the main features slated for release in 0.4.x. Hopefully they will make it in 0.4.0. :wink2:
  • Search - why doesn't it exist?

    22
    1 Votes
    22 Posts
    9k Views
    T
    @psychobunny Muhaha. Great progress guys! Thanks for the update.
  • Delete User

    6
    0 Votes
    6 Posts
    3k Views
    L
    OK, i will try this. Thanks @baris
  • NodeBB creating your own themes

    7
    6 Votes
    7 Posts
    5k Views
    J
    could you fix this i would like to use it ;D
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    5 Views