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
    Christian StangeC
    @Panzz said in Quoted posts: Quotes should involve resources. With the current citation mechanism, if the user deletes the original post, the quoted content will still exist. The ideal mechanism is that if the user deletes the original post, the quoted content should also be deleted. In MOST forum contexts: no way! Seriously, that would break the fundemental context of a forum. Especially in all areas that follow the GDPR types of privacy law. (Since you are allowed and recomended to delete all your data, if you leave a service). I´m willing to accept there are some areas for forums that mimic SoMe, where this makes sense, but most forums are content- and conversations oriented, and nonone should be able to one-sided sensor a community. This is a Fedi problem, and need a tailored Fedi solution.
  • Help Translate NodeBB
  • Post Index ID

    Moved
    3
    0 Votes
    3 Posts
    525 Views
    PitaJP
    Yeah so essentially what you want is to do is create an equals template helper, here are a couple resources from the past: https://community.nodebb.org/topic/11406/how-can-i-print-out-a-specific-array-entry-in-my-template https://community.nodebb.org/topic/3554/how-to-create-and-use-a-template-helper/9 And the benchpress docs https://github.com/benchpressjs/benchpressjs/blob/master/docs/readme.md
  • 1 Votes
    5 Posts
    935 Views
    G
    Help me pls )
  • Edit CSS in realtime?

    Moved Solved
    4
    0 Votes
    4 Posts
    578 Views
    dogsD
    Thank you guys! I did this already with the Chrome development tool but I have some problems to implement it right in to my code. It's a little bit confusing (dev tools). Do you have some tips and tricks for maybe preferences I should chance in Chrome dev tools for a better workflow? Kind Regards, Pascal
  • Template get parent category

    Moved
    1
    0 Votes
    1 Posts
    330 Views
    dogsD
    Hey! How do I get the parent of the actual category in a Tamplate? Im just looking around and found this: <!-- IF breadcrumbs.length --> <ol class="breadcrumb"> <!-- BEGIN breadcrumbs --> <li<!-- IF @last --> component="breadcrumb/current"<!-- ENDIF @last --> itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb" <!-- IF @last -->class="active"<!-- ENDIF @last -->> <!-- IF !@last --><a href="{breadcrumbs.url}" itemprop="url"><!-- ENDIF !@last --> <span itemprop="title"> {breadcrumbs.text} <!-- IF @last --> <!-- IF !feeds:disableRSS --> <!-- IF rssFeedUrl --><a target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS --> <!-- ENDIF @last --> </span> <!-- IF !@last --></a><!-- ENDIF !@last --> </li> <!-- END breadcrumbs --> </ol> <!-- ENDIF breadcrumbs.length --> How can I get the parent category-Name of the current (sub)category? Is there any reference I can use for such things in the future? What I like to do: Get the parent of the actual category use this value e.g. "foobar" to call the API of an external software and get JSON-Object depend on value "foobar" convert the data to display it between breadcrumbs / new topic in the nodeBB Forum Is it the right way to handle this with a template or am I completely wrong? I just installed nodeBB and I also do have no idea about node.js and all that stuff so sorry I am a noob. Kind regards, Pascal.
  • NodeBB Chinese Documents(NodeBB中文文档)

    1
    1 Votes
    1 Posts
    936 Views
    a632079A
    托管于语雀:https://yuque.com/a632079/nodebb 文档覆盖了 NodeBB 英文文档提及的所有内容,并补充了一些内容。 主要内容: 安装 使用 高级 开发 This is a chinese document of nodebb, created by me, who is a transifex reviewer.
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    113 Views
  • How to customize the Theme's design?

    Moved
    3
    0 Votes
    3 Posts
    615 Views
    A
    @oplik0 said in How to customize the Theme's design?: Thank you for your reply. I want to know where to write the code for design and I don't need follow components. [image: xVAyIMc.png] Instead of this, I need to add the following screen. [image: 8c2SOvb.png] You can check this image on http://planetstyles.net/demo/milk/3.3/1/viewtopic.php?f=5&t=25&sid=834ed09ad81c0c19778c16063ed453df Please teach me. Thank you again.
  • How to create the New Theme from design.

    Moved
    1
    0 Votes
    1 Posts
    277 Views
    A
    Hello, everyone. I am new here, but I am very interesting in NodeBB. I want to create the new theme but I don't know how to create it. Please teach me step by step. Thank you for your time. Apex
  • Need some dummy data... or faux data generator

    3
    0 Votes
    3 Posts
    479 Views
    T
    @youhosi Thanks for the reminder!
  • Topic list width - not using full width, what gives?

    1
    0 Votes
    1 Posts
    259 Views
    omegaO
    I've borked something in the custom CSS - lists of topics, popular, recent etc. etc. are NOT using the full width available - say 75-80% of the width available is being used - I have unused space to the right size of the recent post preview. - it's lie there is a blank column. The primary nav menu fixed at the top is fine, this is what I am comparing it to. Any idea what is the controlling element here in the CSS? Could a conflict somewhere too but I'll look at this later... when I turn off the custom CSS to see if it reverts.
  • Storing plugin versions in the database

    7
    0 Votes
    7 Posts
    1k Views
    G
    @PitaJ Thanks! upgrade --package is exactly what I was looking for.
  • NodeBB Blog

    Moved
    6
    4 Votes
    6 Posts
    3k Views
    C
    @psychobunny Which Ghost theme does the NodeBB blog use? I really liked it. A customized version of the Casper theme? Obviously I would like to have this theme: D
  • Nodebb Docker Alpine Images

    4
    1 Votes
    4 Posts
    674 Views
    damianD
    @mat-m is spot on, though my perspective is definitely production, not test. Running the leanest container possible has the added benefit of reducing the attack vectors as there is simply less surface for somebody to target. Alpine is specifically designed to be as lightweight as possible and as stripped down as possible. Do we know who owns the image build process and can s/he weigh in on this?
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    12 Views
    No one has replied
  • 1.13.0 Breaking Changes

    5
    6 Votes
    5 Posts
    1k Views
    D
    Apparently the Calendar Plugin: nodebb-plugin-calendar Calendar and events for NodeBB Installed 1.0.0-alpha.50 | Latest 1.0.0-alpha.50 Does not work with 1.13.0 Can someone please update it?
  • Write-enabled API (Brainstorming)

    23
    3 Votes
    23 Posts
    16k Views
    zaasmiZ
    @baris Please help nothing happened after save changes again at same screen. [image: hbSzuf6.png]
  • add gif emoticons

    9
    0 Votes
    9 Posts
    1k Views
    NoduleJSN
    @TaLoche It works. You helped me so much thanks!
  • Posted body empty

    3
    0 Votes
    3 Posts
    393 Views
    magnusvhendinM
    When I remove enctype="multipart/form-data" from the form in registerComplete.tpl it works. So this has to do with encryption and maybe that I don't have HTTPS on my local machine. So then my question is, why is this not on the form that transmits the username and password?
  • nodebb Watchdog

    4
    0 Votes
    4 Posts
    566 Views
    BriB
    @scottalanmiller has done some great scaling of this platform, he may have some pointers
  • How i can add Multiple Category sections?

    Solved
    1
    0 Votes
    1 Posts
    1k Views
    FunkelF
    Hello Im a newbie with css so i found this code in the NodeBB Forum ul.categories [data-cid="1"]::before { content: "Neuigkeiten"; background: #1e1f33 url(https://i.imgur.com/liB8eUb.png) no-repeat 10px center; } ul.categories [data-cid="3"]::before { content: "Blocks"; background: #1e1f33 url(https://i.imgur.com/eSUaQuV.png) no-repeat 10px center; } ul.categories [data-cid="1"]::before, ul.categories [data-cid="3"]::before { color: #fff; display: block; position: relative; height: 40px; line-height: 40px; font-size: 15px; border-bottom: 1px #0c2b51 solid; text-align: left; padding-left: 70px; font-style: normal; text-transform: uppercase; margin-bottom: 20px; font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; border-radius: 5px; margin-left: 10px; } I am also shown a category above as you can see here [image: GhYT4H6.png] But my question now is how do I get more category sections? In CSS as I see it there are 2 categories defined or do I see it wrong? can you help me? MfG Funkel