Beginning PHPBeginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
for creating a forum you should be concerned about these issues:
you should impliment functionalities such:
1- Bread Crumbs: which provide a link that allow the user to see in which page he is and can click the links to navihgate to previous pages
2- Pagination: that shows for example 10 post or thread in each page an allow the user to navigate through the pages by clicking on the
page number or next and privous links
3- Lock/ Unlock users
4- functions for chaning golbal parameters of the forum such as colors, header and number of items in each page
5- and obviously functions for adding/ editting and removing threads and posts
6- functions for sending messages (private messages- user to user - administrator to users)
7- Rating functionality
also the database for the desired forum can have such tables:
1- threads
2- posts and replies
3- messagses (private messages and public messages)
4- users
5- forum conifg
6- atachement and images
Suggection: if you have not red Wrox books i think it can be usefull for you also in wrox book you can find complete example
of how to desing and implement a powerful forum with full code.