this post was submitted on 02 Sep 2024
11 points (100.0% liked)

Web Development

3420 readers
35 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I would like to create a site that that allows people to select a category and/or a sub-category and invite people to join and partake in something for a limited time period determined by the OP, but also allowing other users to suggest alternative options as a votable option.

I have no idea where to start with any of this.

Is it just forum software that I should be looking at, and could anyone recommend one if it is. Also how much should I be looking at to begin with?

EDIT - Thanks everyone, all good options to look at. I am going to try a Lemmy Sub, as that seems to be the most favoured answer by users. Hopefully I will get to grips with it. πŸ™‚

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 2 weeks ago (1 children)

My first thought is reduce the complexity for now and start a Lemmy community for what you want. I know it's not going to be as versatile as a full-blown forum and any specific requirements you have might not be met, but there are creative ways to manage this as a moderator with the API.

It would be free, you wouldn't need to worry about the web security aspect for now and it might let you feel out how to manage topics/projects before you build an actual forum.

Sorry I couldn't directly answer your question, but was hoping that an alternative approach might be of use. It's just that hosting and managing a forum can be a time suck.

[–] [email protected] 1 points 2 weeks ago (1 children)

Thanks, is it possible to create sub categories. I haven't ever seen a mod api, I might try one out this evening. Thanks again.

[–] [email protected] 1 points 2 weeks ago

Well, you might need to do a bit of creative hacking with pinning/unpinning multiple posts. You would have a community with "sub categories" of a pinned posts. Each comment under that post could be voted on.

[–] RonSijm 3 points 2 weeks ago

I agree with @[email protected] - since you "don't know where to startβ€œ - just start simple. Maybe lemmy will be fine for now.

Otherwise, to at least pitch some alternative: you can Google for a vbulletin host. A lot of hosting providers offer a "managed vbulletin" solution. Meaning you don't have to get a bare metal machine and don't have to be bothered with installing all the software yourself.

I don't know if there are free solutions, but with a quick Google, it doesn't seem like it's more than a couple $ a month for a small server

[–] sip 3 points 2 weeks ago* (last edited 2 weeks ago)

if you use some php forum software, you can find hosting in the $5 range with cPanel. I remember hosting one 10 years ago with $3. good start, scale or migrate as needed if stuff picks up.

[–] [email protected] 1 points 2 weeks ago