• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

DravereD

Dravere

@Dravere
About
Posts
102
Topics
17
Groups
0
Followers
1
Following
0

Topics

  • DravereD

    Is there a way to ban an e-mail address or pattern?

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    3 Posts
    1043 Views
    DravereD

    @jtsimoes Yes, you could call it an e-mail blacklist.

  • DravereD

    Is there a simple way to analyze long running queries?

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    13 Posts
    815 Views
    barisB

    @Dravere Yeah I meant in code, would need to comment out the lines that match new cron

  • DravereD

    How to add a skin for NodeBB Persona

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    4 Posts
    1657 Views
    djensen47D

    I'd like to do the same. For instance, some folks don't like round avatars, so I would override the CSS for that. Other folks want zero color, so I'd make a monochrome skin.

  • DravereD

    When are you planning to release 1.10.2?

    Scheduled Pinned Locked Moved NodeBB Development
    0 Votes
    6 Posts
    744 Views
    julianJ

    Oh, we are actually supposed to be merging the version bump back into master, let me do that now.

  • DravereD

    [nodebb-plugin-prometheus] Prometheus Monitoring for NodeBB

    Scheduled Pinned Locked Moved NodeBB Plugins
    7 Votes
    19 Posts
    3094 Views
    DravereD

    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.

  • DravereD

    What does "Top 5 plugin downloads in the past 7 days" on the packages stats site mean?

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    2 Posts
    625 Views
    julianJ

    👏

    The "top downloads" pie chart is a little misleading, actually. The package manager itself doesn't have any visibility on package downloads because those are done through npm, and not nbbpm itself. What it does track is how many people ask nbbpm to suggest a version to download.

    For example, if you run v1.8.1 and you want to download a plugin, the latest version might not be compatible, so the ACP will query nbbpm for a suggested version. That's counted as a "download" (since the "suggest" call is done behind the scenes and is opaque to the end user).

    So you could be seeing true downloads... people downloading your plugins... or someone's just hammering GET /api/v1/suggest?package=nodebb-plugin-prometheus a lot 😄

  • DravereD

    Error: Invalid Data while viewing edit history

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    4 Posts
    628 Views
    barisB

    @dravere I think the bug only happened if the user's system time was off.

  • DravereD

    Event loop lag threshold clarification needed

    Scheduled Pinned Locked Moved Unsolved Technical Support
    0 Votes
    1 Posts
    431 Views
    DravereD

    There is the traffic management settings and the option to set the threshold for the event loop lag. Under the value you can set there is a short help text that confuses me a bit:

    Lowering this value decreases wait times for page loads, but will also show the "excessive load" message to more users.

    Why does lowering of this value decrease wait times for page loads? I went through the code and I didn't feel like this value would change anything in regards to the page load time. What am I missing?

  • DravereD

    Is there a way to display moderator rights only in category the user is a moderator?

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    2 Posts
    650 Views
    julianJ

    @dravere said in Is there a way to display moderator rights only in category the user is a moderator?:

    Otherwise I think it could be done via the hook filter:topics.addPostData? Just iterate over the posts array, get the category, and for every user of a post add an object to custom_profile_info with the property content set to some HTML indicating moderator rights?

    Probably this... alternatively, use the groups method, but hook into filter:topics.addPostData to remove the group badge if they're not in the category that user moderates?

  • DravereD

    Upgrade "Refresh post-upload associations" in 1.9.x causes error

    Scheduled Pinned Locked Moved Technical Support
    1 Votes
    16 Posts
    2117 Views
    julianJ

    👏 Well done, that's some thorough investigating @Dravere !

  • DravereD

    Is there a hook fired after all plugins have initialized?

    Scheduled Pinned Locked Moved Plugin Development
    0 Votes
    4 Posts
    1131 Views
    julianJ

    Would you like us to fire an action hook when static:app.init has finished executing?

  • DravereD

    Scripted maintenance mode

    Scheduled Pinned Locked Moved Solved General Discussion
    0 Votes
    11 Posts
    1315 Views
    DravereD

    Thank you. Will have a look at it. Probably will use that plugin for some other stuff anyway so it is a great additional use for it 🙂

    I think I'll mark this topic as answered.

  • DravereD

    [nodebb-plugin-ban-privileges] Give a group the privilege to ban users

    Scheduled Pinned Locked Moved NodeBB Plugins
    2 Votes
    2 Posts
    871 Views
    F

    i agree with u and need something similar.

  • DravereD

    Disable file upload entirely

    Scheduled Pinned Locked Moved Solved Technical Support upload file setting
    0 Votes
    5 Posts
    1710 Views
    baddingB

    It seems that there is still the possibility to upload a profile cover picture, even though I disable "upload images" in privileges for registered users.

  • DravereD

    Plugin websocket communication security

    Scheduled Pinned Locked Moved Solved Plugin Development solved
    0 Votes
    5 Posts
    2423 Views
    DravereD

    Again, thank you for the prompt answer!

  • DravereD

    Run two NodeBB forums in parallel on same server

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    3 Posts
    1645 Views
    C

    @Dravere I tried this but it didn't seem to resolve the problem for me. I don't have the sites in sub-folders - I'm using different ports instead i.e 4567 and 4566

    I added the code here:

    https://github.com/NodeBB/NodeBB/pull/4663/commits/b530361851c45311e98b76759710216d595d22eb

  • DravereD

    Apache reverse proxy, subfolder, and websockets

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    3 Posts
    2393 Views
    DravereD

    Well, after that post I went digging in the code. And look what I found:
    https://github.com/NodeBB/nodebb-plugin-composer-default/issues/37
    https://github.com/NodeBB/NodeBB/pull/4621

    That actually fixes my issues. I updated to weekly and everything seems to work nicely. Seems to have also fixed the problem with the websockets. I see no more errors. When can we expect the v1.0.4? 🙂

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.