NodeBB是Design Create Play开发的一款使用Node.js构建的论坛系统,使用redis或mongoDB数据库,采用web socket技术实现。支持响应式布局,将论坛的体验带向一个新的高度。(国外的论坛系统都相当纯粹,并不会像Discuz、phpwind那样提供各种建站所需模块) Hook changes Filter filter:topic.get see this commit filter:topic.thread_tools see this commit filterost.save changed to filterost.edit when editing a post. see this commit filter:templates.get_config and filter:templates.get_virtual removed. filter:search.query parameters changed, see this commit Other changes app.uid and friends are removed see this commit. Please use app.user.uid from now on. All templates in widget-essentials has been moved to a subfolder called widgets. see this commit Home.tpl has been renamed to categories.tpl see this commit settings.language has been renamed to settings.userLang to match the config see this commit Updates to search system, upgrading to 0.7.0 requires clearing and reindexing content from the appropriate search plugin. the _key, value index changed to a unique/sparse index. Only affects mongodb. posts.getPostsByTid renamed to posts.getPostsFromSet, first param removed. NodeBB v0.7.0 发布,Node.js论坛程序下载地址