my plugins do not update !?!

Solved NodeBB Plugins

Suggested Topics


  • 1 Votes
    21 Posts
    2k Views

    @phenomlab @baris

    This is the reason...

    NOW

    Image Credit: @phenomlab 😉

    unknownjjj.png

    Absolutely brilliant @baris, the difference is clear 👍

    PREVIOUSLY

    Screenshot_2021-05-10 TalkCounty com(3).png

  • How to configure plugins?

    NodeBB Plugins
    6
    0 Votes
    6 Posts
    2k Views

    Ok, thanks, I'll try once more.

  • Quote plugin

    NodeBB Plugins
    12
    0 Votes
    12 Posts
    3k Views

    @pichalite Yea, that's why I asked first to see if someone had done one. Maybe I can try, but i'll probably burn my site down...

    Does this look OK?

    $('document').ready(function() { require(['composer', 'composer/controls'], function(composer, controls) { composer.addButton('fa fa-quote-right', function(textarea, selectionStart, selectionEnd) { if (selectionStart === selectionEnd) { controls.insertIntoTextarea(textarea, '@Username / Website said:\n> '); controls.updateTextareaSelection(textarea, selectionStart + 4, selectionStart + 20); } else { controls.wrapSelectionInTextareaWith(textarea, '@Username / Website said:\n> ', '\n\n'); controls.updateTextareaSelection(textarea, selectionStart + 4, selectionEnd + 4); } }); }); });
  • State of available plugins

    NodeBB Plugins
    7
    0 Votes
    7 Posts
    2k Views

    @PitaJ said in State of available plugins:

    ./nodebb reset plugin="nodebb-plugin-im-broken"

    that's not how you disable a plugin...

    ./nodebb reset -p nodebb-plugin-im-broken

  • 1 Votes
    23 Posts
    12k Views

    @Oroton said:

    @Codejet said:

    @Mega , have uploaded this pic, simply these are 3 dif screenshots in the one pic.

    First is initial reload pushes all adjacent horizontal categories downwards leaving gap in masonary, middle is after 2 reloads (perfect, what we want), last one is after navigating and coming back to the front page.

    masonaryfbembedplugin.png

    I have a solution to cause a page reload whenever condition is met in

    $(document).on('ready', function() {}

    if condition matches front page url. But obviously you would not advise this

    EDIT: scratch that can't even get that to work since a root url link just doesn't exist. lol I'll keep trying

    Have you got this facebook plugin working?

    Working correctly in 0.7.0-dev. Both in the Masonry and Widgets.