ball420 Posted June 6, 2007 Share Posted June 6, 2007 i'm looking for some tutorials on how to go about designing a simple forum or if anyone has one for sale that would work as well. thanks for the posts Quote Link to comment https://forums.phpfreaks.com/topic/54454-forum-design/ Share on other sites More sharing options...
taith Posted June 6, 2007 Share Posted June 6, 2007 well... i dont have one for sale... cuz i custom make everything... but let me put this out for helpers :-) what do you need? (database) users - login, password, avatar, name, security, id(autoincrease), email, numofposts... parent - id(autoincrease), name, secure(maybe), subs - id(autoincrease), parent(parent table's id), name, lastposter, lastposttime, secure(maybe) message - id(autoincrease), parent(sub table's id), subject, poster, timestamp, numofposts, locked, sticky posts - id(autoincrease), parent(message table's id), poster, text, timestamp, editedtimestamp just for starters... :-) Quote Link to comment https://forums.phpfreaks.com/topic/54454-forum-design/#findComment-269354 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.