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
    @scott the thread drifted a lot from “showing software icons” to “interoperability is the goal of software” to me disagreeing with that last bit
  • Help Translate NodeBB
  • How can we show all our TPL pages in the widgets in ACP dashboards?

    9
    2 Votes
    9 Posts
    3k Views
    F
    @baris It finally worked. Here is what I did that solved. (For some other poor soul facing similar issue) Deactivated Custom pages Rebuilt templates (Didn't work) Removed Build folder and rebuilt (Still didn't work) Changed the theme to some other except person and rebuilt Activated Custom Pages Changed theme to persona Removed Build folder and rebuilt (Finally started seeing the damn tpl files) One of the strangest issues i've ever faced.
  • Someone using session-sharing?

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    @yami https://github.com/julianlam/nodebb-plugin-session-sharing/blob/master/README.md
  • I want to use nodeBB in my Website. Please help me.

    5
    0 Votes
    5 Posts
    1k Views
    Y
    @julian Thanks! umm.. I did insert data menually in database. like this, db.objects.insert({ ... "_key" : "user:6", ... "username" : "test2", ... "userslug" : "test2", ... "email" : "[email protected]", ... "joindate" : 1525421227139.0, ... "lastonline" : 1525421227139.0, ... "picture" : "", ... "fullname" : "", ... "location" : "", ... "birthday" : "", ... "website" : "", ... "signature" : "", ... "uploadedpicture" : "", ... "profileviews" : 0, ... "reputation" : 0, ... "postcount" : 0, ... "topiccount" : 0, ... "lastposttime" : 0, ... "banned" : 0, ... "status" : "online", ... "uid" : 6, ... "password" : "$2a$12$buM7xOHIJdy.RK.eTmBph.EzPAIirzTjjDsLHjG/Y7Ogs0CvQlZES", ... "passwordExpiry" : 0 ... }) but I can't login to my nodebb project. That appear 403 error. Do you know why? sorry, I can't speak english well.
  • Custom template for a particular topic

    Moved
    10
    0 Votes
    10 Posts
    3k Views
    L
    Such a great post to know different useful information.
  • I want use my flag.json or error.json in my plugin

    3
    0 Votes
    3 Posts
    1k Views
    PitaJP
    And you need to run ./nodebb build after making changes.
  • NodeBB v1.9.0 has been released!

    Moved
    2
    6 Votes
    2 Posts
    2k Views
    T
    大写的赞,大写的赞! (thanks very much)
  • Seeking developers

    3
    0 Votes
    3 Posts
    1k Views
    E
    @psychobunny Will do, thanks!
  • Google Bot can't see NodeBB Posts

    11
    2 Votes
    11 Posts
    3k Views
    J
    @faizanzahid Those in the screenshot are the global privileges. You want to change the category privileges, selecting each category (see up to the right), at least the root ones. There is also a button to copy privileges to the children categories.
  • Is there any place for a <div> to run across the site

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    G
    I think I can do an use case scenario: A side permanent chat, so when you navigate the site, the chat remains there and only the content gets updated, while the chat is still available and you can still chat. More or less like the navigation-bar / nodebb-skeleton than when you change topic/category/pages it doesn't get reloaded.
  • Any idea how to add multiple user group badges?

    Moved Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    barisB
    This is coming in 1.9.0 https://github.com/NodeBB/NodeBB/issues/6433
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Reset all user avatars

    4
    0 Votes
    4 Posts
    1k Views
    mikemaddemM
    What on earth. I bookmarked it now. No clue how or why this got made lol. You can purge it.
  • 4 Votes
    22 Posts
    11k Views
    julianJ
    Not at present, though this can be scoped out and built if you'd like. Feel free to reach out to us at [email protected]
  • 1 Votes
    7 Posts
    3k Views
    T
    @faizanzahid said in Reddit ordinary user can create subreddit。Dose the nodebb ordinary user can create subforums?: @baris can users do this now? it would be great to turn of node bb community into something like sub reddits where people can make their own sub forums for discussiosn It is not possible for users to make categories now.
  • How can I get the list of topics an user is following?

    6
    1 Votes
    6 Posts
    3k Views
    F
    @baris yes we should add that to core, it is amazing then, that way we can find people who r following similar interests
  • How to access /admin urls with read-api?

    1
    0 Votes
    1 Posts
    789 Views
    TLINDENT
    I installed the write-api plugin, created a master token and I am able to access the usual suspects such as /api/users or /api/topics via the read-api. However, I cannot access backend url's: % curl -H "Authorization: Bearer $token" "https://www.foo.bar/api/admin/manage/privileges/?_uid=1" "not-authorized" If I access this url via chrome (once logged in into the admin backend), I get JSON output as expected. Is this unsupported or am I doing something wrong? best, Tom
  • NodeBB can't fetch versions data.

    5
    0 Votes
    5 Posts
    2k Views
    a632079A
    @pitaj yeah. It's starting work
  • Any shortway to understand whole NodeBB structure for a newer Developer?

    1
    0 Votes
    1 Posts
    712 Views
    Feng BaoF
    I am a newer Developer to NodeBB. How can i understand the whole in short way? Any suggestion? Thanks.
  • 1.9.0 Breaking Changes

    1
    0 Votes
    1 Posts
    2k Views
    barisB
    Please see the following issues for breaking changes to plugins and themes. https://github.com/NodeBB/NodeBB/issues?utf8=✓&q=is%3Aissue+milestone%3A1.9.0+label%3A"breaking+change+(themes)"+ https://github.com/NodeBB/NodeBB/issues?q=is%3Aissue+milestone%3A1.9.0+label%3A"breaking+change+(plugins)" If you have plugins that are affected, please update your plugin and add the below to your package.json "nbbpm": { "compatibility": "^1.9.0" } to your package.json.
  • NodeBB v1.8.2 released!

    Moved
    1
    5 Votes
    1 Posts
    2k Views
    E
    Hi folks, This is just a minor release. For the issues solved, please check our GitHub page. Cheers.