Skip to content

What plugins are being used here on Sudonix?

Solved General
  • I’ve recently started looking into NodeBB as an option for a new forum that I want to start and I have to say that Sudonix is the best implementation I have come across so far.

    Would you mind sharing a list of all the plugins that you are using?

  • @Norrad Thanks for the kind words. Here’s the list of plugins that Sudonix uses.

            * @nodebb/nodebb-plugin-beep@1.1.2 (installed, enabled)
            * @nodebb/nodebb-plugin-reactions@2.2.1 (installed, enabled)
            * @nodebb/nodebb-plugin-reputation-rules@2.0.0 (installed, enabled)
            * @nodebb/nodebb-plugin-user-level@2.1.2 (installed, enabled)
            * @nodebb/nodebb-widget-board-stats@2.0.8 (installed, enabled)
            * nodebb-plugin-2factor@7.4.0 (installed, enabled)
            * nodebb-plugin-browsing-users@4.0.1 (installed, enabled)
            * nodebb-plugin-cards@0.4.0 (installed, enabled)
            * nodebb-plugin-composer-default@10.2.33 (installed, enabled)
            * nodebb-plugin-contact-page@1.3.0 (installed, enabled)
            * nodebb-plugin-custom-pages@2.1.0 (installed, enabled)
            * nodebb-plugin-customize@4.0.1 (installed, enabled)
            * nodebb-plugin-dbsearch@6.2.3 (installed, enabled)
            * nodebb-plugin-emoji@5.1.13 (installed, enabled)
            * nodebb-plugin-emoji-android@4.0.0 (installed, enabled)
            * nodebb-plugin-extended-markdown@2.0.1 (installed, enabled)
            * nodebb-plugin-gdpr@2.0.0 (installed, enabled)
            * nodebb-plugin-glossary@1.1.0 (installed, enabled)
            * nodebb-plugin-gravatar@4.0.0 (installed, enabled)
            * nodebb-plugin-markdown@12.2.6 (installed, enabled)
            * nodebb-plugin-mentions@4.4.0 (installed, enabled)
            * nodebb-plugin-ns-embed@6.0.0 (installed, enabled)
            * nodebb-plugin-ntfy@1.7.3 (installed, enabled)
            * nodebb-plugin-poll@3.1.2 (installed, enabled)
            * nodebb-plugin-question-and-answer@1.2.7 (installed, enabled)
            * nodebb-plugin-recent-cards@3.3.0 (installed, enabled)
            * nodebb-plugin-registration-notification@3.0.0 (installed, enabled)
            * nodebb-plugin-soundpack-default@3.0.0 (installed, enabled)
            * nodebb-plugin-spam-be-gone@2.2.1 (installed, enabled)
            * nodebb-plugin-sso-google@3.1.0 (installed, enabled)
            * nodebb-plugin-sso-twitter@3.1.0 (installed, enabled)
            * nodebb-plugin-tenor-gif@3.1.6 (installed, enabled)
            * nodebb-plugin-total-vote-count@1.4.0 (installed, enabled)
            * nodebb-rewards-essentials@1.0.0 (installed, enabled)
            * nodebb-theme-harmony@1.2.44 (installed, enabled)
            * nodebb-widget-essentials@7.0.15 (installed, enabled)
    
  • @phenomlab Thanks a million for the list. I’m going to install them on a test nodeBB install and play around with them.

  • @Norrad Are you looking for anything in particular? I only ask because Sudonix uses a number of custom functions which I wrote, but all are available on GitHub and fully supported here.


Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation 💗

  • Upgrade issues

    Solved Configure
    2
    2 Votes
    2 Posts
    136 Views

    Use this code

    git fetch # Grab the latest code from the NodeBB repository git checkout v3.x git reset --hard origin/v3.x

    And you will have the latest version without specifying it

    https://docs.nodebb.org/configuring/upgrade/

  • 12 Votes
    47 Posts
    2k Views

    @dave1904 just coming back to this thread as @DownPW and I both experienced issues with other plugins today, and the fix was to use the plugin ordering in the ACP and move the Harmony theme to the very top so it comes before everything else in terms of other plugins.

    It might be worth at least trying this to see if it gives you a result rather than the previous bulldozer approach. Thinking about it, the previous fix I proposed is along the same lines and disabling plugins does in fact change the order when they are enabled again, so this is definitely worth a try.

    Let me know how you get on.

  • 0 Votes
    5 Posts
    194 Views

    @mventures Yes, exactly. The other icon will restart NodeBB whilst the first icon I referenced will rebuild (recompile) it.

    The huge strength of NodeBB over Flarum (for example) is that the code is precompiled, and called once at boot. PHP’s code has to repeatedly reload code from source making it much slower.

  • Forum Icons NodeBB

    Solved Customisation
    13
    0 Votes
    13 Posts
    800 Views

    @cagatay That matches what I see

    4f0f858d-9812-42b1-9f61-ffb13d31dccd-image.png

  • 0 Votes
    5 Posts
    393 Views

    @qwinter this particular site uses the code I wrote if you want to see it in action. It’s a information and intelligence gatherer I designed for collecting various information security articles from around the globe and consolidating them in one place.

    Essentially, each “post” is in fact generated by the script, and the NodeBB API.

    https://hostrisk.com/

  • 3 Votes
    2 Posts
    555 Views

    @pwsincd welcome to sudonix, and thanks for the comments. What your looking for is here

    https://sudonix.com/topic/195/nodebb-welcome-message/3?_=1648295651358

  • 7 Votes
    18 Posts
    1k Views

    @phenomlab thanks 🙂

  • 3 Votes
    12 Posts
    615 Views

    @Sala impressive. That’s actually a lot harder than it looks. I once worked for a trading firm in the 90s and a trader came to me with a corrupted floppy disk demanding I get it to work.

    Evidently, it had all of his trading positions on it and he had no backup 😧 and he wasn’t impressed when I told him that the chances of data recovery were less than zero.