[nodebb-plugin-category-sort-by-title] Alphabetical topic sorting.

NodeBB Plugins

Suggested Topics


  • 0 Votes
    6 Posts
    564 Views

    Work on 2.4.4

  • 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
  • 0 Votes
    2 Posts
    1k Views

    Oof, that's a lot to ask in one post, which explains why nobody has responded yet 😞

    Have you tried getting a base plugin made, to open a music player in something like a bootbox.dialog?

  • 0 Votes
    3 Posts
    1k Views

    Not sure how i missed your reply. Thanks for getting back to me. For now i think we are just going to use the tags field since the person assigned doesn't have to be linked via the users table. Its more of a, let me check who is running that project (imagine each topic as a mini project) and since we dont use tags for anything else i think they may work fine.

    Thanks again

  • Plugin Help

    NodeBB Plugins
    0 Votes
    1 Posts
    1k Views

    Hi NodeBB team,

    I'm learning JS by writing what seemed to me a simple plugin. Knowing nothing of this matter I'm struggling a little with this all dispached structure.

    I've succeed to make basic routes so far. I'm working now on the template of the admin page.

    I have added these

    <!-- IF emailerInstalled --> <!-- ELSE --> <!-- ENDIF emailerInstalled -->

    but doesn't seem to be recognized, always getting the false condition.

    Could someone point me the right direction?

    I wonder also if adding a "post" route is the right way to get the form back? I've seen this from imgur plugin.

    nodebb-plugin-admin-email