• Welcome to ROFLMAO.com—the ultimate destination for unfiltered discussions and endless entertainment! Whether it’s movies, TV, music, games, or whatever’s on your mind, this is your space to connect and share. Be funny. Be serious. Be You. Don’t just watch the conversation—join it now and be heard!

discuss Creating Your Own Forum Software

A thread covering the latest news on trends, groundbreaking technologies, and digital innovations reshaping the tech landscape.
When I had my multiplayer text-based game up, I developed forum software to contain the chit-chat to the game's platform and not have users jump on over to another system to have longer form conversations (much like the chatbox, but had more strategy talk as it was longer form conversations).

Back then, you could get away with threaded and nested discussions. By the end of the ownership era, it was on my task list to convert from threaded/nested to threaded only. However, the users didn't seem to mind how it was because the replies took on conversations and lives of their own.

The format was much like this:
Code:
>Topic
>>RE: Topic
>Topic 2
>>RE: Topic 2
>>>RE: RE: Topic 2
>>>>RE: RE: RE: Topic 2
>>>RE: RE: Topic 2
>>RE: Topic 2
>Topic 3

That looks like a mess now, but in the early 2000s, it worked and was pretty active.
 
I think that forum is now


I'm not sure
When I had my multiplayer text-based game up, I developed forum software to contain the chit-chat to the game's platform and not have users jump on over to another system to have longer form conversations (much like the chatbox, but had more strategy talk as it was longer form conversations).

Back then, you could get away with threaded and nested discussions. By the end of the ownership era, it was on my task list to convert from threaded/nested to threaded only. However, the users didn't seem to mind how it was because the replies took on conversations and lives of their own.

The format was much like this:
Code:
>Topic
>>RE: Topic
>Topic 2
>>RE: Topic 2
>>>RE: RE: Topic 2
>>>>RE: RE: RE: Topic 2
>>>RE: RE: Topic 2
>>RE: Topic 2
>Topic 3

That looks like a mess now, but in the early 2000s, it worked and was pretty active.
That's awesome.
 
I did not like programming when I was in school. I developed interest in programming only after I started running self hosted websites. If I had skills to write codes, perhaps I would have tried creating forum software. I think forum software are very expensive and if someone could offer something that is relatively cheap, a software could easily become popular.
 
As much as I have the intention of creating my own forum( because I always want to design a forum the way I wanted), I do not have the programming savvy. Though, I am still learning the basics of programming languages gradually and at my own pace. Developing a custom software is very good because you can tailor your feature to your preference and to suit the people you are targeting.
 


Write your reply...
Back
Top