Quick tutorial on how to use Phorum''s api to authenticate against your own existing user authentication system. Allows easy forum integration with single sign on.
Do you want to have your own forum? Well, in this tutorial i will show you the steps to make your own forum.
There are many bulletin boards available on the market. Today we will install The Simple Machine Forum a.k.a. SMF.
You have to download...
Do you want to have your own forum? Well, in this tutorial i will show you the steps to make your own forum. There are many bulletin boards available on the market. Today we will install The Simple Machine Forum a.k.a. SMF.
This is a three-part tutorial that shows you hwo to make a comment/discussion board like those on this site using PHP and mySQL. there are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commen...
A in-depth tutorial was added today on how to build a simple linear message board in php/mysql. It includes all the files and code and provides explanations on how the mechanics work for a basic forum.
BBcode is popular on many discussion boards and allows your users to submit formatted content in an easy to understand way. Correctly processing this content and converting it to html for display on your site can unfortunately be difficult.
In...
This is a full chapter from the recently published book ''Building Online Communities with phpBB''. Covering chapter 4 ''Customizing Your Forum''. The quality of this article is extremely high class with in depth descriptions and ...