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
  • Nodebb and emails

    Solved Configure nodebb
    27
    5 Votes
    27 Posts
    4k Views
    @Panda it will use SMTP. In all cases, I never use any plugin to send email. I’ll always send it raw.
  • CSS codes to prevent votes to disappear

    Solved Customisation nodebb
    3
    1 Votes
    3 Posts
    894 Views
    @phenomlab yes, it is thanks a lot…
  • Bug Report

    Solved Bugs nodebb bugs
    47
    1
    26 Votes
    47 Posts
    9k Views
    @crazycells Good points, thanks. I completely forgot that classes are added - makes life much simpler! EDIT - seems this is pretty straightforward, and only needs the below CSS .upvoted i { color: var(--bs-user-level) !important; } This then yields [image: 1718028529465-3f072f8a-ebfa-4910-8723-73c493b8e4eb-image.png] However, the caveat here is that the .upvoted class will only show for your upvotes, and nobody else’s. However, this does satisfy the original request however I would love to see my upvoted posts more clearly, because currently, when I upvote, nothing on the post tool is changing, it would be nicer if there is an indication that I have upvoted (like a filled or colored triangle?)
  • 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
  • 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.
  • Link vs Refresh

    Solved Customisation nodebb blog customization
    20
    2
    8 Votes
    20 Posts
    3k Views
    @pobojmoks Do you see any errors being reported in the console ? At first guess (without seeing the actual code or the site itself), I’d say that this is AJAX callback related
  • Detect if user is admin

    General nodebb javascript code
    2
    0 Votes
    2 Posts
    1k Views
    @pwsincd I think you can use userData.isAdmin = isAdmin; if I’m not mistaken - see https://community.nodebb.org/topic/15128/how-to-hide-whitelist-user-field-only-to-owner-or-admin?_=1648802303112 for an example
  • Nodebb Hashtag plugin

    Solved General
    15
    1 Votes
    15 Posts
    3k Views
    @jac Great ! I’ll close this off.