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
  • 14 Votes
    17 Posts
    2k Views
    No problem dude ! I hope you have a good vacation. Enjoy your loved ones!
  • Custom html in nodebb to prevent cache

    Unsolved Configure nodebb
    18
    2 Votes
    18 Posts
    3k Views
    @Panda You’ll need to do that with js. With some quick CSS changes, it looks like this [image: 1690796279348-d619844f-fbfe-4cf1-a283-6b7364f6bf18-image.png] The colour choice is still really hard on the eye, but at least you can now read the text
  • Nodebb design

    Solved General nodebb
    2
    1 Votes
    2 Posts
    844 Views
    @Panda said in Nodebb design: One negative is not being so good for SEO as more Server side rendered forums, if web crawlers dont run the JS to read the forum. From recollection, Google and Bing have the capability to read and process JS, although it’s not in the same manner as a physical person will consume content on a page. It will be seen as plain text, but will be indexed. However, it’s important to note that Yandex and Baidu will not render JS, although seeing as Google has a 90% share of the content available on the web in terms of indexing, this isn’t something you’ll likely lose sleep over. @Panda said in Nodebb design: The “write api” is preferred for server-to-server interactions. This is mostly based around overall security - you won’t typically want a client machine changing database elements or altering data. This is why you have “client-side” which could be DOM manipulation etc, and “server-side” which performs more complex operations as it can communicate directly with the database whereas the client cannot (and if it can, then you have a serious security flaw). Reading from the API is perfectly acceptable on the client-side, but not being able to write. A paradigm here would be something like SNMP. This protocol exists as a UDP (UDP is very efficient, as it is “fire and forget” and does not wait for a response like TCP does) based service which reads performance data from a remote source, thus enabling an application to parse that data for use in a monitoring application. In all cases, SNMP access should be “RO” (Read Only) and not RW (Read Write). It is completely feasible to assume complete control over a firewall for example by having RW access to SNMP and then exposing it to the entire internet with a weak passphrase. You wouldn’t do it (at least, I hope you wouldn’t) and the same ethic applies to server-side rendering and the execution of commands.
  • NodeBB v3 Android Problem

    Solved Configure nodebb android
    4
    4 Votes
    4 Posts
    881 Views
    thank you fixed.
  • 36 Votes
    55 Posts
    12k Views
    @DownPW I see why. The code relies on the existence of [component="topic/quickreply/container"] However, this by definition means that the below has to be enabled [image: 1679077966615-aeef638f-4188-489d-a9f2-f3a26dbca9d8-image.png] It will then work [image: 1679077992245-7fb38631-e0f3-46ef-b652-00929d927b13-image.png] For some unknown reason, this is hidden in Harmony, and only shows if you select it. In v2, it seems that the <section> is deleted altogether in Persona if “Quick Reply” is disabled, meaning it won’t fire as it can’t locate that specific component. The downside is that you might not want the quick reply function, but I think it’s a PITA to scroll up to the top of the post just to reply, so I have it on
  • 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.
  • NodeBB templates

    Locked Chitchat themes templates nodebb
    12
    4 Votes
    12 Posts
    3k Views
    Placing this here for reference https://sudonix.com/topic/216/nodebb-js-script-css-theme-switcher Further information and posts can be found at this link
  • 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.