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 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... :-) Link to comment https://forums.phpfreaks.com/topic/54454-forum-design/#findComment-269354 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.