Skip to content

Top Ranked Forums

Chitchat
9 3 1.7k 1
  • Hope one day NodeBB will be some where 🙂

    f8bcef25-ebbf-40f5-bcf9-02fa0b9d99ac-image.png

  • Hope one day NodeBB will be some where 🙂

    f8bcef25-ebbf-40f5-bcf9-02fa0b9d99ac-image.png

    @cagatay I often wonder who compiles these “stats” and whether they even test NodeBB

  • @cagatay I often wonder who compiles these “stats” and whether they even test NodeBB

    @phenomlab 617mio posts OMG 🙂

  • @phenomlab 617mio posts OMG 🙂

    @cagatay Yeah, on phpBB too !! I thought that platform was well and truly dead.

  • @cagatay Yeah, on phpBB too !! I thought that platform was well and truly dead.

    @phenomlab Maybe its not true coz web site not working. also there is writen users 0 lol 🙂

    I used over 5 years vBulletin it was very good experiences for me. I also have one small forum powered by XenForo.

    But NodeBB is very fast and google index speed also very good. My last time is 2 hours, google bot idexed.

  • @phenomlab Maybe its not true coz web site not working. also there is writen users 0 lol 🙂

    I used over 5 years vBulletin it was very good experiences for me. I also have one small forum powered by XenForo.

    But NodeBB is very fast and google index speed also very good. My last time is 2 hours, google bot idexed.

    @cagatay Yes, there’s a lot of furore around Discorse, but having tried it myself some time ago, I didn’t like it that much. Plus, it requires containers and ruby on rails, which just doesn’t appeal to me at all.

  • Hope one day NodeBB will be some where 🙂

    f8bcef25-ebbf-40f5-bcf9-02fa0b9d99ac-image.png

    @cagatay I think -as far as I could observe- people are not building forums any more, rather than developing a website, they are directly going with “Discord”… It is probably closest to the “forums” among all social media platforms… it is already there, you can create your own discord in seconds, all the infrastructure is already provided.

    Therefore all these old forums rank very high with ancient types of forum softwares… xenforo, vbulletin, phpbb… all from the Jurassic period…

    Just a quick note, Discord and Discourse are separate, unrelated platforms…

  • @cagatay I think -as far as I could observe- people are not building forums any more, rather than developing a website, they are directly going with “Discord”… It is probably closest to the “forums” among all social media platforms… it is already there, you can create your own discord in seconds, all the infrastructure is already provided.

    Therefore all these old forums rank very high with ancient types of forum softwares… xenforo, vbulletin, phpbb… all from the Jurassic period…

    Just a quick note, Discord and Discourse are separate, unrelated platforms…

    @crazycells yes you are absolutly right but the forums need to improve byself. this is a technology age and all software language will improve itself, asp is dead. Nokia is dead 🙂

    We will see that another software will be beter than discord 🙂 it is an endless world 🙂

  • The real issue here is that most people consider forums to be “dead” in the sense that nobody uses them anymore, and social media groups have taken their place. Their once dominant stance in the 90’s and early 00’s will never be experienced again, but having said that, there are a number of forums that did in fact survive the social media onslaught, and still enjoy a large user base.

    Forums tend to be niche. One that immediately sticks out is Reddit - despite looking like it was designed in the 80s, it still has an enormous user base. Another is Stack Overflow, which needs no introduction. The key to any forum is the content it offers, and the more people whom contribute in terms of posting , the more popular and widely respected it becomes as a reliable source of information.

    Forums are still intensely popular with gamers, alongside those that offer tips on hacking etc.


Related Topics
  • Forum customisation

    Customisation nodebb forum customised
    11
    2
    6 Votes
    11 Posts
    1k Views
    Thank you Mark, the changes look fantastic!!
  • restarting nodebb on boot

    Unsolved Configure nodebb
    3
    1 Votes
    3 Posts
    1k Views
    @eeeee said in restarting nodebb on boot: can I just run nodebb under nodemon for auto restarts? It’s a better method. Nodemon just looks for file system changes and would effectively die if the server was rebooted meaning you’d have to start it again anyway. Systemd is the defacto standard which is how the operating system interacts in terms of services, scheduled tasks etc.
  • NodeBB v3 and Harmony Theme

    Discussion nodebb theme
    22
    13 Votes
    22 Posts
    5k Views
    Been playing with the user profile page this afternoon. Thought I’d post a video as I’m really pleased with how this came out profile-screen-capture.webm
  • Custom badges

    Solved Customisation nodebb
    103
    2
    49 Votes
    103 Posts
    26k Views
    Perfect
  • Title on homepage of nodebb forum

    Solved Customisation nodebb
    2
    1 Votes
    2 Posts
    1k Views
    @eveh Welcome board The code you are referring to is custom written as no such functionality exists under NodeBB. However, adding the functionality is relatively trivial. Below are the required steps Navigate to /admin/appearance/customise#custom-header Add the below code to your header, and save once completed <ol id="mainbanner" class="breadcrumb"><li id="addtext">Your Title Goes Here</li></ol> Navigate to /admin/appearance/customise#custom-js and add the below code, then save $(document).ready(function() { $(window).on('action:ajaxify.end', function(data) { // Initialise mainbanner ID, but hide it from view $('#mainbanner').hide(); var pathname = window.location.pathname; if (pathname === "/") { $("#addtext").text("Your Title"); $('#mainbanner').show(); } else {} // If we want to add a title to a sub page, uncomment the below and adjust accordingly //if (pathname === "/yourpath") { //$("#addtext").text("Your Title"); //$('#mainbanner').show(); //} }); }); Navigate to /admin/appearance/customise#custom-css and add the below CSS block .breadcrumb { right: 0; margin-right: auto; text-align: center; background: #0086c4; color: #ffffff; width: 100vw; position: relative; margin-left: -50vw; left: 50%; top: 50px; position: fixed; z-index: 1020; } Note, that you will need to adjust your CSS code to suit your own site / requirements.
  • Adjusting the size of boxes in posts-list class

    Solved Customisation nodebb
    3
    3 Votes
    3 Posts
    1k Views
    @phenomlab thanks a lot, this combination works best .posts-list .posts-list-item .content { overflow: auto; max-height: 600px; }
  • [NodeBB] Import custom Font

    Solved Customisation custom fonts nodebb css
    12
    3 Votes
    12 Posts
    3k Views
    @cagatay you’ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example body { font-family: "Poppins"; font-size: 16px; } Essentially, you use the font-size CSS directive.
  • Best forum software?

    Chitchat forum software
    28
    10 Votes
    28 Posts
    6k Views
    @marusaky Good post. The real issue with Flarum is that even the most minor of changes requires a extension, which is crazy. With NodeBB, you can make changes on the fly very easily, and without too much effort. There is an element of learning when it comes to making changes to any platform, but Javascript is not difficult at all once you get used to it, and there’s also extensive support for jQuery (and hundreds of code snippets on the internet you can easily adapt and tailor to your own needs) For years, phpBB used to reign supreme - now it’s incredibly dated, and always did have the most confusing admin panel I’ve ever seen.