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
    780 Posts
    kainosK
    Very good Vlad. I am Vladislav.
  • Found a bug? Why not make a bug report here?
    1k Topics
    7k Posts
    E
    @julian I have the same issue and both ./nodebb logs and output.log and webinstall.log files have nothing. I'm running also running ./nodebb start -dl. It seems build is failing silently and there's no way for me to see what's wrong
  • Focused discussion related to ActivityPub integration in NodeBB

    108 Topics
    2k Posts
    silverpill@mitra.socialS
    @mario 61cf explains how to log in to "target" instance using "home" credentials, but I can't follow the algorithm past this step:>2. The /magic endpoint at the user's home instance first checks that the user is logged in.How does it check that the user is logged in? Does it present a login form?And then, after login, which instance generates activities?What URI is being put into actor field of activity, and what URI is being put into keyId parameter of HTTP signature?cc @fentiger
  • Help Translate NodeBB
  • Help with customizing Nodebb Home page

    1
    0 Votes
    1 Posts
    885 Views
    M
    Hello Community, New to Nodebb here. I have managed to successfully install and configure Nodebb. I have this design in mind. (We are an organization called Development United helping NGOs ) . I want to be able to get all categories listed as shown get a search bar Embed the forum (hosted on GCE ) into the main website Any help is appreciated. If you are a nodebb expert willing to help out - I'd appetite that as well. Thanks, [image: hmbLJQR.jpg]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    17 Views
  • use write api with q&a plugin to create a topic as a question?

    1
    0 Votes
    1 Posts
    1k Views
    D
    I have the write api plugin installed as well as the question and answer plugin. We are successfully creating topics and posts. Is it possible to create a topic as a question? I tried adding isQuestion (equals 1) to the POST body when creating the topic but it was ignored. Would the write-api have to be forked and updated to support the optional value of isQuestion? It seems clear in the question and answer plugin that it doesn't create/expose any write api of its own.
  • add a class to the body if the template is 404

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    A
    I tested that and it works great ! thanks again for your help
  • redis + non-english search

    1
    0 Votes
    1 Posts
    906 Views
    David LevTovD
    i want develop a primitive plugin for basic search non-english support (lack in dbsearch with redis). I wish very much, good starting points: How to scan messages already in front of the plugin (if you refer me to an existing code, please give me relevant line numbers..)? Should I build an index somewhere in words (primitive, but better than a comprehensive scan, or not)? And if so how (existing database, with prefix?). Thank you very much in advance!
  • "Invalid date" replaced the correct date value in my showsingle.tpl

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    Does it work with just this <small class="timeago" title="{element.timestampInISOFormat}"></small>
  • NodeBB Product Hunt Page

    Moved
    1
    5 Votes
    1 Posts
    2k Views
    E
    Hello folks, Our page on Product Hunt has now been updated. Please feel free to share your feedback. To see our product page , click here . Cheers!
  • API to retrieve array of Topic IDs?

    3
    0 Votes
    3 Posts
    1k Views
    D
    I already have the array of topic IDs. I want to retrieve all of those topics by their IDs. My current solution is to just loop through the array and do a fetch on the api for each ID individually, and then use a Promise.all to return the finished batch to my client middleware. Making separate http requests for each one is less desirable though, and I would prefer to get them all in a single fetch if possible.
  • Bootstrap's Glyphicons not loaded

    10
    0 Votes
    10 Posts
    3k Views
    C
    Thanks Pita. I will try other options.
  • How to include the images that are referred from inside a third party css?

    36
    1 Votes
    36 Posts
    9k Views
    PitaJP
    @cool glad you discovered the issue. Sorry I couldn't be of more help, I got very busy.
  • Mixing up themes

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    Not really, it would require essentially making a new theme to incorporate the different styles.
  • Increase font size

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    M
    Go to your admin screen and there click on appearance and Custom Content (HTML/JS/CSS) [image: i48q0nE.png] and there use this: body { font-size: 14px; } Change the number 14 to 15, 16 17 or 18 to make the font size bigger
  • i want to configure my nodebb forum with nginx as a proxy server

    2
    0 Votes
    2 Posts
    2k Views
    Christian MendietaC
    Hi there, I had the same problem while ago... check this out: https://community.nodebb.org/topic/11319/v1-6-0-suspected-nginx-problem/20
  • Taking users reputations in millions

    1
    0 Votes
    1 Posts
    764 Views
    F
    Does node bb take cares if the users reputations go over 1000,000 ? https://stackoverflow.blog/2018/01/15/thanks-million-jon-skeet/?utm_source=so-owned&utm_medium=hero&utm_campaign=jon-skeet-milestone
  • Optimizing Node BB speed and reach 90+ on Google Page Insights?

    5
    0 Votes
    5 Posts
    2k Views
    julianJ
    Well that's annoying, since we used to use nginx to gzip the assets.
  • How can i add a class to the body ?

    3
    0 Votes
    3 Posts
    2k Views
    GeckoG
    Oh! I haven't noticed this change, this is awesome
  • Topics slug, id only

    5
    0 Votes
    5 Posts
    1k Views
    julianJ
    Due to how the backend is structured, it is not possible to customise the url format (at least, not the /topic part). Removal of the slug is potentially doable, however.
  • ./nodebb setup Permission denied

    17
    0 Votes
    17 Posts
    4k Views
    Wojciech LisikW
    @julian and this is enough. Im done with any type of conversation with you. In addition to this :: I will not contribute any of my asset (time/code/whatever you think I have) to NodeBB.
  • I have a couple questions, any help is appreciated!

    5
    1 Votes
    5 Posts
    2k Views
    BriB
    Um.... ok. How did you come to this conclusion?
  • Error while including a third party JS module in my plugin

    7
    0 Votes
    7 Posts
    2k Views
    julianJ
    Yes, I believe you either need to do this, or alter the jstree.js file itself to change references to jQuery to just use global (as in, don't require jQuery at all)