You are viewing our Forum Archives. To view or take place in current topics click here.
How Do I Make Forums For My Website
Posted:

How Do I Make Forums For My WebsitePosted:

Evil-Jtag
  • Powerhouse
Status: Offline
Joined: Jul 01, 201310Year Member
Posts: 491
Reputation Power: 29
Status: Offline
Joined: Jul 01, 201310Year Member
Posts: 491
Reputation Power: 29
how do imake forums for my website
#2. Posted:
Obiwon
  • Christmas!
Status: Offline
Joined: Oct 13, 201112Year Member
Posts: 1,481
Reputation Power: 110
Status: Offline
Joined: Oct 13, 201112Year Member
Posts: 1,481
Reputation Power: 110
You either code them with XHTML or you good on some site like godaddy or something for a template forum site. Hope this helped.
#3. Posted:
Cgallagher21
  • Powerhouse
Status: Offline
Joined: Mar 13, 201113Year Member
Posts: 402
Reputation Power: 15
Status: Offline
Joined: Mar 13, 201113Year Member
Posts: 402
Reputation Power: 15
Here's a list of the best free ones and paid ones.

Free Downloads
mybb
phpbb

Paid
Xenforo
VBulliten
IPB
#4. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
If you want to create the forums yourself then you should look into PHP (the server-side scripting language) and MySQL (to work with a database). Good link to get started: [ Register or Signin to view external links. ]

Creating good and secure forums will be a big task, and pretty much impossible if you are unfamiliar with PHP/MySQL, so you might want to get some experience with PHP/MySQL first. If you decide not to do it yourself, then look into the links posted by Cgallagher21 above.
#5. Posted:
Ted-
  • TTG Addict
Status: Offline
Joined: Sep 28, 201013Year Member
Posts: 2,384
Reputation Power: 91
Status: Offline
Joined: Sep 28, 201013Year Member
Posts: 2,384
Reputation Power: 91
If you want to make an interactive website you will need to use PHP and mySQL, you can use dreamweaver for this if you aren't experience writing code for PHP
#6. Posted:
Cyimking
  • TTG Senior
Status: Offline
Joined: May 02, 201212Year Member
Posts: 1,129
Reputation Power: 34
Status: Offline
Joined: May 02, 201212Year Member
Posts: 1,129
Reputation Power: 34
Creating a simple forum board is not a tough task. Just a time consuming project.

However, creating a forum board like MyBB will take months even years if you are doing it by yourself and the main reason is because there are TONS of stuff you need to code.

here is just a brief list:
Admin CP - Which is a separate site (tech)
Mod CP
User CP
Member's Page
Categories
Forums
Threads
Replies
Permissions per group
Etc...

But here's how to do it:
1) Write out (on paper) all the features that you want

2) Use Pseudocode to make your structure (You want to use classes)

3) Start from your "LOGIN" page, then expand. Here's how i will do it (although it might be wrong)

A. login / logout script ->
B. registration script >
C. Member's Page >
D. Member's EDIT page (or user cp) >
E.Categories
F. Forum >
G. Threads >
H. Replies >
I. Permission PER Group. So ADMIN can edit all post, etc...
J. ADMIN CP

Etc... It's a long process.
#7. Posted:
IIl
  • TTG Senior
Status: Offline
Joined: Feb 16, 201212Year Member
Posts: 1,634
Reputation Power: 82
Status: Offline
Joined: Feb 16, 201212Year Member
Posts: 1,634
Reputation Power: 82
Some hosts supply a automatic install of forums. You'll find it somewhere in the cPanel.
#8. Posted:
Clarkeson
  • Challenger
Status: Offline
Joined: Feb 13, 201014Year Member
Posts: 187
Reputation Power: 7
Status: Offline
Joined: Feb 13, 201014Year Member
Posts: 187
Reputation Power: 7
Basically.

You want to buy hosting from somewhere. I recommend "EdenHost". It's very cheap and reliable. GoDaddy hosting and Hostgator are overpriced.

In cPannel go to something called "Softaculous" and choose MyBB or some soft of forum softwere. Once you go through setup you have a forum. Feel free to customize.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.