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
    julianJ
    Could it be that the idea that quoted posts on forums are not rich resources (and thus liable for deletion) are an artifact of an older age of the internet, but at the same time is a feature, not a bug? 100% agreed that in a forum context the ability to quote the text of a post is important. Forum users often extend this in many ways, not limited to: Holding a user accountable (by preserving their words from future editing) Emphasis of certain portions of text Excision of unrelated portions of text Simply displaying the quoted post as a linked resource robs the end user of all that additional functionality, and that is something I am not sure I want to concede. @Christian-Stange @[email protected] @Panzz
  • Help Translate NodeBB
  • 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
    891 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?
  • Plugin Listing at ACP

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    Right now it doesn't. @psychobunny is doing some work on the package manager. You can check out the discussion here. Eventually that list will display only compatible plugins with other useful info.