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
    julianJ
    @[email protected] happy to publish on fedi but it doesn't necessarily have to take place within the confines of ForumWG, the group just has an interest in the outcome @[email protected]
  • Help Translate NodeBB
  • Alter Link Text on Uploaded Files

    1
    0 Votes
    1 Posts
    1k Views
    C
    What would I hook into to alter the [text] on uploaded files
  • Where I get the data defining of redis database

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    It is in the root folder of your installation in a file called config.json.
  • NodeBB development environment (IDE - Tools - Configs etc)

    34
    2 Votes
    34 Posts
    20k Views
    R
    @BDHarrington7 Use pgrep/pkill! kill -s USR1 $(fgrep -f "app.js") or even shorter with pkill pkill -USR1 -f "app.js" Substitute -USR1 with -SIGHUP and you got yourself a quick and easy build-tool command to restart NodeBB, when changing files. (I'm using SublimeText / Atom)
  • Who is browsing?

    9
    4 Votes
    9 Posts
    2k Views
    BriB
    When I saw the url, I was expecting a world map with avatars all over it XD Cool stuff!
  • How to add a new code style into editor?

    3
    0 Votes
    3 Posts
    2k Views
    SuperMikeS
    @julian Greate! I will push my code plugin in to highlight.js
  • Expose custom fields to be used in templates

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    epidemiya30E
    For example, I would like to replace username on topic, like shown on the screenshot:[image: lgUP3ZI.png]
  • Possibility to hide category in category list but still be accessible via url.

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    C
    Thank you
  • User Profile info on topic

    2
    1 Votes
    2 Posts
    1k Views
    julianJ
    My best guess is that between .6 and .7, we made the decision to only show a certain set of profile settings. Prior to this change, any plugin could save any data into the user's account hash, which was a potential security vulnerability. Now, you'll have to register a listener to filter:user.updateProfile, and append the field you want to save. I think this is what's going on...
  • nodebb migrate online

    1
    0 Votes
    1 Posts
    814 Views
    S
    how to send nobebb instaler mac localhost in a web hoster please thank you .
  • How do you modify what your website displays to users?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    L
    @psychobunny The problem is that with the ACP Post-section feature, you can only add more text, but you can't modify existing text.
  • How do you show a user's group next to their name?

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    frissdiegurkeF
    Within your user settings within the category Groups you may select a group label.
  • NodeJS 0.12.7 released: security update

    1
    2 Votes
    1 Posts
    979 Views
    BriB
    http://blog.nodejs.org/2015/07/10/node-v0-12-7-stable/
  • Don't use {group.name} in templates

    1
    1 Votes
    1 Posts
    812 Views
    barisB
    If you have a custom theme and update to latest core please use {group.displayName} and {groups.displayName} in your templates instead of {group.name} and {groups.name}
  • We need your help

    Moved
    22
    12 Votes
    22 Posts
    26k Views
    Fez VrastaF
    currently there aren't better solution than NodeBB. Surely it can be improved, but so far I'm loving it.
  • API For Categories

    3
    0 Votes
    3 Posts
    3k Views
    cytraxC
    @psychobunny said: You probably need to use the write api plugin: https://github.com/NodeBB/nodebb-plugin-write-api/tree/master/routes/v1 Exactly what I needed but I couldn't locate that particular segment. Thank you so much.
  • Maintaining Forum post hierarchy.

    3
    0 Votes
    3 Posts
    2k Views
    Usman KhanU
    @XenTerSeO thanks for pointing it out.
  • MongoDB Structure

    Unsolved
    10
    0 Votes
    10 Posts
    6k Views
    S
    The structure looks not friendly at all.
  • how is the "unresolved" working? seems like not a tag, but what is it?

    2
    0 Votes
    2 Posts
    1k Views
    P
    Its a plugin I made: https://github.com/psychobunny/nodebb-plugin-question-and-answer
  • Stormpath with NodeBB

    1
    0 Votes
    1 Posts
    1k Views
    S
    Good morning everyone, I would love to implement NodeBB for a project which is already using Stormpath as a login system. Is there already a plugin to help with Stormpath integration with NodeBB? If not, where would you suggest me to start in order to integrate them? Thanks a lot for your support Matt
  • Upgrading broke everything (on Vanilla forums)

    8
    0 Votes
    8 Posts
    3k Views
    BriB
    So I made a PR... I just wanted to see if this is something we can put into the core / concerns of doing so. Please give it a quick look to see if this is something that would be feasible: https://github.com/NodeBB/NodeBB/pull/3234