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
    trwnh@mastodon.socialT
    @[email protected] @silverpill @[email protected] to clarify: a message can also be a request, or a command, or a statement, or a query. we limit ourselves greatly when we think only in terms of “posts”. even within the limits of a “post”, we still have multiple contexts within which we can consider the message.
  • Help Translate NodeBB
  • NodeBb Integration With WordPress

    Unsolved
    3
    1 Votes
    3 Posts
    2k Views
    Moisés BackM
    I would like that too. But specifically add the NodeBB forum inside a wordpress page via template. EDIT: a plugin similar to that would be a good start -> https://wordpress.org/plugins/wp-discourse/
  • NodeBB v1.12.2 released!

    Moved
    11
    9 Votes
    11 Posts
    4k Views
    Z
    @ALiveVam https://docs.nodebb.org/installing/os/ choose your os
  • where is the api docs for nodebb?

    19
    3 Votes
    19 Posts
    2k Views
    barisB
    If you are getting uid===-1 on the /api/config route it means your request was classified as a spider. https://github.com/NodeBB/NodeBB/blob/master/src/routes/authentication.js#L38
  • Simple gamification plugin

    11
    4 Votes
    11 Posts
    3k Views
    arrankaA
    when update?
  • Filter "join community"

    2
    0 Votes
    2 Posts
    323 Views
    barisB
    filter:register.check should do what you want, it gets fired when the user tries to register.
  • 0 Votes
    1 Posts
    301 Views
    LazL
    As the title says, I'm trying to make it so only admins/mods can upload or adjust the cover images for people's profiles. I've looked around the various hooks and what not, but I'm at a loss of how to achieve this. I was originally thinking I could edit the function of the upload/edit buttons and check if the person has the required permissions; but I cannot seem to find where their functionality is actually defined.
  • Using The Build Hook on Tpl Files That Are Inside Folders

    Solved
    5
    0 Votes
    5 Posts
    742 Views
    LazL
    Beautiful. Thanks a bunch!
  • Display fullname in topic

    Moved
    6
    1 Votes
    6 Posts
    900 Views
    snahedisS
    Yes, now it works ! Thanks @baris
  • Proposal change reputation icon

    2
    1 Votes
    2 Posts
    2k Views
    arrankaA
    I leave my icons I hope no one is offended [image: MCQT7Pd.png][image: GKlkPE3.png]
  • Missing posts/*/user status in /api/search page

    3
    0 Votes
    3 Posts
    461 Views
    A
    @baris Great ! Many thanks ! Exactly what I needed and it works (of course... ).
  • NodeBB PWA

    32
    1 Votes
    32 Posts
    13k Views
    julianJ
    Try putting it in public/src/ folder. Keep in mind you really shouldn't be putting stuff in these folders that aren't tracked by NodeBB, but I can't stop you either
  • Override template from plugin

    7
    0 Votes
    7 Posts
    1k Views
    A
    @PitaJ Ok ! I do it now.
  • Setting up Nodebb for CI/CD pipeline

    3
    0 Votes
    3 Posts
    655 Views
    YeePY
    @PitaJ OR it can read from environment variables? (Which is what is discussed in the link I gave above)
  • NodeBB Offline help

    8
    0 Votes
    8 Posts
    1k Views
    julianJ
    If you deleted the line in the Persona theme, just run ./nodebb build tpl && ./nodebb restart, and that should be it.
  • Restricting Write API Access

    3
    0 Votes
    3 Posts
    598 Views
    LazL
    If it were a bot, I could assign it a token from the ACP. I am creating a third party application that interfaces with NodeBB. It needs to be able to inherently create new user accounts, and then also login as them (which is where logging in via a token would come into play). I suppose it would be possible to create an account via a socket connection directly, but I imagine I could have uses to some of the write API methods anyways. Is it possible to programmatically create user tokens for the Write API? If that's the case, I could use a socket to create the account, and then generate a JWT token specifically for that user rather than hacking something into the application itself. That would leave the only hurdle being logging in, but at that point I could just store encrypted login credentials in a config file, and login to the API using https://github.com/NicolasSiver/nodebb-plugin-ns-login
  • Is it possible to remove the ability to switch themes from the Admin CP?

    5
    0 Votes
    5 Posts
    1k Views
    LazL
    That's probably the approach I'll take. I was just wondering if there was some inbuilt functionality, but it's not much work to do, so thanks. Have a nice day!
  • Running backup while NodeBB is running

    4
    0 Votes
    4 Posts
    1k Views
    ?
    Test it on a separate instance of NodeBB?
  • how to enable third-part login?

    2
    0 Votes
    2 Posts
    379 Views
    julianJ
    Depends what third-party login you want to enable. Check plugins for some common options (Facebook, Google, etc.)
  • Is there any plugin for AMP pages?

    1
    1 Votes
    1 Posts
    324 Views
    A
    I want to add AMP pages for nodebb pages,is there is any plugin for that?
  • Plugin usage metrics

    3
    5 Votes
    3 Posts
    772 Views
    gotwfG
    Awesome. Thanks bunches for this.