How to make a forum

They have: 45 posts

Joined: Jun 2009

Hey everyone please share here how to make a very simple forum :

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Do you mean form or forum?

He has: 629 posts

Joined: May 2007

Easy forms:

  1. Visit wufoo.com
  2. Use the link to "The Gallery"
  3. Choose from the wide selection of templates
  4. Use the download button for the complete code

Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;

MGadAllah's picture

He has: 65 posts

Joined: May 2009

Please edit the title of the topic as it is still read FORUM not FORM

They have: 3 posts

Joined: Dec 2008

phpBB would be definitely the best choice in my opinion as stated above if the software is been updated then there wouldn't be much risks but I feel like SMF is a little bit easy and customizable but still I love phpBB!

MGadAllah's picture

He has: 65 posts

Joined: May 2009

Biboo wrote:
phpBB would be definitely the best choice in my opinion as stated above if the software is been updated then there wouldn't be much risks but I feel like SMF is a little bit easy and customizable but still I love phpBB!

Are you sure that you read the topic?

IT Overdose
Knowledge Has No Limits!

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Hard to say if he meant form or forum. I'm guessing it's form but we'll wait for zerocool to come back and confirm.

They have: 45 posts

Joined: Jun 2009

hey megan its forum not form

MGadAllah's picture

He has: 65 posts

Joined: May 2009

zerocool wrote:
hey megan its forum not form

You mean write a code for a simple forum or you mean to run any forum software with simple?

For the 1st option, which language you gonna make it with? and will it be from scratch or based on something else?

Thanks

IT Overdose
Knowledge Has No Limits!

greg's picture

He has: 1,581 posts

Joined: Nov 2005

zerocool wrote:
hey megan its forum not form

The reason people are unsure is because your thread title states "forum" and your opening posts states "form". Wink

What do you mean by a "simple" forum? Even a most basic one will need registration, usernames displayed, posts and thread organisation, moderator management to delete/prune and manage forums, threads, posts and users.
Posting functionality, users editing or deleting their own posts, profiles, etc etc.
This is quote a lot of work to make one.
Is there a reason why you want to make your own? There are already pre-made ones out there such as PHPBB, Drupal (which this forum uses), vbulletin as well as others.

There are many out there, but the reason to use a well known pre-made one is it will be secure and updated.

MGadAllah's picture

He has: 65 posts

Joined: May 2009

Also you can customized it to fit your needs.

Also do not forget that updating the code is anight mare itself so using a pre-made one is really a nice option.

Maybe when you tell your reasons people can offer better option that can fill your goals.

Thanks

IT Overdose
Knowledge Has No Limits!

They have: 45 posts

Joined: Jun 2009

Hey everyone , there allot of confusion because of my mistakes i wanted to make a forum but didnt know how to make or in what language to make it , so i thought let everyone help eveyone in making a forum. Now we will make a forum , we need a:
1) registration page
2) page everyone posts their entries
what else ? and how do we get started ......

and if we can make some with drupal how can we customise or edit to change like the colours and other stuff

" Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates "

greg's picture

He has: 1,581 posts

Joined: Nov 2005

zerocool wrote:
Now we will make a forum , we need a:
1) registration page
2) page everyone posts their entries
what else ? and how do we get started ......
I made a "basic" list in my last post.

greg wrote:

registration, usernames displayed, posts and thread organisation, moderator management to delete/prune and manage forums, threads, posts and users.
Posting functionality, users editing or deleting their own posts, profiles

That is a "basic" outline of the minimum requirements.

They have: 45 posts

Joined: Jun 2009

yeah what next ?

greg's picture

He has: 1,581 posts

Joined: Nov 2005

zerocool wrote:
yeah what next ?
I'm not sure what you are wanting.
I've listed everything you need to make a forum, other than making you an actual 100% design plan with EVERYTHING you will need to do and how to do it, there is "nothing next".

For someone with a good understanding of PHP, MYSQL, HTML and CSS, who's a relatively quick coder, to make a "basic" forum - about 6-8 weeks from coding 10 hours a day 6 days a week.
And that would give you a "basic" forum with some "basic" functionality and simple styling.

