Skip to content

NodeBB Development

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

2.8k Topics 18.6k Posts

Subcategories


  • Posts from the NodeBB Development Blog
    96 Topics
    780 Posts
    kainosK
    Very good Vlad. I am Vladislav.
  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    julianJ
    @elkd Running ./nodebb build is an interactive command that outputs the build state in real-time. Can you paste the log output from running that command?
  • Focused discussion related to ActivityPub integration in NodeBB

    111 Topics
    2k Posts
    silverpill@mitra.socialS
    @julian You're right, the choice of software shouldn't matter. Our goal is seamless interoperability.@trwnh @thisismissem @mro @jupiter_rowland @renchap @scott @AltCode @leroy @Kichae @scott
  • Help Translate NodeBB
  • How to work with the postData-Object?

    Solved
    2
    0 Votes
    2 Posts
    657 Views
    julianJ
    @pasib when you concatenated the object, it got stringified. Try console.log('test', postData);
  • Get list topic sorted by votes

    3
    0 Votes
    3 Posts
    458 Views
    we00054643W
    @julian Yup I know. But I want to code new to understand how to do it
  • Best Way to Customize the Navbar?

    Moved
    10
    0 Votes
    10 Posts
    2k Views
    Sabeel IjazS
    On ACP goto Appearance tab add custom javascript like in following example. Custom Navbar
  • shall admin prevent users to add new tags in nodebb?

    3
    0 Votes
    3 Posts
    606 Views
    julianJ
    @PitaJ is correct, the option is called the "tags whitelist", and you can decide which tags to allow, and do so on a per-category basis
  • Show recent topics or posts under each category on the home page

    1
    0 Votes
    1 Posts
    287 Views
    P
    I'm trying to Show recent topics or posts under each category on the home page but not as cards or using widgets is this possible?
  • Missing csrf token

    6
    0 Votes
    6 Posts
    760 Views
    barisB
    https://github.com/NodeBB-Community/nodebb-plugin-custom-pages/issues/65
  • Trying to customize a theme

    Moved
    4
    0 Votes
    4 Posts
    570 Views
    C
    I executed your steps and did not report any errors after restarting, but I did not find any changes. I would like to ask, if the above operation is successful, what changes should I see?
  • [Solved] Help with hook on getting recent topic topics

    3
    1 Votes
    3 Posts
    585 Views
    asdrubalivanA
    No. I just tried and it works @PitaJ. I just changed the hook and it worked. Thank you so much! This is now solved
  • Published plugin version not being picked correctly

    4
    0 Votes
    4 Posts
    545 Views
    Dan OchianaD
    @julian found the issue and created a PR here https://github.com/NodeBB/nodebb-package-manager/pull/22 Thank you for sharing the repo
  • Help Translate NodeBB!

    Moved
    49
    18 Votes
    49 Posts
    51k Views
    Andrei GheneaA
    @Atayz said in Help Translate NodeBB!: Hey, I've started working on the hebrew translation! Nice
  • Maintaining package.json across updates

    5
    0 Votes
    5 Posts
    767 Views
    G
    I created https://github.com/NodeBB/NodeBB/issues/8547
  • 1.14.0 Breaking Changes

    3
    2 Votes
    3 Posts
    685 Views
    barisB
    https://github.com/NodeBB/NodeBB/issues/8386
  • Search doesn't return results as I type

    4
    0 Votes
    4 Posts
    428 Views
    barisB
    What theme are you using? Does it work on persona?
  • Can't using sso login

    1
    0 Votes
    1 Posts
    254 Views
    Mark QinM
    i can using google, facebook, twitter sso-plugin on my nodebb forum, my nodebb version is: v1.13.4-5 i found plugin in github not work, anybody have the same issues like me and how can you fix it?
  • Custom route

    7
    0 Votes
    7 Posts
    1k Views
    Roman KulikR
    no errors in logs. I have found the issue. After digging into the nodebb routing and rendering I found this line in ajaxify.js $('#content').html(translatedTemplate); and understood that I am using my custom theme without element with id = content, that was a problem. After adding 'id=content' to my body tag in header template everything become Ok) @PitaJ Thanks for support
  • Upload files via API

    3
    0 Votes
    3 Posts
    653 Views
    gotwfG
    Checking logs after an image upload: /api/post/upload might be the droid yer' looking for?
  • Request | beautiful theme with Hebrew support

    Moved
    3
    0 Votes
    3 Posts
    452 Views
    אשרא
    persone RTL is complect, but I want for exmple levender or vannila or Material Design
  • Alterate http reponse header

    4
    0 Votes
    4 Posts
    485 Views
    Yoann Aubry 0Y
    @PitaJ A request from a client, who needs to use x-forwarded-for in place of real-ip... I think, i'm going to rewrite at the nginx proxy side.
  • Hi, need some help to use custom helpers in child theme

    7
    0 Votes
    7 Posts
    869 Views
    Yoann Aubry 0Y
    yes, it's the solution i have chosen. Thx !
  • help with using helpers inside my theme

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    Yoann Aubry 0Y
    @PitaJ I have created a specific topic. Is there a working example of helper implementation ? I have see nothing on GitHub and other modules/themes.