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
    @[email protected] @silverpill @[email protected] to clarify: a message can also be a request, or a command, or a statement, or a query. we limit ourselves greatly when we think only in terms of “posts”. even within the limits of a “post”, we still have multiple contexts within which we can consider the message.
  • Help Translate NodeBB
  • Email Templating

    14
    0 Votes
    14 Posts
    5k Views
    A
    @bentael Perrrfect. Thanks.
  • Auto Login from Custom User Database

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    The best solution would be to expose your login process as an OAuth endpoint, via something like OAuth2orize, and then install a corresponding fork of this SSO plugin to talk to your endpoint.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    13 Views
  • Suggestions needed for poll plugin

    31
    0 Votes
    31 Posts
    16k Views
    barisB
    Now that I think about it the widget might not be that difficult, it will just make a call to get the widget data and display it along with some code to let users vote and a link to the actual topic where the poll is located. So most of the code that is already in the plugin can be utilized for the widget. The widget would need a pollId setting in the ACP>widgets to let you display a poll.
  • REDIS BACKUP

    6
    0 Votes
    6 Posts
    3k Views
    G
    @psychobunny ok just modified the script, thank you!
  • Meet the dev's Q&A

    Moved
    3
    0 Votes
    3 Posts
    3k Views
    ?
    This idea sounds great. Then if you do a successful reddit AMA (We make the sleekest new forum software around...AMA!), you'll get all the nerds.
  • What is this magic...

    10
    0 Votes
    10 Posts
    3k Views
    T
    @Giorgio-Chiodi No problem.
  • A note re: updating NodeBB

    4
    4 Votes
    4 Posts
    1k Views
    T
    @Giorgio-Chiodi said: @trevor me? The conversation regarding blockquotes has been forked and continued here: https://community.nodebb.org/topic/1506/what-is-this-magic
  • 0 Votes
    6 Posts
    2k Views
    B
    https://github.com/designcreateplay/NodeBB/pull/1533
  • [Solved] Where is {topics.category.title}

    2
    0 Votes
    2 Posts
    1k Views
    G
    @julian told me it's actually {topics.category.name}
  • [solved] Post title in recent posts

    5
    0 Votes
    5 Posts
    2k Views
    G
    thanks guys! this is the correct one posts[i].topic.title
  • NodeBB's Next Theme

    Moved
    33
    2 Votes
    33 Posts
    27k Views
    H
    Will there be a new theme for version .5? Just curious (from an excitement for the next version standpoint). The current themes are already leaps and bounds better than other forum scripts.
  • Disable one plugin? New, for v0.5.0

    3
    2 Votes
    3 Posts
    2k Views
    julianJ
    Haha yeah, ./nodebb reset plugin="pluginname" is already in -- would prefer a nicer syntax, so maybe we can introduce the ./nodebb disable command. Unsure atm.
  • [AWESOMENESS] #Hashtags

    4
    0 Votes
    4 Posts
    1k Views
    ?
    Go tags go!
  • [HELP] categories User permissions

    6
    0 Votes
    6 Posts
    2k Views
    julianJ
    Glad to hear it. #933 for latest updates.
  • {topics.posts.content}

    7
    0 Votes
    7 Posts
    2k Views
    T
    @psychobunny said: Thanks for answering this @trevor :squirrel: It had my name written all over it.
  • Menu - Where to edit?

    Moved
    6
    0 Votes
    6 Posts
    4k Views
    P
    This one's part of a larger problem, which will be fixed at #1481 Something that's on my TODO list this week In a nutshell, the end result is that we'll be able to define and re-order routes in the ACP.
  • Whooooo wants WYSIWYG?

    20
    9 Votes
    20 Posts
    8k Views
    ?
    This would be awesome to have implemented as an option. Most of my target audience are used to typical BBCode. While several would love Markdown, it will be like a second language to most.
  • Port 80

    3
    0 Votes
    3 Posts
    1k Views
    XiphX
    @jk4321 said: If I set the port to 80 in config.json, we get no response at all. It might be the case that another process is already listening on port 80. Many popular Linux distributions come with httpd (AKA: Apache) installed and enabled by default, so you could check if that or any other webservers (i.e. Nginx, Litespeed) are running. If it's none of those processes, try doing a quick google search for "(name of your OS) port usage".
  • Nodebb partitioning code

    1
    0 Votes
    1 Posts
    892 Views
    V
    I'll work in my research with 'late distribution'. This is a term adopted by me rs. It means that I need to split the code to work in multiple clouds. For example, the 'module' topics would be deployed in Amazon EC2 to use the load balance and the rest of nodebb code in GAE, implementing some communication between the code on the EC2 and GAE. Some ideas?