Skip to content

Plugin Requests

Need a plugin developed? Ask here!
226 Topics 1.2k Posts
  • Thoughts on reputation logging

    1
    3 Votes
    1 Posts
    1k Views
    ?
    Is there interest in a plugin to track reputation changes over the past day/week? I was thinking that this would be a useful way of tracking potential rep abuse.
  • composer - medium editor

    3
    1 Votes
    3 Posts
    2k Views
    L
    @julian It would be different
  • Magento SSO Login

    3
    0 Votes
    3 Posts
    2k Views
    A
    @a_5mith Thanks for the suggestion! I'll have to see if I can use the WordPress SSO to help get started on a Magento one then.
  • Chat function available after x amount of posts

    11
    2 Votes
    11 Posts
    5k Views
    P
    blocking may be a better option than implementing x days/x posts restriction. You will be causing inconvenience to legit users.
  • activity feed

    1
    1 Votes
    1 Posts
    924 Views
    E
    some kind of replacement for the user maps removed from core
  • Custom Emoji Plugin

    1
    1 Votes
    1 Posts
    2k Views
    A
    (Sorry for English) A plugin that can let users to add emoji and create cheat sheet themselves. some advantages: Make your forum unique, you can use the emoji that other nodeBB users don't have. [image: 4NqPcDP.png] Close to your forum's theme (gaming, sport ...etc.) [image: 76qxMPl.png] **Select instead of upload ** Sometime when you are writing guides, you need to upload a lot of images Like the picture below It's convenient to add those commonly used icon into emoji. [image: 3CrK3qk.png]
  • Status?

    1
    0 Votes
    1 Posts
    1k Views
    GeraldG
    I would like a status bar like Facebook. If there is a post out there about it, can someone like me?
  • Status bar

    3
    0 Votes
    3 Posts
    2k Views
    GeraldG
    @yariplus Yeah, I agree with you.
  • 0 Votes
    6 Posts
    3k Views
    crashdoomC
    @pichalite I'm using the latest NodeBB v0.9.3. I have managed to find a fix by another user: https://github.com/neutrino84/nodebb-plugin-category-sections/commit/ce3ba115a3e6f49912f9a79be415409c73b377a2 This seems to work without issue.
  • Replace url in Posts

    3
    0 Votes
    3 Posts
    2k Views
    N
    @sanatisharif It's very narrow task for separate plugin. You could use embed plugin and write a rule, or ask someone to write rule for you.
  • NodeBB Click to Copy plugin

    11
    0 Votes
    11 Posts
    4k Views
    A
    That's great! Thank you!
  • register with phone Number

    1
    0 Votes
    1 Posts
    1k Views
    S
    A plugin that users can sign up with their phone number, and verify user phone number with something like send text message or admin approval system. ( Also able to set SMS sender api to plugin using ACP ).
  • Moderator / Admin messages

    3
    0 Votes
    3 Posts
    2k Views
    W
    Editing the post is open to the OP so moderator messages could be faked or changed. Moderator comments would be a fairly good way to put it perhaps, but they would be surfaced as part of the OP not further down the reply thread.
  • secure upload center for nodebb

    5
    0 Votes
    5 Posts
    2k Views
    S
    @pichalite Thanks a lot, I'm going to enable file upload on setting -> post, I'm wondering how may I changed uploaded file location and url ?
  • [nodebb-plugin-teamspeak] 0.5 to 0.7

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    No, nobody contacted us about it
  • iterate on nodebb posts

    15
    0 Votes
    15 Posts
    4k Views
    S
    @bentael I write this run_me.js file and run it with node run_me.js command, that iterate over all nodebb posts and run a JavaScript function on content filed and update it. how to efficient it using db.collection('objects').updateMany() ? content of run_me.js file: var MongoClient = require('mongodb').MongoClient; var assert = require('assert'); var ObjectId = require('mongodb').ObjectID; //'mongodb://<dbuser>:<dbpassword>@<mongodb host>:<mongodb port>/<dbName>' var url = ''; var converter = require("bbcode-to-markdown"); var convert = function(str){ // alter it and put your desire JavaScript cods. if ( typeof str == 'string' ){ str = str.toString().toLowerCase(); return converter(str); } else return str; } var updatePosts = function(db, callback){ var cursor =db.collection('objects').find( { _key:{ $regex: /post:/i } } ); cursor.each(function(err, doc) { assert.equal(err, null); if (doc != null ) { var newcontent = convert( doc.content ); db.collection('objects').updateOne({ _key: doc._key }, { $set: { "content": newcontent } }); console.log("after update --"+doc._key); } else { callback(); } }); } MongoClient.connect(url, function(err, db) { assert.equal(null, err); updatePosts(db, function() { db.close(); }); });
  • transferring posts

    8
    0 Votes
    8 Posts
    2k Views
    S
    @pichalite said: @sanatisharif actually I was wrong... you can move multiple posts from a topic and create a new topic. It's actually called forking. It's under the "Topic Tools" drop down in the topic page. Thanks a lot, its good idea also after that we need some plugin on nodebb to merge topics: https://community.nodebb.org/topic/7225/how-to-merge-topics-in-admin
  • merging posts

    1
    1 Votes
    1 Posts
    998 Views
    S
    What about a plugin for merging multiple posts. (I created a separate topic because I though this the right way. every request in a different topic)
  • Plug-in that can give official posts from the unofficial distinction.

    2
    0 Votes
    2 Posts
    1k Views
    julianJ
    Have users in the expert advisory group show a badge denoting their status. That might be enough.
  • Forum Titles Add On (Titles By Posts)

    2
    0 Votes
    2 Posts
    2k Views
    KowlinK
    I meant to reply to this a day ago, but I forgot about it. Anyways. What you can consider is using the build in reward-essentials plugin to accomplish this. Make a group, and then make a rule in the rewards for >= add to group.