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

    108 Topics
    2k Posts
    julianJ
    @[email protected] happy to publish on fedi but it doesn't necessarily have to take place within the confines of ForumWG, the group just has an interest in the outcome @[email protected]
  • Help Translate NodeBB
  • NodeBB development platform and tools for novice

    4
    4 Votes
    4 Posts
    3k Views
    N
    How do I mark this thread to solved?
  • how can I list topics in a category?

    11
    1 Votes
    11 Posts
    4k Views
    agarcia17A
    @baris ohh i see! thanks a bunch!
  • filter:user.settings renamed

    1
    1 Votes
    1 Posts
    1k Views
    barisB
    If you are using filter:user.settings it will be renamed to filter:user.customSettings in 0.8.3. https://github.com/NodeBB/NodeBB/issues/3606 https://github.com/NodeBB/NodeBB/commit/d96073dbbffdd584ae38df39430553e1e7ab1e06
  • cache-buster change

    1
    5 Votes
    1 Posts
    1k Views
    barisB
    Please see https://github.com/NodeBB/NodeBB/issues/3573 If you have a custom theme, you should switch to using cache-buster in your header.tpl
  • Importing Categories

    9
    0 Votes
    9 Posts
    3k Views
    WilliamW
    Thanks for all the help, turns out it was because I hadn't installed the dependencies for write-api
  • Like the new ACP? Check out what's next...

    6
    7 Votes
    6 Posts
    3k Views
    LLLRHL
    Look forward to new ACP @flag Nice!
  • Introducing the NodeBB 0.7.0 Persona preview

    Moved
    145
    27 Votes
    145 Posts
    166k Views
    C
    Yeh its fixed in latest
  • We now have a Gruntfile...

    8
    4 Votes
    8 Posts
    4k Views
    H
    Ignore me. The docs answer my question: Run grunt to start up NodeBB and watch for code changes.
  • NodeBB v0.7.3

    Moved
    32
    7 Votes
    32 Posts
    24k Views
    Charly86C
    @baris I ever don't know how I missed that one, you're absolutly right I updated the post according to this error!
  • NodeBB Package Manager, scheduled downtime

    2
    1 Votes
    2 Posts
    1k Views
    JenklerJ
    Good to know, shit happens sometime
  • Load a custom page in error. NodeBB v0.7.3

    2
    0 Votes
    2 Posts
    2k Views
    yariplusY
    Are you using the custom-page plugin? It seems rbeer fork might fix this, otherwise you have to copy the template manually as leksar says. https://community.nodebb.org/topic/1701/nodebb-plugin-custom-pages-custom-static-pages-for-nodebb/48 Also, if you're talking about hand coding the template in the public directory, those are always deleted on restart. The template in the plugin's template folder is what should be modified. But I'm also having other issues with custom-pages, so I'm not even sure if that works tbh.
  • How to modify rendering template ?

    5
    0 Votes
    5 Posts
    2k Views
    SuperMikeS
    @psychobunny thanks! that's really helpful
  • Outdated packages on the NodeBB Package Manager

    12
    2 Votes
    12 Posts
    5k Views
    julianJ
    If package.json recommends a version of a bundled plugin, stick to that version. In your case, stick with v1.0.9.
  • Moderators can't lock/sticky topics?

    3
    0 Votes
    3 Posts
    2k Views
    JamesJJ
    I'm running v0.7.2 I'll check on my testing account. Edit Sorry, after checking through my group's permissions it has seemed to remove all those permissions. My guess would be that I recently renamed my group from 'Mod' to 'Staff'. I think a neat feature would be global permissions, so rather than me having to go through my twenty odd categories, applying all the permissions, I can just give site-wide permissions to a group. Thanks anyways.
  • Group categories/topics

    1
    0 Votes
    1 Posts
    1k Views
    G
    Is it possible to limit the list of recent topics in the group list, not to members, but rather to categories that a group has access to? Or a way to list all categories that a group has access to?
  • Is it possible to make markdown editor always store HTML in DB side ?

    8
    0 Votes
    8 Posts
    3k Views
    julianJ
    Your best bet might to just be calling plugins.fireHook('filter:parse.post');
  • Setting tooltips on widgets

    7
    0 Votes
    7 Posts
    2k Views
    E
    @yariplus said: Hmm, maybe try resetting your browser cache. Browser might be caching that widget's .tpl file and won't see the updated class. working now thanks mate
  • Best method to script posts

    3
    0 Votes
    3 Posts
    1k Views
    julianJ
    You may want to take a look at the Write-Enabled API. Might be helpful from a scripting perspective!
  • How long does it take to allow someone to translate a new language?

    10
    0 Votes
    10 Posts
    4k Views
    Zig.gyZ
    @julian There is another simple request I have for you: Do you see the "Cancel" and "OK" on the message box on the screenshot below? They aren't available for translation on Transifex as well. I would be pleased if you give me a chance to translate them. Thanks Image: [image: t1FvazQ.png]
  • Is it possible to rename routes?

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    H
    @julian thanks. I'll give it a try!