Topic awaiting preservation: How to developed a Forum ? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: ipoh,perak,Malaysia |
posted 01-06-2003 09:31
I recently developed a new website for my company, but i duno how to developed a new forum, do anybody know? do help n give some meaningful ideas mail me....... |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 01-06-2003 09:37
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Inmate From: under the bed |
posted 01-06-2003 14:19
Yeah, the level of work needed to develop a decent forum is simply amazing, especially if you don't know where to start. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-06-2003 14:25 |
Neurotic (0) Inmate Newly admitted From: Kirkland, Washington, USA |
posted 01-07-2003 00:12
Its very easy to make your own forum... I would suggest using MySql if I were. Its just a simple system.. All topics are posted to a table, and all messages to a different table.. Thats one way to go about it. Then you just recall information from the database to the site, and echo it out.. REMEMBER: THIS IS JUST THE SIMPLE STRUCTURE, NOTHING MORE.. The code is very easy to make aswell. |
Maniac (V) Inmate From: Cell 666 |
posted 01-07-2003 01:26 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-07-2003 02:01
synax: It is indeed very easy to make your own forum - it is much more difficult to do it right |
Maniac (V) Inmate From: under the bed |
posted 01-07-2003 03:08 |
Maniac (V) Mad Scientist From: the bigger bedroom |
posted 01-07-2003 05:38
it's also easy to do a brain transplant aswell. |
Paranoid (IV) Inmate From: Milwaukee |
posted 01-07-2003 07:41
The basic concepts aren't too hard -- in fact I'm thinking of coding one myself for practice -- but to make anything as good as the most popular free bulletin board projects would require a hell of a lot more dedication and skill than I've got. Mine is just going to be a half-assed job, intended for a user community that'll probably never break the single digits. |
Paranoid (IV) Inmate From: Behind the Wheel |
posted 01-07-2003 16:57
Emps is exactly right on this... its easy to do, but difficult/time consuming to do it right... that's why if you want a (reliable) fully functioning forum with lots of features, you go to a prebuilt forum like PHPBB or vbulletin. I can't reccomend PHPBB enough |