Plugin / Theme contest!

Locked NodeBB Plugins

Suggested Topics


  • 2 Votes
    11 Posts
    906 Views

    @Yve-Salazar Are you still looking to distinguish between API calls via curl?

  • 7 Votes
    19 Posts
    3k Views

    I just release version 0.3.0 of this plugin. The following changes have been implemented:

    Using action:analytics.increment for analytics counter (better performance and accuracy) Added label viewer to page view that can have the values user, guest, or bot (inspired by an upcoming change in 1.11, you get it early here) Added new metric nodebb_online_guests Added new metric nodebb_eventloop_lag_seconds. This is measured by NodeBB which has a smoothing factored compared to what is measured by NodeJS and provided via nodejs_eventloop_lag_seconds Added new metric nodebb_eventloop_maxlag_seconds. This is the maximum allowed lag for NodeBB. If the lag is getting closer to this value NodeBB will start to issue 503 error codes. The chance a user is getting a 503 is calculate by this formula: (lag - maxLage) / maxLag.

    @Per0x Sorry it took a while but your metric for online guests is now finally available.

  • 0 Votes
    2 Posts
    1k Views

    FYI, this older version is generation the following message in the NodeBB log:
    14/4 08:03:46 [30678] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset -p PLUGINNAME to disable it.

    nodebb-plugin-blog-comments
  • 2 Votes
    17 Posts
    5k Views

    @JamesJ said:

    I had a shocking amount of e-mails, which was pleasing actually.

    That's fantastic to hear! Best of luck to the developer who won the bid (hint: it wasn't us 😄 )

  • 1 Votes
    1 Posts
    1k Views

    Proposition:

    ACP as a plugin/module. Introduce new namespace, for example nodebb-acp-somename

    So you will have:

    For themes: nodebb-theme-somename For plugins: nodebb-plugin-somename For ACP: nodebb-acp-somename

    Encapsulate current ACP to acp-module, and see, in near future, how 3rd party ACP panel will popup (Angular based, or Material based, or something another...) 😉