Live data from Hacker News

PhpBB

phpbb.com

41–50 of 150 posts

Re: PhpBB

#41
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?

This is relatively easy to do with recursive components in Vue

Re: PhpBB

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

The other side of that is that people who are willing to pay the cost (time, dollars, etc.) to run a forum are generally going to be more committed to that community.

It may be more fun to run a subreddit, but subreddits are also less coherent communities than forums.

Re: PhpBB

#44

Earlier quoted context omitted.

Reddit is easier to read (comment threading) and is text only, which is its unique value proposition. PhpBB forum, which I ironically use way more than Reddit these days, have almost no threading and limits to 10 posts per page with no hiding posts unless block all user posts, and ad banners everywhere. But I welcome any return to self-hosting, even though most site require membership until a user can view full scale…

Reddit comments can contain images that display with the text, without requiring a click to open. Previously it was text only, but that is no longer the case.

That is only for new topics/posts. They don’t display in the comments in the vanilla user experience.

Re: PhpBB

#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 they already have an app on their phone they can access you and posts will appear in the feed they're already checking.

Re: PhpBB

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

This can be a feature rather than a bug. One of the things that I appreciate about forums is that you actually get to build relationships that are more personable than something like Reddit, because there's more commitment involved.

Re: PhpBB

#48
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/

Re: PhpBB

#49
Does anyone else remember Beast? It was a pretty small time piece of forum software back in the day. The Yoyogames Forums used to run on it, even way after it had stopped being maintained until some guy with an axe to grind ('patrick') brought the site to its knees thanks to a number of security exploits that had been out in the wild for a while.

Re: PhpBB

#50
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?

This is relatively easy to do with recursive components in Vue

I don't think rendering is the problem.
Post reply on HN