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
    P
    If I change my username after posting a post, the original username is still displayed on Activitypub?
  • Help Translate NodeBB
  • 1.19.0 Breaking Changes

    9
    2 Votes
    9 Posts
    2k Views
    barisB
    Tags allow % character now, themes will need to be updated to use tags.valueEncoded instead of tags.valueEscaped https://github.com/NodeBB/NodeBB/issues/10135 See changes in persona to update your custom theme https://github.com/NodeBB/nodebb-theme-persona/commit/6aada9127865ddc1cbaf8cd5f548ebc78f7bf90a
  • CTRL-F code search

    3
    0 Votes
    3 Posts
    411 Views
    barisB
    https://github.com/NodeBB/NodeBB/issues/10143
  • how to organise categories into seperate lists?

    1
    0 Votes
    1 Posts
    296 Views
    S
    every under section, i want to store every category in a seperate <ul/> list This is what i currently have, and there are 2 problems: all content disappears from the categories, and a bunch more appear for some reason (no clue why this is happening: https://i.imgur.com/pNIGH2v.png) not sure how to repeat this loop until section category is reached (forgive my poor logical thinking :D) categories.tpl: (nodebb-theme-oxide) https://i.imgur.com/Hqyu3zm.png https://i.imgur.com/MLpqvY1.png https://i.imgur.com/Nw6DHyk.png
  • translation for "post quick reply"

    12
    0 Votes
    12 Posts
    2k Views
    crazycellsC
    @PitaJ @kurulumu-Net Yes, all should be translated in the Turkish version... I have made some recent changes in the past weeks, and since we have recently upgraded our forum, I will go over some of the translations again soon on transifex after seeing the context in the forum... @kurulumu-Net please let me know if you see any incomplete or funky translation... it is usually hard to translate long sentences perfectly in the first trial since Turkish and English are just opposite of each other. [image: Znxf7f.png]
  • New theme for this forum

    6
    8 Votes
    6 Posts
    1k Views
    J
    Nice! It's been smooth and haven't run into anything major. Don't know if it's because of this change, but the read and write API links work now
  • [Enhancement] Replace grunt tasks with a bundler

    4
    0 Votes
    4 Posts
    653 Views
    J
    @julian yup, was thinking of the builder + all the custom build tasks. It may not seem broken if you have experience with it and used it for so long. But it can be discouraging for anyone new that wants to help contribute, not just code, but architecture, CI..etc. Since it's being worked on for v2, not going into the why I think it should go in that direction Where are y'all posting updates for v2? I checked the repo projects tab + road map (last update in 2018, probably deprecated)
  • Documentation on how to use NodeBB available funtions and methods

    3
    0 Votes
    3 Posts
    498 Views
    barisB
    Also https://docs.nodebb.org/, I added a link to it in the nav bar as well
  • NodeBB v1.18.5 released.

    Moved
    1
    5 Votes
    1 Posts
    948 Views
    E
    We have released NodeBB v1.18.5. This release contains important security fixes. Upgrading is strongly advised. Please check our GitHub for details. A special thank you goes out to SonarSource for their contributions to this release and their detailed findings! To read more on this, please check out their blog post.
  • where can i find a docs about the nodebb modules?

    3
    1 Votes
    3 Posts
    514 Views
    M
    @julian thank you for your answare, it's also gonna help me. but i meand in my question to docs about the modules. for example, i'll use the composer module: require(['composer/formatting'], function (f) { }); or the topics module: require(['forum/topic'], function (t) { }); and i want to learn their methods and properties.
  • 1.18.0 Breaking Changes

    7
    4 Votes
    7 Posts
    1k Views
    barisB
    plugins.registerHook removed, use plugins.hooks.register plugins.unregisterHook removed, use plugins.hooks.unregister plugins.fireHook removed, use plugins.hooks.fire plugins.hasListeners removed, used plugins.hooks.hasListeners https://github.com/NodeBB/NodeBB/commit/dd4e66e22c93586d389b47fa197154620508ae8f#diff-b4eb852db38c86236f6d2c1b7fcfc03c1b93a090a534361b9c21e790620fce39
  • html editor for the footer

    4
    0 Votes
    4 Posts
    675 Views
    phenomlabP
    @ᴅᴀʀᴛʜ-ᴠᴀᴅᴇʀ You'll need to do that with custom CSS. If you give me the URL to your site, I can make some suggestions - either here, or via PM is fine
  • content security policy

    9
    0 Votes
    9 Posts
    4k Views
    B
    @julian Any updates on nodebb's CSP implementation? I'd like to avoid unsafe-* for obvious reasons.
  • Not able get user data in google analytics plugin

    3
    0 Votes
    3 Posts
    562 Views
    R
    @julian Thanks for the reply. Appreciate it.
  • A post showing a grid?

    4
    0 Votes
    4 Posts
    660 Views
    crazycellsC
    @nodeham said in A post showing a grid?: @pitaj Yes, like a table is exactly what I need. No kidding, it's that simple? Amazing. Thank you! You can use this template: https://www.tablesgenerator.com/markdown_tables Markdown automatically converts those codes into a table.
  • Validate user under plugin filter:register.shouldQueue

    1
    0 Votes
    1 Posts
    254 Views
    R
    Hi folks, I want to validate ( need to make email confirmed property true) user under filter:register.shouldQueue filter. Is any way to do this ? Feedback appreciated Thanks
  • NodeBB 1.18.0 docker update

    12
    0 Votes
    12 Posts
    2k Views
    julianJ
    @maxwaldorf I just deleted the 1.18.2 tag from Docker Hub -- I most likely won't regenerate the image. v1.18.3 will be the next release with a Docker image.
  • How to pass custom data to welcome email template

    1
    1 Votes
    1 Posts
    258 Views
    R
    Hi Community Folks, I have a scenario in which I have to pass some custom data based on user's properties to welcome email template in nodebb. How can I achieve this ? Feedback appreciated Thanks
  • How to get list of users in custom plugin ?

    1
    0 Votes
    1 Posts
    245 Views
    R
    Hi folks, I am creating a custom plugin in nodebb and I want to fetch a list of all authentic and confirmed users over there. Feedback appreciated Thanks
  • Condition based Admin Approval

    3
    0 Votes
    3 Posts
    464 Views
    R
    @baris Thanks I will try this solution. Always helpful.
  • Permission issue on node modules on Linux server

    4
    0 Votes
    4 Posts
    579 Views
    R
    @pitaj @gasoved Resolve my issues .. Thank you for your feedback.