Live data from Hacker News

PhpBB

phpbb.com

51–60 of 150 posts

Re: PhpBB

#51

Discourse is a good modern alternative.

Discourse is the single worst forum software I've ever had the displeasure of using. Everything is difficult to navigate and hard to discern. It's as if someone actively sought out to create the worst user experience.

Re: PhpBB

#52

Modding phpBB and starting new forums using phpBB (and later Invision Community) got me into php dev and basically the job and career I now have. Such a great product for building communities. It would be so good having this feeling again browsing forums on this software. The Subsilver theme was iconic and legendary.

That's made my afternoon! I had good fun making the original subsilver and prosilver themes all those years ago :)

Re: PhpBB

#53

Discourse is a good modern alternative.

The discourse UI is horrible. Adding insult to injury, it checks browser versions and breaks for anything it deems unworthy. Why would a text forum care about which browser is used?

Re: PhpBB

#54

Discourse is a good modern alternative.

I'll echo what other people have said about the UI. I've used it with a lot of family and friends, likewise there have been a lot of struggles.

I'm also still rectifying against the recent changes to a shared username. As an engineer I understand why they felt the need to do it, but it feels like it's started to bring my personal/casual persona and professional one closer than I'm comfortable with. But, maybe I'm just misunderstanding the interface.

Re: PhpBB

#55
post #46
post #36

Most people don't want to admit it, but running a subreddit is much more fun than running your own forum. Even if you magically had the users, you also have the FULL responsibility , up to the legal consequnces for the stuff that your users do, plus you have all the technical trouble. Reddit gives that for free to moderators. They can make any community for shits n giggles, break it, fix it, abandon it etc. and none…

It's also way easier to build a community when the buy-in is clicking a "subscribe" button with an account you already have and are logged into and knowing you can unsubscribe at any time, as opposed to registering another username, giving a random site admin your email, verifying your email, trusting they're not gonna leak your info or password, etc. Plus everyone already knows how to use all the functionality, and…

See, this is one of many reasons why I'm sad we still use usernames/passwords for so many sites.

I'm much more likely to register for a site if it supports 3rd-party auth instead of managing another password. It's too bad we don't have a properly open way to do that -- no "auth with this address" but instead a fixed hand-coded list of FB, Google, etc.

Re: PhpBB

#56
post #23

I would like to use this opportunity to also mention a forum software I am building, Misago: https://misago-project.org/ (GitHub: https://github.com/rafalp/Misago/ ) Around year ago I've started aggressively pursuing improvements to it's UX and features which to my surprise resulted in project getting new (small) wave of attention and a lot of great feedback on what else is missing and what needs changed that I am wo…

Every little icon on the right side has a scrollbar on mobile Android chrome.

Re: PhpBB

#57
post #36

Most people don't want to admit it, but running a subreddit is much more fun than running your own forum. Even if you magically had the users, you also have the FULL responsibility , up to the legal consequnces for the stuff that your users do, plus you have all the technical trouble. Reddit gives that for free to moderators. They can make any community for shits n giggles, break it, fix it, abandon it etc. and none…

[deleted]

Re: PhpBB

#58
post #46
post #36

Most people don't want to admit it, but running a subreddit is much more fun than running your own forum. Even if you magically had the users, you also have the FULL responsibility , up to the legal consequnces for the stuff that your users do, plus you have all the technical trouble. Reddit gives that for free to moderators. They can make any community for shits n giggles, break it, fix it, abandon it etc. and none…

It's also way easier to build a community when the buy-in is clicking a "subscribe" button with an account you already have and are logged into and knowing you can unsubscribe at any time, as opposed to registering another username, giving a random site admin your email, verifying your email, trusting they're not gonna leak your info or password, etc. Plus everyone already knows how to use all the functionality, and…

With OAuth they can reuse one of many common identity providers they may already have, albeit an extra click or two.

Re: PhpBB

#59
post #46
post #36

Most people don't want to admit it, but running a subreddit is much more fun than running your own forum. Even if you magically had the users, you also have the FULL responsibility , up to the legal consequnces for the stuff that your users do, plus you have all the technical trouble. Reddit gives that for free to moderators. They can make any community for shits n giggles, break it, fix it, abandon it etc. and none…

It's also way easier to build a community when the buy-in is clicking a "subscribe" button with an account you already have and are logged into and knowing you can unsubscribe at any time, as opposed to registering another username, giving a random site admin your email, verifying your email, trusting they're not gonna leak your info or password, etc. Plus everyone already knows how to use all the functionality, and…

The way reddit's threads work with nested replies is also a vastly superior UX over the linear firehose approach of a conventional forum. So much so that pretty much everyone has resorted to copying it over the last 15 years.

There's a reason phpbb went the way of the dinosaur and won't be making a comeback. The future is going to be something that learns from Reddit's mistakes without regressing to 2001 usability.

Re: PhpBB

#60
post #55
post #46

Earlier quoted context omitted.

It's also way easier to build a community when the buy-in is clicking a "subscribe" button with an account you already have and are logged into and knowing you can unsubscribe at any time, as opposed to registering another username, giving a random site admin your email, verifying your email, trusting they're not gonna leak your info or password, etc. Plus everyone already knows how to use all the functionality, and…

See, this is one of many reasons why I'm sad we still use usernames/passwords for so many sites. I'm much more likely to register for a site if it supports 3rd-party auth instead of managing another password. It's too bad we don't have a properly open way to do that -- no "auth with this address" but instead a fixed hand-coded list of FB, Google, etc.

It sucks that often our only option for this kind of authentication is Facebook or Google, since they only see this as a way to harvest even more data about their users.

Apple's implementation is a lot better on this front, but you're still placing your trust in a trillion dollar company. And lots of sites choose not to implement it because Apple's design makes it harder to track users across domains.

Post reply on HN