View Full Version : Forum design
james00harper
03-23-2004, 11:21 PM
I want to design a forum to go on a webite that I've been asked to create. I'm obviously going to need to use a databse a server technology lie asp. I know that in a forum there are categories and within those categories there are threads and each thread may have many responses.
Does anybody have any good tips or forum design or where I can go? What data do I need in my database - I think i'll probably need around 3 tables (user, thread and post)?
I could probably work it out for myself, but it would be interesting to see what the rest of you have to say!
Thank you in advance :thumbsup:
Nightfire
03-23-2004, 11:32 PM
Why not use a forum already created? Or if you really want to code your own, download a forum (or forums) and see how they've been put together and get some ideas from that.
IAMTHEEVILBEAN
03-23-2004, 11:51 PM
www.phpbb.com
gsnedders
03-24-2004, 12:23 AM
I would recommend seeing how miniBB (http://www.minibb.net) is put together, it is by far the simplist of good forums, so it would be a good starting point for reference.
DsgnrsTLZAdmin
03-24-2004, 03:06 AM
I wrote my forum, pretty simple - 4,000 lines of php but I havnt had the time to get around to PMs. PHP is the best for a forum.
Len Whistler
03-24-2004, 03:45 AM
QUOTE from DsgnrsTLZAdmin......I wrote my forum, pretty simple
No you didn't. Code like:
<!--
***************************
*START TOP CODING*
*START TOP CODING*
***************************
-->
Is a dead give away that a template or something was used.
Leonard Whistler
http://www.stubby.ca
DsgnrsTLZAdmin
03-24-2004, 07:43 PM
My ***, I made every bit of my site with notepad.
DsgnrsTLZAdmin
03-24-2004, 07:50 PM
There called comments, when each page is over 500 lines good experienced coders use them.
ionsurge
03-26-2004, 06:42 AM
Comments are generally not a good thing - when they are visible to the end user. I prefer commenting in php (then throw out the template section from an external template source), so I know what is going on. But the user has no idea how the page was formed.
It makes it that much harder for people who are trying to rip off your site to understand what you are doing, and how you are managing to do it.
:)
oracleguy
03-26-2004, 07:28 AM
Originally posted by ionsurge
[B]Comments are generally not a good thing /B]
Especially when you need some job security. :D :D
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.