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 💗

  • 1 Votes
    4 Posts
    165 Views

    @Vijay-Kumavat-0 I think you’d be better off customising the plugin above to be honest. It seems like you’d be reinventing the wheel otherwise.

    I’d modify

    /nodebb/node_modules/nodebb-rewards-essentials/lib/conditions.js
    /nodebb/node_modules/nodebb-rewards-essentials/lib/rewards.js

    These seem to be the two files that control what is in the dropdown lists.

  • 2 Votes
    2 Posts
    149 Views

    @cagatay this relates to a change the css classes used for the brand header meaning it will now float to the left instead of right.

    If you’d like to retain the original behavior, you can add this css class

    [data-widget-area="brand-header"] { justify-content: end; display: flex; }

    Further information here

    https://community.nodebb.org/topic/17090/manual-build-a-custom-header-in-harmony/19?_=1684069325296

  • Post Style View

    Solved Customisation
    67
    18 Votes
    67 Posts
    5k Views

    @cagatay

    Just add margin-left on the element like @phenomlab said to you :

    topic [component="post/parent"] { margin-left: 10px; }

    aa08c62b-4223-4cba-8c0f-c73d50474c0d-image.png

    Maybe @phenomlab have a better way

  • 3 Votes
    13 Posts
    568 Views

    @DownPW Hmm - it’ll work with iFramely (locally hosted), or you can use the below string to embed using https://community.nodebb.org/topic/7135/nodebb-plugin-ns-embed-ns-embed/114

    Watch (?:<a.*?)?(?:https?:\/\/)?(?:www\.)?dailymotion\.com\/video\/([a-zA-Z0-9_-]{4,11})(?:.*?\/a>)? Replace <div class='embed-wrapper'><div class='embed-container'><iframe src='//www.dailymotion.com/embed/video/$1' frameborder='0' allowfullscreen></iframe></div></div>

    4f5f13f7-0c73-460e-b32f-f974f170b236-image.png

  • 6 Votes
    15 Posts
    867 Views

    @Hari said in Flarum SEO is worst and i still want to use it 😭:

    Flarum is coded in such a way where it tells spiders not to crawl any internal links by adding nofollow tag. How stupid this is

    Yes, I agree this doesn’t make any sense. If you compare to WordPress, then (via a plugin of course) you can set the attribute as you wish. It doesn’t make any sense to take a blanket approach. I guess I unerstand why they are doing this, but it’s not an optimum SEO methodology.

    @Hari said in Flarum SEO is worst and i still want to use it 😭:

    For few minutes i thought i should register a domain called flarumSEOsucks.com

    They’d probably sue you for using the Flarum name in a URL 😕

  • [NODEBB] Welcome Message

    Solved Customisation
    18
    13 Votes
    18 Posts
    2k Views

    For anyone reviewing this post, there’s an updated version here that also includes an sunrise / sun / moon icon depending on the time of day

    https://sudonix.com/topic/233/nodebb-welcome-message-with-logo-footer-change/3?_=1645445273209

  • Display tweets in widget [NodeBB]

    Solved Customisation
    29
    4 Votes
    29 Posts
    2k Views

    @phenomlab brilliant, many thanks Mark 😁

  • 7 Votes
    18 Posts
    1k Views

    @phenomlab thanks 🙂