They have: 45 posts

Joined: Jun 2009

ok how to make a registration page , guys this post i made is for everyone to come and contribute in making a forum , by what ever knowledge they have..

greg's picture

He has: 1,581 posts

Joined: Nov 2005

zerocool wrote:
ok how to make a registration page
You will need a form to take details - username, password, email etc
And store their inputs in the DB when you have checked they are ok.
When they want to login you check the username and password they enter is in the database.
If found, log them in, else message "incorrect login".

zerocool wrote:
this post i made is for everyone to come and contribute in making a forum , by what ever knowledge they have..
I, as do many others here, have the knowledge needed to make a forum from start to finish. But as I said, it's a LOT of work, so listing every detail of everything necessary is not really practical in a forum.
It's not even practical to make a tutorial on it.

Do you have any PHP/MYSQL coding knowledge?

MGadAllah's picture

He has: 65 posts

Joined: May 2009

But I am still curious why to build something from scratch and do not use something pre-made?

Also you can customize the pre-made forum as you prefer which will make it very good indeed.

Also if you consider the time you spend for coding a forum from scratch to put it into customizing a pre-made forum you will end up with amazing looking forum.

Just IMO

IT Overdose
Knowledge Has No Limits!

They have: 45 posts

Joined: Jun 2009

i have a very littler understand of php and none if you ask me about mySQL and i understands that mysql is very important because i get allot of php tuts but when it comes to MySql i always get confused

greg's picture

He has: 1,581 posts

Joined: Nov 2005

To make a forum requires a lot of knowledge in PHP and a great deal in MYSQL too.
If you are wanting to learn how to make a forum, you will need to learn PHP and MYSQL first (and of course HTML and CSS to create and style the layout).

As has been asked a few times, why do you want to discuss how to make a forum from scratch? If you need one, there are already plenty of pre-coded solutions out there.

If this is purely out of interest, then you still need to understand PHP and MYSQL first really.
As even if people started producing code in here for the various requirements, you wouldn't understand it anyway.

They have: 45 posts

Joined: Jun 2009

Greg Even if i didnt understand any of what people wrote atleast it will help other who need help in making a forum.

He has: 698 posts

Joined: Jul 2005

I think the problem here is that anyone who could offer some help on how to create a forum in PHP with MySQL does not have time to ramble through EVERYTHING necessary to do so. If you are the one asking the question, you should have some knowledge of how to work with PHP and MySQL and ask some more specific questions to receive the kind of help you're wanting. While philanthropy is a great thing, I don't think you really intended this topic as help for "other (sic) who need help in making a forum." If you really want to get some help with PHP and MySQL or want to help others, try asking more specific, problem-specific questions rather than expecting so much about such broad, general topics. It's not that no one wants to help; it's just that "How to Make a Forum in PHP using MySQL" could literally be the title of a book. Wink

Kurtis

They have: 45 posts

Joined: Jun 2009

Kazimmerman you have made it easier for me , to say that if we post like a tut on how to make a forum though its impossible our forum can be famous .. many links would point here ... Wink

--------------------------------------------------------------------
" There are 10 kinds of people in this world....Those who understand binary and those who don't "

JeevesBond's picture

He has: 3,956 posts

Joined: Jun 2002

I know how to do it in two steps!

  1. Download some very simple forum software
  2. Read the source code until you understand how to make a very simple forum!

Laughing out loud

But seriously, explaining how to make a forum, even a very simple one, is a big task. It's too much for a forum post, too much for an article, probably too big for a series of articles!

Also, I don't think we would get many links even if we did write it. 1) everyone has different ideas on what constitutes good forum software (there would be framework flamewars, software design bike sheds and much more); 2) barely anyone bothers looking up how to build forum software, they just go and download some instead.

I do think Greg was perhaps a little grumpy though. You'll learn this stuff soon enough. Smiling

a Padded Cell our articles site!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.