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

    108 Topics
    2k Posts
    silverpill@mitra.socialS
    "FEP-171b: Conversation Containers" finally has been published:https://codeberg.org/fediverse/fep/src/branch/main/fep/171b/fep-171b.mdConversation Containers are conceptually very similar to FEP-1b12: activities are sent to a conversation owner, who manages the conversation and synchronizes it between participants. Differences are mostly superficial and may disappear in the future.#FEP #ConversationContainers #ActivityPub
  • Help Translate NodeBB
  • hundreds of polling requests

    50
    2 Votes
    50 Posts
    35k Views
    markkusM
    Updated to master & works like a charm ;).
  • 0.7.0 Breaking Changes

    13
    4 Votes
    13 Posts
    8k Views
    P
    I want to escape by default, to prevent accidental XSS. If you intentionally want to allow scripts then you should use double curly brackets I think its something I would rather break today than worry about it in future
  • Source forums exporters to NodeBB, I need your DB Dump.

    63
    1 Votes
    63 Posts
    37k Views
    ShardS
    Any chance in the mean time?
  • Can you use cloudflare or any other free CDN with nodebb?

    39
    1 Votes
    39 Posts
    21k Views
    P
    Ahh thanks for the clarification, I'll look at what needs to be changed, but I probally leave it alone for compatibility reasons.
  • How hard it is to customize NodeBB?

    2
    0 Votes
    2 Posts
    2k Views
    P
    Off the top of my head, I think it's doable with the current hooks available. That said, it would be quite a big plugin. If you want to attempt building it I'll be happy to point you in the right direction if you get stuck. Alternatively contact us at [email protected] and maybe we can build that for you
  • lastpost for widget

    1
    0 Votes
    1 Posts
    799 Views
    H
    So i am modifying the nodebb widget essentials and i am editing the categories.tpl and everything works i can get { categories.description } and {categories.name} but now i want to get {categories.posts.content} or {categories.posts.user.username} and it does not work I don't understand because u can get the categories name and stuff I just want to get the last post in the category
  • nginx reverse proxy not working

    10
    0 Votes
    10 Posts
    17k Views
    S
    @a_5mith It turned out I was looking at the wrong default file, it's supposed to be in sites-enabled. I filled in the missing s, and ran sudo nginx -t and got the following message nginx: [warn] conflicting server name "domainname.com" on 0.0.0.0:80, ignored nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful my site is still not up on the domain what is this conflict it's telling me? ====== Edit: Ok, so I've removed all files in sites-enabled and sites-available. Started over. Created a file in sites-available again. Then ln -s it to sites-enabled. All [warn] lines disappeared. Configuration of nginx.conf was successful. Then I tried sudo service nginx reload. Got the same message: reload: Unknown instance: ===== Edit: I've rebooted my droplet. Reloading nginx was successful. My site is now up on the domain. Thanks guys!
  • Stream-style following page

    3
    0 Votes
    3 Posts
    2k Views
    Moritz FriedrichM
    @baris said: When you follow another user, you get a notification when they post a new topic. Following them also adds them to the contacts list on the /chats page. Yep, you are right, my bad. Didn't have these in mind...
  • Is there a way to paste imagens directly in the editor?

    3
    0 Votes
    3 Posts
    3k Views
    ludamL
    @baris said: ![link text](link-to-image) We should add that to the composer toolbar [image: N4GSgOO.jpg?1] I know they can do it, but I'm sure they won't learn the syntax behind it (I tried before and the solution was to copy and paste the image). That's why I wanted a button in the editor where they can put the alt text and the image url.
  • I want to use another website to register to my nodebb website

    6
    1 Votes
    6 Posts
    2k Views
    ravenR
    @julian I want to register to my nodebb How can I use curl to register and can I use send $http post from another website to my nodebb
  • can i combine mongodb and redis for nodebb

    6
    0 Votes
    6 Posts
    3k Views
    I
    https://github.com/NodeBB/NodeBB/pull/3091 Made a pull request for it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    18 Views
  • ioredis

    2
    1 Votes
    2 Posts
    2k Views
    julianJ
    That's a neat idea... maybe we could use this to support a third db ioredis
  • NodeBB v0.7.0-dev

    3
    0 Votes
    3 Posts
    1k Views
    ?
    @julian said: Right now, it's on the master branch of our GitHub repository Yes! Thanks
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
  • Nginx 1.8.0

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    Heh, and I'm running 1.4 on my local env I thought hash load balancing has been in nginx for awhile... hm
  • RSS not showing last posts

    5
    0 Votes
    5 Posts
    2k Views
    L
    @Codejet i was referring to the RSS feed of each category thanks @julian and @baris
  • 0 Votes
    17 Posts
    7k Views
    P
    Maybe a plugin to add the field for coin address? I've seen people add them to their sigs as well, but depends on the theme (ie. Persona doesn't utilize sigs but we will plan on making them kind of like a status update in future) Cool work BTW
  • Administrators group title

    1
    0 Votes
    1 Posts
    789 Views
    P
    Why can't I pick the title of the default administrators group for display in the user settings page? @julian @baris
  • using Jade with NodeBB - mission complete

    9
    5 Votes
    9 Posts
    4k Views
    B
    It's exactly how it's working! And you still can render it by name like 'categories' without extension.