Live data from Hacker News

PhpBB

phpbb.com

61–70 of 150 posts

Re: PhpBB

#61
post #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.

Thanks. You mean icons in navbar or icons on thread list?

Re: PhpBB

#62
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…

It looks like thread replies are presented sequentially rather than nested. Is this something you're looking to support in the future?

Re: PhpBB

#63
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.

[deleted]

Re: PhpBB

#64
post #55

Earlier quoted context omitted.

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.

[deleted]

Re: PhpBB

#66
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's too bad we don't have a properly open way to do that

It exists, it’s a web standard, and it’s called WebAuthn

https://auth0.com/blog/introduction-to-web-authentication/

Re: PhpBB

#67

I actually recommend myBB [0] over phpBB for anyone looking to set up a LAMP forum. It's cleaner, better written, and possibly better maintained and with a much less scary vulnerability history. I believe it started off as an attempt to create an OSS version of IPB (or was it vB?). [0]: https://github.com/mybb/mybb or https://mybb.com/

myBB was my preference too- I believe it’s the latter btw (very similar look and feel vBulletin back then).

Re: PhpBB

#68
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…

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.

The flat sequential thread was a reaction to threaded messages as seen on Usenet and mailing lists. It works reasonably well if users are careful to quote the messages they're responding to.

Re: PhpBB

#69
post #29
post #14

I don’t like the flat style comments of sites like PhpBB. Is there an equivalent open source solution that does reddit style hierarchical comments?

HackerNews? It was never fully open sourced but there are older versions: http://arclanguage.org/install

lobste.rs maybe?

https://github.com/lobsters/lobsters

Re: PhpBB

#70
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…

It looks like thread replies are presented sequentially rather than nested. Is this something you're looking to support in the future?

No, classic forums never really offered threaded discussions alike to HN or Reddit.

IPB and vBulletin had "threaded" mode where you would see a tree of replies, but it would only display a single reply, requiring you to manually select next reply to see in the UI.

In future I plan to track which post the poster clicked "reply" for and have UI to let you see direct replies to given posts, or see that post was made as a direct reply to other post, but I am not planning a "proper" tree view like how reddit does it.

Also some good opinion pieces from Discourse's creator on the subject:

https://blog.codinghorror.com/web-discussions-flat-by-design... https://blog.codinghorror.com/discussions-flat-or-threaded/

Post reply on HN