Skip to content
  • 2 Votes
    18 Posts
    6k Views
    Q

    So now, I have questions to the NodeBB development team. @julian

    About @frissdiegurke 's idea.

    What do you think? Is it secure or do you have any better ideas, policies , plans?

    To manage dependencies between plugin,

    Can we enforce to install and activate plugins by dependencies? Or can we give warnings of wrong configurations, dependencies and so on by plugin on admin UI ( dash board? )?

    Do we have secure way to add/remove/modify custom data by plugin in a filtering pipe?

    For example, on filtering hook, data.pluginData.<plugin name> can be always for plugins (means some sure for core will not use it for different reason!! ), whether they are removed or not after filtering. I know if I select good name( random or highly uniq), then it will be quite safe but it will be better if we have an official space.

    If I want to make a npm module which is dedicated to NodeBB while it's not a plugin, then what is good name for. Maybe nodebb-helper-any-name. It may be for individual plugins.

    I had one more, but I forgot what was it while writing.... 🙂

  • Does not work search

    Solved Technical Support
    15
    0 Votes
    15 Posts
    6k Views
    olegO

    @agusputra yeah its truly, but it can update only from console via npm i nodebb-plugin-dbsearch

  • 7 Votes
    94 Posts
    47k Views
    T

    Hi, all:

    Are there plans to update this for 2.0? The formatting in this one looks easier for users than the formatting in nodebb-plugin-btn-spoilers, so I would prefer to use this.

  • Filter for post parse

    Solved Bug Reports
    8
    0 Votes
    8 Posts
    3k Views
    N

    @baris

    log from payload received from hook

    { postData: { content: undefined } }
  • 0 Votes
    17 Posts
    5k Views
    A

    My YouTube plugin needs updating. But I'm in London tomorrow to Thursday. Then spending alternate weeks in gibraltar. So its hard to find the time. 😉

  • Reset cache

    Solved Plugin Development
    4
    0 Votes
    4 Posts
    3k Views
    P

    @baris refactored the post tools and topic tools to load on demand for perf reasons, so I think the plugin needs to be updated for this change