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
  • Get list topic sorted by votes

    3
    0 Votes
    3 Posts
    454 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
    603 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
    757 Views
    barisB
    https://github.com/NodeBB-Community/nodebb-plugin-custom-pages/issues/65
  • Trying to customize a theme

    Moved
    4
    0 Votes
    4 Posts
    566 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
    580 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
    541 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
    764 Views
    G
    I created https://github.com/NodeBB/NodeBB/issues/8547
  • 1.14.0 Breaking Changes

    3
    2 Votes
    3 Posts
    678 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
    250 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
    649 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
    448 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
    860 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.
  • Show Read/Unread Posts or Topics in Groups?

    3
    0 Votes
    3 Posts
    477 Views
    PitaJP
    This isn't something you can do with template edits. You'll need to add that data on the server side.