Creating forums?

liunx

Guest
Hi I'm rebuilding a website for a company and they would like a forum or discussions board for their users. The users will be able to log in and then they want a forum or discussion area. I was just wondering what program I should use to make this forum? Or if you know of any good tutorials out there? Not sure where to start, whether its done in javascript or what? Any help would be great.<br />
<br />
Thanx in advance,<br />
Chris<!--content-->if you're hosting with serversonic then they let you add a forum to your site for free.<br />
<br />
And you want to be using a server side scripting language (like asp or php) in conjunction with a database like MySQL - not javascript which is client side.<!--content-->Ok great thanks. Guess I'llhave to start learning asp huh?<br />
Do you know anywhere that might have a specific tutorial on forums?<!--content-->Why reinvent the wheel:confused: Just install one of the many existing ones.<!--content-->Is there existing ones out there that are fully customizeable, and that wont have banners and ads through out them? If so that would be great and save alot of time. Know of any? Or where to look?<!--content-->Depends on what scripting language and DB are available on your server.<br />
<br />
Here is a good free (for non-commercial use) ASP forum. They also have a page that lists their competitors: forum.snitz.com<br />
<br />
Edit: link fixed<!--content-->My server is capable of php and asp, what would you suggest using? The link does not work by the way,<!--content-->You may want to take a look at phpBB. I've used it in the past and been happy with it. <!-- m --><a class="postlink" href="http://www.phpbb.com/">http://www.phpbb.com/</a><!-- m --><!--content-->You are looking for this thread<br />
<br />
<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=1006&highlight=forums">http://forums.webdeveloper.com/showthre ... ght=forums</a><!-- m --><!--content-->www.aimoo.com<br />
<br />
I use that one and I love it...<!--content-->
 
Back
Top